	<!--
		/*
			main colors:
			orange			- #ff5200
			dark orange		- #a63900
			yellow green	- #a6b300
			brown			- #451c1c
		*/
		body{
			background:#c4c3c3;
			margin:0px;
		}
		body,td, th, p{
			margin-top:0;
			font-family:Arial, Helvetica, sans-serif;
			font-size:12px;
			color:#333;
			text-align:left;
			vertical-align:top;
		}
		h1,h2,h3{
			margin-top:0;
		}
		h1{
			font-size:18px;
		}
		h2{
			font-size:16px;
		}
		h3{
			font-size:14px;
		}
		a:link, a:visited, a:active{
			text-decoration:none;
			color:#333;
		}
		a:hover{
			color:#333;
		}
		img{
			margin:0;
			padding:0;
			border:0;
		}
		img.floatLeft{ 
			float:left;
			margin-left:0;
		}
		img.floatRight{ 
			float:right;
			margin-right:0;
		}
		.bar{
			clear:both;
		}
		#mainDiv{
			background:#fff;
			margin:0 auto;
			width:864px;
			height:570px;
		}
		#headDiv{
			background:url('../_img/dots0.gif') no-repeat 64px 24px;
			height:103px;
		}
		#bodyDiv{
			height:467px;
		}
		#menuDiv{
			position:relative;
			top:88px;
			left:65px;
			width:600px;
			height:15px;
			font-weight:bold;
			color:#ff5200;
		}
		#menuDiv a:link{
			color:#ff5200;
		}
		#menuDiv a:hover{
			color:#a6b300;
		}
		#menuDiv a:visited{
			color:#a63900;/*#ff1a00;*/
		}
		#logoDiv{
			background:url('../_img/logo.gif') no-repeat;
			position:relative;
			top:0px;
			left:688px;
			width:95px;
			height:84px;
		}
	-->