<style>
P  {
	font-family : Arial;
	font-size : 9pt;
}
BODY  {
	font-size : 9pt;
	font-family : Arial;
	color : black;
}
a {
	color : navy;
	text-decoration: underline;
	
}
a:hover {
	color : navy;
	background-color : F9A352;
	text-decoration : none;
}
.smalltext  {
	font-size : 9pt;
	font-family : Arial;
	color : black;
}
.whitetext  {
	font-size : 9pt;
	font-family : Arial;
	color : white;
}
.menutext  {
	font-size : 9pt;
	font-family : Arial;
	color : black;
}
.smallertext  {
	font-size : 8pt;
	font-family : Arial;
	color : black;
}
.tabletext {
border : 1px solid black;
}
.tabletext2 {
border : 1px solid #000066;
}
</style>