/* ######### MENU STYLE START ######### */
.chromestyle{
	width: 100%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #000000;
width: 100%;
background: url(../chromejs/chromebg5.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 34px;
margin: 0;
text-decoration: none;
border-right: 0px solid #000000; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../chromejs/chromebg5-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}





/* ######### DROP DOWN MENU STYLE START ######### */
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #CCCCCC;
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
	z-index:100;
	background-color: #CCCCCC;
	width:250px;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#003366,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	visibility: hidden;
}

.dropmenudiv a{
width: 99%;
display: block;
text-indent: 3px;
border: 1px solid #999999;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #000000;
}

.dropmenudiv a:hover{
background-color: #000000;
}

.menuoff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}





/* ######### BODY STYLE START ######### */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 14px;
}

a:link {
	color: #666600;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #669900;
}

a:hover {
	text-decoration: none;
	color: #33CC33;
}

a:active {
	text-decoration: none;
	color: #666666;
}

table.randombg {
	font-family: Arial, Helvetica, sans-serif;
} 

input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}

.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	text-transform: none;
	color: #FF0000;
	line-height: 14px;
}
.title14white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	line-height: 16px;
}
.white11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.title14olive {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333300;
	line-height: 16px;
}
.cccccc11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cccc33;
}
.smallred {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}
select {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
}
.smallgrey {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666666;
}.white13 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
}
.cccc3311 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #cccc33;
}
