<!--
	
	
	h1 {

font-family: Georgia, Times New Roman, Times, serif;

font-size: 10px;

font-weight: bold;

color: #0033FF;

}

h2 {

font-family: Georgia, Times New Roman, Times, serif;

font-size: 12px;

font-weight: bold;

color: #0033FF;


}

TD { 
	     font-family: Verdana, Arial, Helvetica, sans-serif; 
	     font-size: 12px; 
	     font-style: normal; 
	     text-decoration: none; 
	     color: #0000FF
	   }
	
	.bold {
	 font-weight: bold;
	}   
	
	.header
{
    FONT-SIZE: 10px;
    COLOR: #004182;
    FONT-FAMILY: Verdana,Arial,Helvetica;
	font-style: normal;
}

	A.general:hover {color: #004182}
		.general {color: #004182}
		.general {font-weight: bold}
		.general {text-decoration: none}

	A.menu:hover {color: #003366}
	A.menu:hover {font-weight: bold}
	A.menu:hover {text-decoration: none} 
		.menu {color: #0033cc}
		.menu {font-size: 11px}
		.menu {font-weight: normal}
		.menu {text-decoration: underline}

	A.navigation:visited {color: #FF0000;}
	A.navigation:active {text-decoration: bold;}
	A.navigation:hover {color: #0000FF}
	A.navigation:hover {font-weight: bold}
	A.navigation:hover {text-decoration: none} 
    .navigation {color: #000}
		.navigation {font-weight: normal} 
		.navigation {text-decoration: none}
		.navigation {font-size: 12px}

	A.results:hover {color: #cc0000}
	A.results:hover {text-decoration: none}
		.results {color: #3366CC}
		.results {text-decoration: underline}

	A.desc:hover {color:}
		.desc {color: #004182}
		.desc {text-decoration: none}
		.desc {margin-left: 25px}

	A.domain:hover {color: gray}
		.domain {color: gray}
		.domain {font-style: italic}
		.domain {font-size: 11px}
		.domain {text-decoration: none}
		.domain {margin-left: 25px}
		
	A.adv:hover {color: gray}
	A.adv:hover {text-decoration: underline}
	A.adv:hover {font-weight: normal}
		.adv {color: gray}
		.adv {font-size: 9px}
		.adv {font-weight: bold}
		.adv {text-decoration: none}


:hover {
text-decoration: underline;
} 

-->