p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/bg_vert.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

/*=====================
USED FOR TOP NAVIGATION
======================*/
.topNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;

}
.topNav a:link, .topNav a:visited {
	text-decoration:none;
}
.topNav a:hover {
	background-color:#e6ebf0;
	text-decoration:underline;
}

/*==================
BREADCRUMB SUBNAV
==================*/
.bcSub {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
	text-decoration:none;

}
.bcSub a:link, .bcSub a:visited {
	text-decoration:none;
	color: #003366;

}
.bcSub a:hover {
	background-color: #e6ebf0;
	text-decoration:underline;
	color: #003366;

}
/*==================
LEFTNAV
==================*/
.leftNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration:none;
	font-weight: bold;

}
.leftNav a:link, .leftNav a:visited {
	text-decoration:none;
}
.leftNav a:hover {
	text-decoration:underline;
}

/* ======================
SERVICE INFO CLASS
========================*/
.serviceInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	font-weight: bolder;

}
.serviceInfo a:link {
	text-decoration:none;
}
.serviceInfo a:visited {
	text-decoration:none;
}
.serviceInfo a:hover {
	text-decoration:underline;
}
/*=====================
USED FOR FOOTER AREA
======================*/
.footerBorder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e6ebf0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #e6ebf0;

}
.footerContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 8px;
}
.footer a:link, .footer a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration:underline;

}
/*====END OF FOOTER =======*/
/*========================*/
.serviceTable {
	border-top: 1px solid #e6ebf0;
	border-right: 1px solid #e6ebf0;
	border-left: 1px solid #e6ebf0;
	background-color:#CCD6E0;
	padding:3 px;

}
.productTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006699;
	font-style: normal;
	padding-left: 5px;


}
.productBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/*red alert to identify content needs from Sully*/
.alert {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CC0000;
}
/*green bold alert to identify changes needed to be maintained by developer*/
.devAlert {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #336666;
}
/*used on descriptions for billing area*/
.featuresDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
	background-color: #CCCCCC;
}
/*used for overall site linkage that is not tied to a class */
a{
color : #036;
text-decoration : none;
}
a:hover {
	text-decoration : underline;
}
.rates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
