/* CSS Document */

TABLE {
	FONT-FAMILY: ARIAL;
	FONT-SIZE:12PX;
	}
.smalltext {
	FONT-FAMILY: ARIAL;
	FONT-SIZE:11PX;
	}
.leftrail {
	FONT-FAMILY: ARIAL;
	FONT-SIZE:11PX;
	PADDING-LEFT: 13PX;
	PADDING-RIGHT: 5PX;
	}
.leftrail_subhead {
	FONT-FAMILY: ARIAL;
	FONT-SIZE:12PX;
	font-weight: bold;
	}
.leftrail p {
	FONT-FAMILY: ARIAL;
	FONT-SIZE:12PX;
	}
		
.content {
	FONT-FAMILY: ARIAL;
	FONT-SIZE: 12PX;
	PADDING: 15PX;
	}


.factoid { 	FONT-FAMILY: ARIAL; 	FONT-SIZE: 11PX; }
.factoid a { 	FONT-FAMILY: ARIAL; 	FONT-SIZE: 11PX;}
.factoid a:visited { 	FONT-FAMILY: ARIAL; 	FONT-SIZE: 11PX;}
.factoid a:active { 	FONT-FAMILY: ARIAL; 	FONT-SIZE: 11PX;}
.factoid a:hover { 	FONT-FAMILY: ARIAL; 	FONT-SIZE: 11PX;}
		
H1 {
	font-family:arial;
	color: #003366;
	font-size: 18px;
	
	}
H2 {
	FONT-FAMILY: ARIAL;
	FONT-SIZE: 13PX;
	FONT-WEIGHT: BOLD;
	COLOR: #003366;
	}
	
H3 {
	font-family:arial;
	color: #003366;
	}	
	
.footer {
	FONT-FAMILY: ARIAL;
	FONT-SIZE:11PX;
	COLOR: #FFFFFF;
	PADDING: 10PX;
	}
	
.poll	{
	FONT-FAMILY: ARIAL;
	FONT-SIZE:11PX;
	}
.form_alpha
{
	font-family: Verdana,Arial,Helvetica;
	font-size: 9px;
	color: #000000;
	border-width: 1;
	border-color: #CCCCCC;
	border-style: ridge;
	background: #CCCCCC;
}
			
a {color:#003366; text-decoration: underline; font-family: arial; font-size: 12px;}
a:visited {color:#003366; text-decoration: underline; font-family: arial; font-size: 12px;}
a:active {color:#003366; text-decoration: underline; font-family: arial; font-size: 12px;}
a:hover {color:#000000; text-decoration: underline; font-family: arial; font-size: 12px;}

a.footerLinks {color:#FFFFFF; text-decoration: underline; font-family: arial; font-size: 11px;}
a.footerLinks:visited {color:#FFFFFF; text-decoration: underline; font-family: arial; font-size: 11px;}
a.footerLinks:active {color:#FFFFFF; text-decoration: underline; font-family: arial; font-size: 11px;}
a.footerLinks:hover {color:#CCCCCC; text-decoration: underline; font-family: arial; font-size: 11px;}

.leftlinks a {color:#003366; text-decoration: underline; font-family: arial; font-size: 11px;}
.leftlinks a:visited {color:#003366; text-decoration: underline; font-family: arial; font-size: 11px;}
.leftlinks a:active {color:#003366; text-decoration: underline; font-family: arial; font-size: 11px;}
.leftlinks a:hover {color:#000000; text-decoration: underline; font-family: arial; font-size: 11px;}

input {
	FONT-FAMILY: ARIAL;
	FONT-SIZE:11PX;
	}
.name {
	font-family:arial;
	color: #003366;
	font-weight: bold;
	font-size: 14px;
	}
.subhead {
	font-family:arial;
	color: #003366;
	font-weight: bold;
	}	

/* subscribe form */
#aaPriceTable { border-collapse: collapse; }
	#aaPriceTable th { padding: 5px 10px; background: #003366; color: #FFF; }
	#aaPriceTable td { padding: 5px; background: #ECECEC; border-bottom: 1px solid #CCC; text-align: center; }
#subscribe { background: #eee; border: 1px solid #aaa; padding: 10px; }
#yourInformation label { display: block; float: left; width: 80px; text-align: right; margin-right: 10px;  }
#yourInformation input { width: 200px;  }
	#yourInformation input#zip   { width: 60px; }
	#yourInformation input#phone { width: 120px; }
#yourInformation #submit { width: 60px; padding: 10px 40px; margin-left: 200px; }
#amountCalc p { font-weight: bold; }
	#amount { width: 50px; font-weight: normal; }
	.total  { font-weight: normal; color: #000; }
#ccInfo { }
	#ccInfo label { display: block; float: left; width: 100px; text-align: right; margin-right: 10px;  }
	#ccInfo input {  }
	#ccInfo .sub { font-size: 80%; color: #676767; }




























