@charset "utf-8";
/* CSS Document */

body {
	background-color: #a7b3b8;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #494646;
}
a:link {
	color: #827402;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #827402;
}
a:hover {
	text-decoration: none;
	color: #827402;
}
a:active {
	text-decoration: underline;
	color: #827402;
}
.newsTitle {
	font-size: 12px;
	color: #FFF;
	font-weight:bold;
}
.newsText {
	color: #FFF;
}
.footerText, #footer a:link,  #footer a:visited  {
	font-style: normal;
	font-weight: normal;
	text-transform: capitalize;
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	text-decoration:underline;
}
.sectionTitle {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
.articleTitle {
	font-weight: bold;
}
#dropmenudiv{
	position:absolute;
	border-bottom-width: 0;
	line-height:18px;
	z-index:999;
}

#dropmenudiv a{
	float:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:6px;
	padding-right: 10px;
	display: block;
	text-align:center;
	font-weight: bold;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #fdff00;
}