body
{
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a
{
	color: #ff8000;
	font-weight: bold;

}

a:hover
{
	text-decoration: underline;
}

span.bold
{
	font-weight: bold;
}

div.center
{
	text-align: center;
}

body.content
{
	background-color: #f4f4f4;
}

a.menu
{
	color: #c0c0c0;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

a.menu:hover
{
	color: #ffffff;
	text-decoration: underline;
}

td.menu
{
	color: #000000;
}

body.structure
{
	background-color: #999999;
}

p.title
{
	color: #000066;
	font-size: 14pt;
	font-weight: bold;
}