table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 88%;
	line-height: 144%;
	color: #595959;
	background-color: transparent;
}
body {
	background: #E5E5E5 url(../../images/febgconcept.gif) fixed;
	margin-top: 0%;
	margin-left: 0%;
}
tr, td {
	vertical-align: top;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 94%;
	color: #683A5E;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 94%;
	color: #CC0000;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 94%;
	color: #8B8989;
}
h4 {
	font-family: Arial Narrow;
	font-weight: bold;
	color: #A1A1A1;
	font-size: medium;
}
a:link {
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 94%;
	text-decoration: none;
}
a:visited {
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 94%;
	text-decoration: none;
}
a:hover {
	font: normal x-small Verdana, Arial, Helvetica, sans-serif;
	color: Red;
	font-size: 94%;
	text-decoration: none;
	background: #EDEDED;
}
hr {
	color: #DBDBDB;
}

#dropmenudiv{
	position: absolute;
	border: 1px solid #CDC5BF;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 22px;
	z-index: 0;
}

#dropmenudiv a{
	width: 103%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #CDC5BF;
	padding: 3px 0;
	text-decoration: none;
	font-weight: normal;
}

#dropmenudiv a:hover{
	/*hover background color*/
	background-color: #EDEDED;
}
