/* CSS for hhp */

body 
{
	background-color: white;
	font: 10pt Arial, sans-serif;
}

.mainmenu
{ 
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: white; 
	text-decoration: underline;
} 

a:link.mainmenu
{
	font-family: Arial; 
	font-size: 12px; 
	font-weight: normal; 
	color: white; 
	text-decoration: underline;
} 

.name
{
	font-family: Arial; 
	font-size: 12pt; 
	font-weight: bold; 
	color: blue;
	text-decoration: underline;
}

a:link.name
{
	font-family: Arial; 
	font-size: 12pt; 
	font-weight: bold; 
	color: blue;
	text-decoration: underline;
}

.otherlinks
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: black;
	text-decoration: underline;
}

a:link.otherlinks
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: black;
	text-decoration: underline;
}
.job
{
	font-family: Arial; 
	font-size: 12pt; 
	font-weight: normal; 
	color: black;
	text-decoration: italic;
}

.subhead1
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: black;
}

.nav
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: Gray;
}	

.navlower
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: Black;
}

.date
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: White;
	background-color : Black;
	text-indent : 10px;
}

.err_msg
{
	background-color: lightblue;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: red;
}

..form
{
	background-color: #ADD6E7;
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: gray;
	text-align : center;
}

..form_head
{
	background-color: lightblue;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;
}

..list_stats
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	color: black;
	text-align: center;
}

..results
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: normal;
	color: black;
}

#selected
{
	background-color: #cccccc;
}

..results_title
{
	background-color: Silver;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	text-align: center;
}

..results_bold
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: black;
	font-style : normal;
}
