body {
	margin: 0px;
}
.language {
	position: absolute;
	left: 652px;
	top: 66px;
	text-decoration:none;
	font-weight: bold;
	font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
	
}
.maintable {
	width:100%;
	height:90%;
	padding: 0px;
	margin: 0px;
}
font {
	font-size: 12px;
	font-family: Arial;
}
.footer {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F7931E;
}
strong {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.menu {
	text-decoration:none;
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
	color: #000000;
	width:620px;
	height:20px;
}
a.menu {
	text-decoration:none;
	font-weight: bold;
	font-family: Arial;
	font-size: 20px;
}

a.menu:link    {
	color:#FFFFFF;
	background-color:transparent;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.menu:visited {
	color:#FFFFFF;
	background-color:transparent;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.menu:hover   {
	color:#F7931E;
	background-color:transparent;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
a.menu:active  {
	color: #F7931E;
	background-color:transparent;
	font-size: 12px;
	font-weight: bold;
}
a {
	text-decoration: none;
	font-size: 11px;
	line-height: 19px;
	display: block;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #F7931E;
	text-decoration: none;
	display: block;
}
a:active {
	color: #F7931E;
	text-decoration: none;
}
#dropmenudiv{
	color: #000000;
	position:absolute;
	border:1px solid #FFFFFF;
	border-bottom-width: 0;
	font-family: Arial;
	font-size: 12px;
	line-height:18px;
	z-index:100;
}

#dropmenudiv a{
	color: #FFFFFF;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #F7931E;
color: #FFFFFF;
}

