		div#navcontainer
		{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color:#3F3C3A;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	width: 850px;
}
		
		ul#navlist
		{
			margin: 0;
			width: 800px;
		}
		
		ul#subnavlist
		{margin: 0;
			padding: 0;
			position: absolute;
		}
		
		/* all buttons */
		ul#navlist li > a:link, ul#navlist li > a:visited, ul#navlist li * a:link, ul#navlist li * a:visited
		{ position: inherit;
			text-decoration: none;
			padding-bottom:5px;
			padding-top:5px;
			padding-left:10px;
			padding-right:10px;
		}
		
		#navlist li
		{
			display: inline;
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
		
		/* parents */
		ul#navlist li > a:link, ul#navlist li > a:visited
		{
			background: #3F3C3A;
			color: #FF6600;
			float: left;
		}
		
		ul#navlist li > a:hover
		{
			background: #f5f5f5;
			color: #000;
		}
		
		/* children */
		ul#navlist li * a:link, ul#navlist li * a:visited
		{
			background: #ccc;
			color: #777;
			display: block;
			float: left;
		}
		
		ul#navlist li * a:hover
		{
			background: #999;

			color: #fff;
		}
		
		/* active states */
		a:link[id=current], a:visited[id=current]
		{
			background: #FF6600 !important;
			color: #000 !important;
		}
		
		a:hover[id=current] { background: #f5f5f5 !important; }
		
		a:link[id=subcurrent], a:visited[id=subcurrent]
		{
			background: #444 !important;
			color: #fff !important;
		}
		
		a:hover[id=subcurrent] { background: #000 !important; }
    body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style1 {color: #333333; font-size: 14px; }
.style2 {color: #333333;font-size: 28px}
.style4 {color: #FE5D08; font-size: 28px; }
.style5 {color: #FE5D08; font-size: 24px; }
.style6 {color: #333333; font-size: 12px; }
.style7 {color:#333333; font-size: 12px;}