body 	
{	margin-top: 0px;	
	float: left;
	position: relative;
	margin-bottom: 0px;
	background-repeat: repeat-x; 
	font-family: arial, verdana, geneva, monaco,  helvetica; 
	background-color: #ffffff;
	color: #5a4331;
	font-size: 12px;
	text-align: left;
	width: 95%;
}


h6 {
	font-size: 116%; margin-top: 1px; margin-bottom: 1px; font-weight: bold;
}

h5 {
	font-size: 138.5%;margin-top: 2px; margin-bottom: 2px;  font-weight: bold;
}

h4 {
	font-size: 161.6%; margin-top: 3px; margin-bottom: 3px; font-weight: bold;
}

h3 {
	font-size: 182%; margin-bottom: 4px; margin-top: 4px; font-weight: bold;
}

h2 {
	font-size: 205%; margin-bottom: 6px; font-weight: bold;
}

h1 {
	font-size: 229%; margin-bottom: 8px; font-weight: bold;
}




/* ==================================================================== */
a {
	color: #ac643b;
	text-decoration: none;
}
a:hover {
	color: #db8452;
	text-decoration: none;
}


.bodyTable {
	border-color: #d9cbc2;
	border-collapse: collapse;
	padding: 2px;
}
.bodyTableItem {
	color: #5a4331;
	vertical-align: top;
	text-align: left;
}
.bodyTableItemR {
	color: #5a4331;
	vertical-align: top;
	text-align: right;
}



.printonly
{
    display: none;
}

@media print {
	.printonly {
    		display:table-header-group;
	}
	.noprint {
    		display: none;
	}
	.noPrint {
    		display: none;
	}
	.footer {
    		display: none;

	}
	.leftCol {
    		display: none;

	}


}
