body {
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
/* used for bottom header/footer */
.cellbackDkGrid {
	background-image: url(../images/main/hdr_gridbg.jpg);
	background-repeat: repeat-x;
}
/*================================*/
/*      border classes            */
.borderT {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}
.borderR {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}
.borderAll {
	border: 1px solid #666666;
}
/*================================*/
/* used on home/inside pages on rightside
to identify product links */
.features {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #333333;
	background-image: url(../images/main/bg_features.jpg);
	background-repeat: no-repeat;
	padding: 5px 5px 5px 25px;
	text-decoration:underline;
}
.features a:link {
	color: #333333;
	text-decoration:underline;
}
.features a:visited {
	color: #333333;
	text-decoration:underline;
}
.features a:hover {
	color: #188FCF;
	text-decoration:none;
}
/*================================*/
	/* identifies product line: telephone,internet,cable 
	   a light blue color */
.featureText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0099CC;
	padding-left: 7px;

}
/*================================*/
/* identifies product line on home/inside pages
   a light green color */
.productText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #33CC66;
}
/*==================================*/
/* USED ON TOP NAV BAR */
.navBar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FF9900;
	margin-left: 0px;
	padding-top: 3px;
	padding-left: 10px;
	letter-spacing: 3pt;
	text-decoration:underline;
	}
	
.navBar a:link {
	color: #FF9900;
	text-decoration:underline;

}
.navBar a:visited {
	color: #FF9900;
	text-decoration:underline;

}
.navBar a:hover {
	color: #FF9900;
	text-decoration:none;

}
/*==============================*/
a:link {
	color: #FF9900;
	text-decoration:underline;
}
a:visited {
	color: #FF9900;
	text-decoration:underline;
}
a:hover {
	color: #FF9900;
	text-decoration:none;
}
/*================================*/
/*  footer class   */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #333333;
	text-decoration: underline;
	padding-top: 5px;
	padding-left: 5px;
}
.footer a:link {
	color: #333333;
	text-decoration: underline;
}
.footer a:visited {
	color: #333333;
	text-decoration:underline;
}
.footer a:hover {
	color: #188FCF;
	text-decoration: none;
}
/*================================*/
.leftFeatures {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #CCCCCC;
}
.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
}
.bodyFeatures {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #33CC66;
}
.borderBandR {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #666666;
	border-bottom-color: #666666;
}
.borderB {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
.featuresDesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #33CC66;
}
.tableHeadSmall {
	color: #FFFFFF;
	background-color: #33CC66;
}
.tableRowOdd {
	background-color: #E2E2E2;

}
.tableRowEven {
	background-color: #FFFFFF;
}
