body,td
{
	background-color: white;
}

h1,h2,body,td
{
	color: black;
	font-family: verdana;
}

a.menu,a.menu:hover,a.menu:visited {
	color: #60BF19;
	font-family: verdana;
	
}
h1,h2
{
	font-weight: bold;
}

h1
{
	font-size: 12pt;
}

h2,body,td,a.menu,a.menu:hover,a.menu:visited
{
	font-size: 8pt;
}

a.menu,a.menu:visited
{
	text-decoration: none;
}

a.menu:hover
{
	text-decoration: underline;
}

td.menu
{
	background-color: #015440;
	font-weight: bold;
	width: 20%;
	padding: 5px;
	border-top: solid 1px black;
	border-bottom: none; //solid 1px black;
	text-align: center;
}

