body      
{ 
	font-size: 9px;
	font-family: Verdana, Helvetica, Geneva, Swiss, SunSans-Regular; 
	background-color: white; 
}


td {
    font-size: 8pt;
  }
A:visited
{
	font-size: 10pt;
	color: white;
	text-decoration: none;
}

A:link
{
	font-size: 10pt;
	color: white;
	text-decoration: none;
}

A:hover
{
	font-size: 10pt;
	color: white;
	text-decoration: underline;
}

.layout
{	
	color: white;
	margin-left: 40;
	margin-top: 20px;
	margin-bottom: 20px;
}

.headline
{	
	color:#323232;
	font-size: 15pt;
	margin-left: 10pt;
}

.content
{
	color: #323232;
	margin-top: 10pt;
}

.content a{
	color: #323232;
}

.content a:hover {
	color: #323232;
}
.content a:visited {
	color: #323232;
}
.contentlink a{
	color: #323232;
	border-bottom: 1px dashed #00000;
}

.contentlink a:hover {
	color: #323232;
	border-bottom: 1px solid #00000;
}
.contentlink a:visited {
	color: #323232;
	border-bottom: 1px doted #808080;
}
.menu {
	color: white;
	background-color: #0f3250;
	padding-left: 25;
	border-color: white;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	
}
.menu td:hover{
	background-color:#000000;
}
.menu a{
	color: white;
	
}
.menu a:hover{
	color: white;
}

.menu a:visited{
	color: white;
}

.menu2 {
	background-color:#576f85;
	color: white;
	padding-left: 45;
	border-color:white;
	border-bottom-style:solid;
	border-bottom-width:1px;
	
}
.menu2 a{
	color: white;
}
.menu2 a:hover{
	color: white;
}
.menu2 a:visited{
	color: white;
}
