@charset "ISO-8859-1";
.no-repeat {
	background-repeat: no-repeat;
}

.a:link {
	color: #cc0000;
	text-decoration: underline;
}
.a:hover {
	color: #cc0000;
	text-decoration: underline;
}
.a:visited {
    color: #cc0000;
	text-decoration: none;
}
.a:active {
	text-decoration: none;
	text-decoration: underline;
}

.b:link {
	color: #FFFFFF;
	text-decoration: none;
}
.b:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.b:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.b:active {
	text-decoration: none;
}

.c:link {
	color: #0066cc;
	text-decoration: underline;
}
.c:hover {
	color: #0066cc;
	text-decoration: underline;
}
.c:visited {
	text-decoration: underline;
	color: #0066cc;
}
.c:active {
	color:#0066cc;
	text-decoration: underline;
}

.d:link {
	color: #003399;
	text-decoration: underline;
}
.d:hover {
	color: #003399;
	text-decoration: underline;
}
.d:visited {
    color: #003399;
	text-decoration: none;
	
}
.d:active {
	text-decoration: none;
	text-decoration: underline;
}

.e:link {
	color: #cc0000;
	text-decoration: underline;
}
.e:hover {
	color: #cc0000;
	text-decoration: underline;
}
.e:visited {
    color: #cc0000;
	text-decoration: none;
	
}
.e:active {
	text-decoration: none;
	text-decoration: underline;
}

.f:link {
	color: #003399;
	text-decoration: underline;
}
.f:hover {
	color: #003399;
	text-decoration: underline;
}
.f:visited {
    color: #003399;
	text-decoration: none;
	
}
.f:active {
	text-decoration: none;
	text-decoration: underline;
}

.pageheader {
	color: #0089c1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

.pageheaderRetail {
	color: #cc0000;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}
.pageheaderServices {
	color: #003399;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
}


.contactRetail {
	color: #cc0000;
	font-family: Arial;
	font-size: 14px;
}

.contactServices {
	color: #003399;
	font-family: Arial;
	font-size: 14px;
}

.bodytextLanding {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	text-align: justify;
	letter-spacing: 1px;
}
.bodytextLanding1 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
}
.bodytextLanding2 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 18px;
	text-align: center;
	letter-spacing: 1px;
}
.bodytext {
	color: #000000;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	letter-spacing: 1px;
	text-align:justify;
}
.bodytextRetail1 {
	color: #cc0000;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	letter-spacing: 1px;
}
.bodytextRetail2 {
	color: #003399;
	font-family: Arial;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	letter-spacing: 1px;
}
.leftNavRetail {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	text-align: left;
	letter-spacing: 1px;
}


.footer {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
}
.footerRetail {
	color: #0066cc;
	font-family: Arial;
	font-size: 9px;
	text-align: center;
}

.copyright {
	color: #0088bd;
	font-family: Arial;
	font-size: 9px;
	text-align: center;
}

h1 {
	font-family:Arial;
	font-size:11px;
	height:25px;
	background-image:url(../images/h1.gif);
	text-transform:uppercase;
	font-weight:lighter;
	color:#cc0000;
	margin:0px 20px 0px 10px;
	text-indent:15px;
	letter-spacing: 0px;
	text-decoration:underline;
}
h2 {
	font-family:Arial;
	font-size:11px;
	height:25px;
	background-image:url(../images/h2.gif);
	text-transform:uppercase;
	font-weight:lighter;
	color:#003399;
	margin:0px 20px 0px 10px;
	text-indent:15px;
	letter-spacing: 0px;
	text-decoration:underline;
}

