.tableNAV {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #ffffff;
	}

table.style {
	 border : 1px #ffffff;
	 }

table.TableMain {
	border-width : thin;
	border-color : #000000;
	width : 780px;
	height : 100%;
	vertical-align : top;
	}

/*th.tableNAV {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #ffffff;
	background-color : #005B9A;
	text-align : center;
	}
*/
.dateTEXT {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	color : #000000;
	text-align : center;
     }
.newsTEXT {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #4d4d4d;
	font-weight : 100;
	text-align : justify;
	}

.HEAD {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #336633;
      }
.HEAD2 {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #336633;
      }

a:link {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : inherit;
	text-decoration : underline;
	font-color: # ff9900;
	}
.BodyText {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : 100;
	text-align : justify;
	/*line-height : 15px; */
	/*margin : 5px 10px; */
	}

/*ul {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : 100;
	margin-left : -0.5px;
	}
*/
.indent {
	position : relative;
	margin-left : 5px;
	}

.BorderLine {
	border-right-width : 1px;
	border-right-color : #4d4d4d;
	border-right-style : solid;
	padding-right : 6px;
	padding-left : 6px;
	}

.caption {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : 100;
	font-color : black;
	text-align : left;
	}

.Footer {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color : #4d4d4d;
	font-weight : 100;
	}

.BorderLineBottom {
	border-bottom-width : 2px;
     border-bottom-color : #4d4d4d;
	border-bottom-style : ridge;
	padding-bottom : 3px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	font-color : #336633;
     }

.list {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : black;
	font-weight : 100;
	text-align : left;
	line-height : 12px;
	margin : 5px 10px;
	}

a.link {
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : inherit;
	color : #005B9A;
	text-decoration:none
	}

.data {
	border-width : 1px;
	border-color : #999999;
	padding : 1px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : 100;
	}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#nav, 
#nav ul { /* all lists */
	padding: 0;
	margin: 0px;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: inherit;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
}

#nav a:hover {
	display: block;
	width: inherit;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #FFFF00;
	}
#nav li { /* all list items */
	float: left;
	width: 9.6em; /* width needed or else Opera goes nuts */
	border: 1px solid #999999;
	padding: 2px;
	background-color:#339900
}

#nav li ul { /* second-level lists */
	position: absolute;
	background:#FFFFFF;
	width: inherit; 
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 20.3em;
}

#nav li:hover ul ul, 
#nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;

}


.submenuli {
	display:block;
	/*width: 20em; */
	}
	
.submenuli a{
	display:block;
	width:20em;
	}
	
.submenuli a:hover {
	display: block;
	width: inherit;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:	10px;
	color: #FF9900;

