/*displays linear bg on every page*/
.bodyBG {
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-y;
}
/* description here */
.bodyTable {
	background-color: #FFFFFF;
	border: 1px inset #CCCCCC;
}
/* description here */
.contentBody {
	/*font-family: "Tw Cen MT", "Trebuchet MS",Arial, sans-serif, Helvetica;*/
    font-family: Arial, sans-serif, Helvetica;	font-size: 12px;
	color: #000000;
	background-image: url(../images/main/content_body.gif);
	background-repeat: repeat-y;
	padding-top: 5px;
	padding-left: 8px;
}
/* description here */
td {
	/*font-family: "Tw Cen MT", "Trebuchet MS",Arial, sans-serif, Helvetica;*/
    font-family: Arial, sans-serif, Helvetica;	font-size: 12px;
	font-size: 12px;
	color: #000000;
}
/* description here */
.productTitle {
	/*font-family: "Tw Cen MT", "Trebuchet MS",Arial, sans-serif, Helvetica;*/
    font-family: Arial, sans-serif, Helvetica;	font-size: 12px;
	font-size: 18px;
	font-weight: normal;
	color: #21265B;
	letter-spacing: normal;
	padding-left: 5px;
}
/* description here */
.productBody {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
	font-size: 12px;
	color: #000000;
	padding-left: 8px;
	padding-top: 5px;
}
/* description here */
a:link {
	color: #003399;
	text-decoration: underline;
}
a:visited {
	color: #003399;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
/* /////////// BEGINNING OF RELATED LINKS ////////////////*/
/* USED ON INTERIOR PAGES, 3RD COLUMN FOR RELATED PRODUCT LINKS*/
.relatedLinks {
	/*font-family: "Tw Cen MT", "Trebuchet MS",Arial, sans-serif, Helvetica;*/
	height:90%;
    font-family: Arial, sans-serif, Helvetica;	font-size: 12px;
	font-size: 12px;
	color: #003366;
	font-weight: bold;
	background-color: #EAEAEA;
	padding-top: 5px;
	padding-left: 10px;
}
.relatedLinks a:link {
	color: #003366;
	text-decoration:none;
	}
.relatedLinks a:visited {
	color: #003366;
	text-decoration:none;
	}
.relatedLinks a:hover {
	color: #000000;
	text-decoration:underline;
	}
/* /////////// END OF RELATED LINKS ////////////////*/
/* /////////// BEGINNING OF RELATED LINKS ////////////////*/
.featureDesc {
	font-size: 14px;
	font-weight: bold;
	color: #20255A;
}
/* description here */
.printableFormArea {
	font-weight: normal;
	color: #1F2458;
	padding-top: 5px;
	padding-left: 10px;
	background-color: eaeaea;
}
/* description here */
.footer {
	color: #666666;
	font-weight: lighter;
	padding-left: 20px;
}
/* description here */
.pricingTableHeading {
	background-color: #CCCCCC;
	font-weight: bold;
}
/* description here */
.tableHeadingCentered {
	background-color:#cccccc;
	font-weight:bold;
	text-align:center;
}
/* description here */
.tableInfoCentered {
	text-align:center;
}

.rssFeedArea{
	font-weight: normal;
	color: #1F2458;
	padding-top: 5px;
	padding-left: 10px;
	background-color: eaeaea;
	font-size:11px;
}

.communityNewsArea{
	font-weight: normal;
	color:#000066;
	padding-top: 5px;
	padding-left: 10px;
	background-color: eaeaea;
	font-size:11px;
}
/*Testing on 10/13/2005 by Brad R. */
/*used for PHP common/lib.php file for testing dynamic date*/
.testHeaderDate { 
	font-size:9px;
	color:#000033
	font-weight:bolder;
}.tableWebMail {
	background-image: url(../images/main/content_webmail.gif);
	background-repeat: no-repeat;
	margin-top: 3px;
}
.webMailTitle {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bolder;
	padding-left: 14px;
	padding-top: 10px;
}
.webMailText {
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.formsTableBorder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #003366;
	border-right-color: #000000;
	border-bottom-color: #003366;
	border-left-color: #000000;
}
.cellbackBG {
	background-color: #e1e1e1;
	font-size: 14px;
	font-weight: bold;
	color: #20255A;
}
