body {  
	font-family: Arial;
	font-size: 11px;
	color: #F0F0F0;
	line-height: 13px;
	letter-spacing: 1.5px;
	}
	

	
td {  
	font-family: Arial;
	font-size: 11px;
	color: #F0F0F0;
	line-height: 13px;
	letter-spacing: 1.5px;
	}
	
input{
	 font-family: Arial;
	 font-size: 10px;
	 background-color: #F3F3F3;
	 color: #111111;
	 border: 1px solid #111111;
	 height: 12px
	
	}
	
textarea{
	 font-family: Arial;
	 font-size: 12px;
	 background-color: #F3F3F3;
	 color: #111111;
	 border: 1px solid #111111;
	
	}	

ul {
	list-style-position: outside; 
	margin: 5px 0px 10px 20px; 
	list-style-image: url(/images/aux_dot.gif);
	list-style-type: none;
	margin-left: 5px;
	padding-left: 5px;
}


.header{
	font-family: Arial;
	font-size: 14px;
	color: #F3F3F3;
	font-weight: bold;
	text-decoration: underline;
}

.question {  
	color: #CDB320;
	font-style:italic;
	}
	
.frontpage{
	font-family: Arial;
	font-size: 9px;
	color: #7B7A7A;
	letter-spacing: 1.5px;
}

.headersub{
	font-family: Arial;
	font-size: 12px;
	color: #F0F0F0;
	font-weight: bold;
}	

.sublink{
	font-family: Arial;
	font-size: 10px;
	color: #F3F3F3;
}

.navbar_sub{
	font-family: Arial;
	font-size: 10px;
	color: #e6e6e6;
	letter-spacing: 1.2px;
	text-transform: uppercase;
}

ul {
	list-style-position: outside; 
	margin: 5px 0px 10px 20px; 
	list-style-image: url(/images/aux_bullet1.gif);
	list-style-type: none;
}


.caption{
	font-family: Arial;
	font-size: 8.5px;
	color: #F0F0F0;
}

/*.caption a:hover {  color: #B10D0D; text-decoration: underline} not sure why this is here... removed it 11/13 b/c looked funny on FAQ*/

.navbar_sub a:active { color: #F0F0F0; text-decoration: none;}
.navbar_sub a:link {  color: #F0F0F0; text-decoration: none;}
.navbar_sub a:visited { color: #F0F0F0; text-decoration: none;}
.navbar_sub a:hover {  color: #CDB320; text-decoration: none;}

.frontpage a:active { color: #CDB320; text-decoration: none;}
.frontpage a:link {  color: #CDB320; text-decoration: none;}
.frontpage a:visited { color: #CDB320; text-decoration: none;}
.frontpage a:hover {  color: #CDB320; text-decoration: none;}

a:active { color: #CDB320; text-decoration: underline;}
a:link {  color: #CDB320; text-decoration: underline;}
a:visited { color: #CDB320; text-decoration: underline;}
a:hover {  color: #CDB320; text-decoration: underline;}