BODY,p,table{
	color : Navy;
	font-family : verdana, sans-serif;
	font-size : xx-small;
	text-align : justify;
}

A {
	color : #000066;
	text-decoration : underline;
}

A:HOVER {
	color : #373737;
	text-decoration : none;
}
.menu,#menuTable,a.menu,{

	color : black;
	text-align : center;
	text-decoration : none;
	font-weight : bold;
}

a.menu:link {
	color:black;
	text-decoration : underline;
	font-weight : bold;
	text-align : center;
	text-transform: capitalize;

}

a.menu:visited {
	color:red;
	text-decoration : underline;
	font-weight : bold;	
}

a.menu:active {
	color: Gray;
	text-decoration : none;
	font-weight : bold;
}

a.menu:hover {
color : #484800;
text-decoration : underline;
font-weight : bold;
	
}
input,text,select,button,textarea{
	background : white;
	border : 1px solid #000066;
	font : verdana, sans-serif;
	font-size : xx-small;
	valign : middle;
	align : center;
	}
.footer{
	color : white;
}
a.footer{
	text-decoration : underline;
	color : white;
}
a.footer:link{
	text-decoration : underline;
	color : white;
}
.error {
	font-weight: bold;
	color: #FF0000;
}
td.formrow {
	font-weight : bold;
	color: white;
	}