@charset "utf-8";
/* CSS Document */

.bar
{
	background-image:url('http://www.pos-savings.com/blue-bar.gif');
	background-repeat:no-repeat;
	background-position: center;
	font-size: 11px;
	font-color: #FFFFFF;
}

.orange
{  
	font-size: 11px;
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	/*margin-top: 7px;
	margin-bottom: 8px;
	margin-left: 8px; 
	margin-right: 8px;*/
	font-weight: bold;
	text-decoration: underline;
	color: #f18728;
	align: center;
}

.blue
{  
	font-size: 9px;
	font-family: Verdana, Arial,  Helvetica, sans-serif;
	/*margin-top: 7px;
	margin-bottom: 8px;
	margin-left: 8px; 
	margin-right: 8px;*/
	font-weight: bold;
	color: #336699;
	align: center;
}
.blue a
{
	font-weight:  bold;
    text-decoration: none;
	color: #336699
}

.blue a:hover
{
	text-decoration: underline;
	color: #f18728
}


.bar-text
{  
	font-size: 12px;
	/*font-family: Verdana, Arial,  Helvetica, sans-serif;*/
	margin-top: 7px;
	margin-bottom: 8px;
	margin-left: 8px; 
	margin-right: 8px;
	font-weight: bold;
	color: #ffffff;
	align: center;
}
.bar-text a
{
	font-weight:  bold;
    text-decoration: none;
	color: #ffffff
}

.bar-text a:hover
{
	text-decoration: underline;
	color: #ffffff
}

.padding-left
{
	padding-left: 25px;
}
