BODY {
	background-color: #000000;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
 
A {
	color: #FFFFFF;
	text-decoration : none;
}


A:Hover {
	color: #FFD700;
	text-decoration: none;
}

A:Visited {
	color: Silver;
	text-decoration: none;
}

TD{
	color: Black;
	font-size: 12px;
}

H1, H2, H3, H4 {
	font-variant: small-caps;
	background-color: Gray;
	color: white;
	padding: 4px;
	width: 100%;
}
.menu_item{
	font-family: verdana, helvetica, arial;
	font-size:10px;
	font-weight : normal;
	color: white;
	margin-bottom: 6px;
}
.menu_header{
	font-family: verdana, helvetica, arial;
	font-size:10px;
	color: #FFD700;
	font-weight : bolder;
	margin-bottom: 6px;
}
.bkgd_white{ background-color: White; }
 
 .field_title {
	font-family: verdana, helvetica, arial;
	font-size:10px;
	color: Black;
}
input{
	background-color: #C4C4E1;
	border-top-style: ridge;
	border-left-style: ridge;
	border-right-style: inset;
	border-bottom-style: inset
}
textarea{
	background-color: #C4C4E1;
	border-top-style: ridge;
	border-left-style: ridge;
	border-right-style: inset;
	border-bottom-style: inset
}