/* CSS Document */

body{
	background:#000000;

}


.link_bar_button{
	background:#FFCC33;
	border:#DDAE22 solid 1px;
	color:#000000;
	font-weight:bold;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
}



a.normalTextLink{
	color:#000000;
	text-decoration:none;
}

a.normalTextLink:hover{
	text-decoration:underline;
}	



a.whiteLink:link, a.whiteLink:visited{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.whiteLink:hover{
	text-decoration:underline;
}





.pageTitle{
	color:#800000;
	font-size:24px;
	font-weight:bold;
}


.dropmenudiv{
	background:#FFCC33;
	border:0px;
	color:#000000;
	padding:5px;
	margin-right:15px;
	position:absolute;
	visibility:hidden;
	z-index:1;
}

.dropmenucontent{
	position:absolute;
	visibility:hidden;
	padding-bottom:10px;
	overflow:visible;
	background:#000000;
	z-index:2;
}