.header
{
	font-family: arial;
	font-style: italic; 
	font-size: 38px; 
	color: Black;
	text-align: center
}
.subHeader
{
	font-family: arial;
	font-size: 11px;
	color:#cc0000;
	font-weight: bold;
}
.body
{
	font-family: arial;
	font-size: 13px;
	color:Black;
	//font-weight:bold;
}

.focus
{
	font-family: arial;	
	font-size: 15px;
	color:#0101AC;
	font-style: bold;
}

.menu, .menu:link, .menu:active, .menu:visited
{
	font-family: arial;
	font-size: 12px;
	color:white;
	font-weight: bold;
	text-transform:uppercase;
	text-align:center;
}

.menu:hover
{
	font-family: arial;
	font-size: 12px;
	color:#cc0000;
	font-weight: bold;
	text-transform:uppercase;
	text-align:center;

}

ul, li
{
	font-family: arial;
	margin:5px;
}

.toplevel
{
	font-family: arial;
	font-weight: bold;
}

.footer
{
	color:#000000;
	font-family: arial;
	font-size: 9px;
	text-align: center;
}