
h2 { font-size: 16px;  font-style: normal;  color: #556B2F;  font-weight: bold;   }

h5 { font-size: 12px; }

h3 { font-size: 22px;   
	color: Black;}

h1 { font-size: 22px;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   
	color: #556B2F;}
	
h6 { font-size: 10px; 
	background-color: #003300;
	color: #CCFF99;}
	

.smaller   { font-size: 12px; }

.larger { font-size: 14px;  font-weight: bold;  }



	
table { background-color: #1F2645; }

table.white{
	background-color: #003300;
}
/* Custom link styles */
a:link {
	text-decoration: none;
	color: #F0E68C;
}

	

a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	text-decoration: none;
	color: White;
}

a:active {
	text-decoration: none;
	color: #90EE90;
}



body {
	font-size: 13px;
	margin: 4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #003300;
	color: #333333;
	}
h4{
	font-size: 13px;
	margin: 4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #003300;
	color: #CCFF99;
	}




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float: none;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:25px;
}
.dark a, .dark :visited {
color:#6B8E23;
text-decoration:none;
}
/* style the links hover */
.dark :hover{
color:Green;
}


/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
width:149px;
padding: 7px 7px;
color:#8FBC8F;
background:#003300;
text-decoration:none;
margin-right:1px;
text-align: left;
}
/* style the links hover */
.menu :hover{
color:White;
background:#556B2F;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}