body
{
	background-color: #FFCC00;
}
body, p, li, td, .bodytext
{
	font-family: verdana,arial,helvetica;
	font-size: 10pt;
	color: #000000;
}

a:link
{
	color: #865A08;
	text-decoration: underline;
}
a:visited
{
	color: #000000;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
	color: #FF0000;
}
a:active
{
	text-decoration: underline;
	color: #ff0000;
}

h1,h2,h3,h4,h5,h6
{
	font-family: verdana,arial,helvetica;
	font-weight: bold;
	color: #666666;
}
h1
{
	font-size: 18pt;
}
h2
{
	font-size: 14pt;
}
h3
{
	font-size: 13pt;
}
h4
{
	font-size: 12pt;
}

.menu
{
	color: #ffffff;
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
}
.menu a
{
	background-color: #FFE990;
	color: #000000;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	border: 1px solid #ffffff;
}
.menu a:link
{
	color: #000000;
	text-decoration: none;
}
.menu a:visited
{
	color: #000000;
	text-decoration: none;
}
.menu a:hover
{
	background-color: #FFCC00;
	color: #000000;
	text-decoration: none;
}

.box
{
	/*background-color: white;*/
	border: 1px solid #000000;
	padding: 20px;
}

.subhead
{
	font-family: verdana,arial,helvetica;
	font-size: 10pt;
	font-weight: bold;
	color: #FFDD00;
}

.tt{
	font-family: Courier New, Courier, mono;
	font-size: 10pt;
}

.caption
{
	font-family: verdana, arial,helvetica;
	font-size: 8pt;
}

.small
{
	font-family: verdana, arial,helvetica;
	font-size: 8pt;
}

.alert
{
	color: red;
	font-weight: bold;
}


