body
{
	background-color: blue;
}

table.content
{
	background-color: white;
}

.title
{
	font-size: 14pt;
	font-family: arial;
	font-weight: bold;
}

.content
{
	font-size: 10pt;
	font-family: arial;
}

.colhead
{
	font-size: 11pt;
	font-family: arial;
	font-weight: bold;
}

.footer
{
	font-size: 8pt;
	font-family: arial;
	font-style: italic;
}

a.menuitem:link
{
	font-size: 10pt;
	font-family: arial;
	color: black;
	text-decoration: none;
}

a.menuitem:visited
{
	font-size: 10pt;
	font-family: arial;
	color: black;
	text-decoration: none;
}

a.menuitem:hover
{
	font-size:10pt;
	font-family: arial;
	color: blue;
	text-decoration: none;
}

a.menuitem:active
{
	font-size: 10pt;
	font-family: arial;
	color: black;
	text-decoration: none;
}
