#head_menu Tr
{
font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-decoration: none;
}
#head_menu A
{	
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-decoration: none;	
	}
#head_menu A:hover
{
	font-weight: bold;
	font-size: 10pt;
	color: black;
	font-family: Arial;
	text-decoration: underline overline;
}

#head_menu A:active
{
	font-weight: bold;
	font-size: 10pt;
	color: red;
	font-family: Arial;
}

body
{
	background-color: lightgrey;
}
#outer
{
	border-right: navy thin dashed;
	border-top: navy thin dashed;
	border-left: navy thin dashed;
	border-bottom: navy thin dashed;
}

#footer td
{
	font-family: Arial;
	font-size: 9pt;
	font-weight: normal;
	color: black;
	font-family: Arial;
}

#footer A
{
	font-family : Arial;
	font-weight: normal;
	font-size: 9pt;
	color: black;
	font-family: Arial;
	text-decoration: underline;	
}


