/* main css */

td {
	text-align: left;
	vertical-align: top;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFBF68
}
a:link {
	color: #FFBF68;
	text-decoration: none
}
a:hover {
	color: #FFFF00;
	text-decoration: bold
}
a:visited {
	color: #FFBF68;
	text-decoration: none
}
a:active {
	color: #FFBF68;
	text-decoration: none
}
.a10 {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	color: #FFBF68
}
.a12 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	color: #FFBF68
}
.a15 {
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	color: #FFBF68
}
.a18 {
	font-family: Arial;
	font-size: 18px;
	font-style: normal;
	color: #FFBF68
}

/* css for femlivpdm.js */

#dropmenudiv {
position: absolute;
border: 0px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 24px;
z-index: 100
}
#dropmenudiv a {
width: 100%;
display: block;
text-indent: 0px;
border-bottom: 0px solid black;
padding: 0px 0;
text-decoration: none
}
#dropmenudiv a:hover {
	background-color: #3C1400
}