h1{ 
	font-size: 17px; 
	font-weight: bold;
	color: #AA0006;
padding-top:5px;	
}
h2{ 
	font-size: 16px; 
	font-weight: bold; 
}
h3{ 
	font-size: 15px; 
	font-weight: bold; 
}
h4{ 
	font-size: 14px; 
	font-weight: bold; 
}
h5{ 
	font-size: 13px; 
	font-weight: bold; 
}

p.font12{ 
	font-size: 12px; 
}



 a:link    			                              { text-decoration: underline; color: black;}
 a:visited                                                  { text-decoration: underline; color: black; }
 a:hover                                                      { text-decoration: underline; color: black; }
 a:active                                                    { text-decoration: underline; color: black; }
 
 a.link_sel:link, 
 a.link_sel:visited, 
 a.link_sel:active                               { text-decoration: none; color: red; }
 a.link_sel:hover                                 { text-decoration: underline; color: red; }
 
 a.link_white:link, 
 a.link_white:visited, 
 a.link_white:active                               { text-decoration: none; color: white; }
 a.link_white:hover                                 { text-decoration: underline; color: white; }