body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0%;
	background-image: url(images/headBG.gif);
	background-repeat: repeat-x;
}
#mainTable {
	border: 0px
 }
 #mainTable td {
 	padding: 0px;/*Pads each table cell in modern browsers*/
 }
 #maincontent {
 	font-size: 14px;	/*/*/font-size: 100%; /* */
	background-image:  url(images/middle/middle.gif);
	background-repeat: no-repeat;
	background-position: left;
 }
 #footer {
 	background-color: #171411;
 	color: #171411;
 }
 td, p, ul {
 	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
 }
 h1:first-child {margin-top: 0;}/*starts first h1 in TD flush top*/
 h2:first-child {margin-top: 0;}/*starts first h2 in TD flush top*/
 h1 { font-size: 160%; }
 h2 { font-size: 140%; }
 h3 { font-size: 110%; }
