HTML, BODY
{
	width: 100%;
	height: 100%;
	background-color: #686868;
	font-family: Georgia, Verdana, sans-serif, <!--"Tempus Sans ITC"-->;
}
#vulling
{
	width: 830px;
	height: 7px;
}
#main
{
	width: 1000px;
	height: 100%;
	text-align: center;
	color: #FBFFFF;
	position: relative;
}
#header
{
	width: 970px;
	height: 70px;
	position: inherit;
	padding: 15px;
	background-color: #686868;
}
#menu
{
	width: 800px;
	height: 20px;
	position: inherit;
	padding: 15px;
	overflow: auto;
	background-color: #FBFFFF;
}
#content
{
	width: 970px;
	height: 670px;
	position: inherit;
	padding: 15px;
	overflow-y: auto;
	background-color: #686868;
}
#footer
{
	width: 970px;
	height: 10px;
	position: inherit;
	padding: 0px 15px;
	background-color: #686868; 

}
H1
{
	font-size: 18pt;
	font-weight: bold;
}
H2
{
	font-size: 12pt;
	font-weight: bold;
}
P
{
	font-size: 12pt;
	font-weight: normal;
}
table
{	
	font-size: 10pt;
	text-align: center;
}

a
{
	font-family: Georgia, Verdana, sans-serif, "Tempus Sans ITC";
	font-size: 12pt;
	font-weight: normal;
	color: #686868;
	background-color: transparent;
}

a:link, a:visited, a:active{
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

a.namen{
	font-family: Georgia, Verdana, sans-serif, "Tempus Sans ITC";
	font-size: 12pt;
	font-weight: bold;
	color: #686868;
	background-color: transparent;
}

a.namen:link, a.namen:visited, a.namen:active{
	text-decoration: underline;
}

a.namen:hover{
	text-decoration: none;
}

