@namespace url(http://www.w3.org/1999/xhtml);

A.menu {
	font-weight: bold; 
	color: #FFFFFF;  
	text-decoration: none;
}
A.menu:link {
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}
A.menu:visited {
	font-weight: bold; 
	color: #FFFFFF; 
	text-decoration: none;
}
A.menu:hover {
	FONT-WEIGHT: bold; 
	color: #FFFFFF; 
	background: #9FB3FF; 
	text-decoration: none;;
}
A {
	color: #003399; 
	text-decoration: underline; 
}
A:hover {
	color: red; 
	text-decoration: underline;
}

BODY {
	margin: 0px
}

P {
	font-size: 10pt;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica;
}

P.copyright {
	font-size: 8pt;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica;
}

TD {
	font-size: 10pt;
	text-decoration: none;
	font-family: Verdana,Arial,Helvetica;
}

INPUT {
	font-size: 8pt;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif,Helvetica,sans-serif;
}

SELECT {
	font-size: 8pt;
	font-family: Tahoma,Verdana,Arial,MS Sans Serif,Helvetica,sans-serif;
}