.body		{ font: 9pt;
	  font-family: Verdana, Arial, San-Serif;
	  color: black;
}

.text        { font-family: Microsoft Sans Serif; font-size: 10px }
.bodyw		{ font: 8pt;
	  font-family: Verdana, Arial, San-Serif;
	  color: white;
}

.green		{ font: 10pt;
	  font-family: Verdana, Arial, San-Serif;
	  color: #0C4D0D;
	  font-weight: bold;
}

.red		{ font: 10pt;
	  font-family: Verdana, Arial, San-Serif;
	  color: red;
	  font-weight: bold;
}

.bluesm		{ font: 8pt;
	  font-family: Verdana, Arial, San-Serif;
	  color: #013773;
	  font-weight: bold;
}

.bluebg		{ font: 12pt;
	  font-family: Verdana, Arial, San-Serif;
	  color: #013773;
	  font-weight: bold;
}

h1		{ font: 12pt;
	  font-family: Verdana, Arial, San-Serif;
	  color: black;
	  font-weight: bold;
}

.footer		{ font: 8pt;
	  font-family: Verdana, Arial, San-Serif;
	  color: #999999;
}

.small		{ font: 8pt;
	  font-family: Verdana, Arial, San-Serif;
	  color: black;
}

.smallw		{ font: 8pt;
	  font-family: Verdana, Arial, San-Serif;
	  color: white;
}

.more	{ 	font: 8pt;
	  font-family: Verdana, Arial, San-Serif;
	  color: #008796;
	  font-weight: bold;
}

.note		{ font: 8pt;
	  font-family: Arial, Verdana, San-Serif;
	  color: red;
}

#content	{
	margintop: 0px;
}

.menuStyle  {
	color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica;
	font-weight: bold;
	}
	
.menuStyle2  {
	color: black;
	font-size: 12px;
	border: 1px;
	border-color: #000000;
	font-family: Arial, Helvetica;
	background-color: #008A99;
	width: 100%;
	padding: 5px;
	font-weight: bold;
	}

#menuHead   {
	position: absolute;
	z-index: 50;
	top: 0px;
	left: 0px
	}
		
#menuHead1  {
		position: relative;
		 }

#menu1 {
	position: absolute;
	z-index: 100;
	visibility: hidden;
	width: 150px;
	top: 100px;
	}

#menuHead2  {
		position: relative;
		 }

#menu2 {
	position: absolute;
	z-index: 100;
	visibility: hidden;
	width: 150px;
	top: 100px;
	}
	
#menuHead3  {
		position: relative;
		 }

#menu3 {
	position: absolute;
	z-index: 100;
	visibility: hidden;
	width: 150px;
	top: 100px;
	}
	
#menuHead4  {
		position: relative;
		 }

#menu4 {
	position: absolute;
	z-index: 100;
	visibility: hidden;
	width: 150px;
	top: 100px;
	}

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#000000;
	background-color: #CCFF99;
	}
	
	
.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
	

a:link		{ color: blue; text-decoration: none; font-weight: none}
a:visited	{ color: #000000; text-decoration: none; font-weight: none}
a:active	{ color: #07228B; text-decoration: none; font-weight: none}
a:hover		{ color: #07228B; text-decoration: none; font-weight: none}
