body {
	background-color: #5a5e51;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
}

.content {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #5a5e51;
	font-size: 11px;
	line-height: 17px;
	text-align: justify;
	vertical-align: top;
}

a.content {
	font-size: 11px;
	color:#ed2024;
	text-decoration: none;
}

a.content:hover {
	font-size: 11px;
	color:#ed2024;
	text-decoration: underline;
}

.news {
	font-family: Arial, Tahoma, Verdana, sans-serif;
	font-size: 11px;
	color: #5a5e51;
	line-height: 17px;
	text-align: justify;
	vertical-align: top;
	padding-left: 18px;
	padding-right: 8px;
	padding-top: 15px;
}

a.news {
	font-size: 11px;
	color:#ed2024;
	text-decoration: none;
}

a.news:hover {
	font-size: 11px;
	color:#ed2024;
	text-decoration: underline;
}

#dropmenudiv{
position:absolute;
border:1px solid #234085;
border-bottom-width: 0;
font:normal 11px Arial, Tahoma, Verdana, sans-serif;
line-height:20px;
z-index:100;
color:#5a5e51;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #234085;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color:#5a5e51;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#eff0f3;
color:#5a5e51;
text-decoration: underline;
}

img {
	border: 0px;
}

a.img {
	border: 0px;
	text-decoration: none;
}

a.img:hover {
	border: 0px;
	text-decoration: none;
}