	/* HEADER */
table.hbox {
	background: white url("../images/front/banner.gif") left top;
	background-repeat:repeat-x;
	border-bottom:solid 1px #000000;
	border-collapse: collapse;
	margin-bottom: 1px;
	width: 755px;
	}
.himg {  height:71px }
.hbar { background-color: #339933; font-size: 8pt }
(a.hlink:link, a.hlink:visited, a.hlink:active {  text-decoration: none; color: #FFFFCC; font-weight:bold })
a.hlink:hover {color: Aqua; font-weight:bold }
.tl1 { height:30px; background-color:#ffffcc} 
.tl2 { height:30px; background-color:#F5EAC2} 

		/* LINKS */
a.sm:link, a.sm:visited, a.sm:active {  text-decoration: none; color:#663300} /* Side Menu 1 */
a.sm:hover {color:#FF0000}			/* proposal, originally #000066 */

a.sm2:link, a.sm2:visited, a.sm2:active {  text-decoration: none; color:#996600} /* Side Menu 2 */
a.sm2:hover {color:#FF0000}			/* proposal, originally #000066 */

		/* FOOTER */
a.fm:link, a.fm:visited, a.fm:active, a.fm:hover {  
	text-decoration: none; 
	color: #006600;
	padding-right: 1em;
	padding-left: 1em;
	border: solid 1px #eeeeee;
	}
a.fm:hover { background-color: White; 
	border: 1px solid #006600; 
	color: Red; 
	}
.ft {
	width: 753px;
	font-size: xx-small;
	background-color: #EEEEEE;
	border-bottom: 1px solid White;
	border-left: 1px solid White;
	border-right: 1px solid White;
	color: #006600;
}




h3 {font-size:10pt; font-style: italic; font-weight:normal }
.firstpar {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; text-align: justify}
.orderedlisttext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; list-style-type: lower-alpha}
.unorderedlisttext {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: normal; position: outside; text-align: justify; list-style-type: square}


/* drop down navigation menu */
#nav #nhe a {
	background-color:#000000;
	color:white;
	font-weight:bold;
}

/* the previous selector "#nav #n__ a" makes the submenu of current section inherit the main menus properties
	the following two blocks counteract this disruption */
#nav #nhe:hover li a, #nav #nhe.sfhover li a {
	color:#727272;
	background-color:white;
}

#nav #nhe li a:hover, #nav #nhe li a.sfhover {
	color:black;
	background-color:#eeeeee;
}
