/* HTE Company CSS Master  */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: E0E0E0; }

/* text styles */

P,td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal;	color: #000000; margin-top: 5px; }
H1 { font-size: 18px; font-weight: bold; color: 323298; margin-bottom: 3px; }
H2 { font-size: 14px; font-weight: bold; color: 000000; margin-bottom: 3px; margin-top: 10px; }
li { list-style-type: square; }


/* link styles */

a:link { text-decoration: underline; color: #0016B7; }
a:active { text-decoration: underline; color: #0016B7; }
a:visited { text-decoration: underline; color: #0016B7; }
a:hover { text-decoration: underline; color: #0091F8; }

a.nav:link { font-size: 12px; text-decoration: none; color: #0016B7; font-weight:bold; padding: 3px 20px 3px 20px; }
a.nav:active { font-size: 12px; text-decoration: none; color: #0016B7; font-weight:bold; padding: 3px 20px 3px 20px; }
a.nav:visited{  font-size: 12px; text-decoration: none; color: #0016B7; font-weight:bold; padding: 3px 20px 3px 20px; }
a.nav:hover { font-size: 12px; text-decoration: none; color: #0091F8; font-weight:bold; padding: 3px 20px 3px 20px; }

/* table styles */

td.body {
	padding: 25px 0px 20px 10px;
	border-top: #323298 2px solid;
	border-left: #323298 2px solid;
	background-color: #FFFFFF;
	vertical-align: top;
	background-image: url(../images/bg-body.gif);
}
td.products {
	padding: 0px 0px 0px 0px;
	border-left: #323298 2px solid;
	background-color: #FFFFFF;
	vertical-align: bottom;
	background-image: url(../images/bg-body.gif);
	width: 653px;
}
td.footer {
	height: 30px;
	font-size: 11px;
	color: 666666;
}
td.contact {
	padding: 5px ;
	border-left: #0054AE 1px solid;
	
	vertical-align: top;
}


