body, p, td, div, blockquote, dl, ul, ol, select, input, textarea, li, dd
{
	font-family: arial, sans-serif;
	font-size: 11px;
	color: black;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}


dt
{
	font-weight: bold;
}

.th
{
	font-weight: bold;
	text-decoration: none;
	background-color: FFFFCC;
	text-align: center;
}


.head
{
	color: 000066;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.subhead
{
	color: darkblue;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
}


.smallinput
{
	font-family: arial, sans-serif;
	font-size: 9px;
	color: black;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
}

.menu
{
	color: navy;
	font-size: 9px;
}
.menu_active
{
	color: darkred;
	font-size: 12px;
	font-weight: bold;
}

a:active { color: red; }

a:hover
{
	color: green;
	text-decoration: underline overline;
}

a:visited { color: navy; }
a:link { color: blue; }
.red { color: darkred; }
.blue { color: navy; }
.white { color: white; }
.green { color: darkgreen; }

.small { font-size: 9px; }
.xsmall { font-size: 7px; }
.tic { 
	color: white;
	font-size: 1px; 
}