body,td,th {
	color: #000000;
}


body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
}

.style1 {
	color: #4F6A27;
	font-weight: bold;
	text-transform: uppercase;
}

.style2 {
	color: #4F6A27;
	font-weight: bold;
}


.white {
	color:#FFFFFF;
}

table, td, tr, p {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

input,select,textarea { color: #4F6A27; padding:2px; font-family:  Arial, Helvetica, sans-serif; font-size: 11px;}

a { color: #DC8245; text-decoration: underline; font-weight: bold; }
a:visited { color: #DC8245;  text-decoration: underline }
a:hover { color: #4F6A27;  text-decoration: none }
a.white { color: #FFF; text-decoration: underline }
a.white:visited { color: #FFF; text-decoration: underline }
a.white:hover { color: #4F6A27; text-decoration: none }
			

/* ----------------------------*/
/* This is where the Navigation CSS Starts */
/* ----------------------------*/

.chromestyle{
font-weight: bold;
width: 90%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding-top: 8px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:visited
{
color: #FFF;
padding: 9px 17px;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #DC8245;
text-decoration:none;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #F0E9CE;
width: 174px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a, .dropmenudiv a:visited{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0px 2px 6px;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background-color: #FFF;
color: #DC8245;
}


a.showingManagerLink {
  color: red;
  font-weight:bold;
}
