/* CSS Document */
.style1
{
font-family:Arial;
font-size:12px;
}
.menuitem{
	font-family:Arial;
	font-size:12px;
	color:#004080;
	font-weight: bold;
}


.menuitem:hover{
	font-family:Arial;
	font-size:12px;
	color:#FF8040;
	font-weight: bold;
	}
	
.pagefooter{font-family:Verdana;
font-size:9px;
color:#05010C;
}
