body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #fafafa;
}

a:link {
	color: #016EC2;
}
a:visited {
	color: #016EC2;
}
a:hover {
	color: #016EC2;
}
a:active {
	color: #016EC2;
}
a {
	font-size: 13px;
	font-family: Arial;
}

.lang_menu {
     font-family: Arial;
     font-size: 10px;
     color: FFFFFF;
}

.lang_menu a:link  {
     font-family: Arial;
     font-size: 10px;
     text-decoration: underline;
     color: FFFFFF;
}

.lang_menu a:visited  {
     font-family: Arial;
     font-size: 10px;
     text-decoration: underline;
     color: FFFFFF;
}

.contact {
	font-family: Arial;
	font-size:13px;
	color:#555555;
}

#header {
     position: absolute;
       margin-left: auto;
       margin-right: auto;
       left: 0;
       right: 0;
       top: 0;
       width: 1000px;
       height: 100px;
}

#head_afo {
     position: absolute;
       top: 0;
       left:0;
       height: 70px;
       width: 300px;
       text-align:left;
       font-size:11px;
       font-family:Sylfaen;
       color: white;
       margin-left:5px;
}

#div_body {
      position: absolute;
      z-index: 1;
       top: 140px;
       margin-left: auto;
       margin-right: auto;
       left: 0;
       right: 0;
}

 #dropmenudiv{
 position:absolute;
 z-index: 2;
 border:1px solid black;
 border-bottom-width: 0;
 line-height:18px;
 
 }

 #dropmenudiv a{
 width: 100%;
 display: block;
 text-indent: 3px;
 border-bottom: 1px solid black;
 padding: 1px 0;
 text-decoration: none;
 font-weight: bold;
 color:#020202;
 background-color: #EFEFEF;
 }

 #dropmenudiv a:hover{
 color:#FFFFFF;
 background-color: #C82020;
 }