body {

	font-family: Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;

}

p, td {
	font-size:12px;
	text-align:justify;
}

li {
	font-size:12px;
	text-align:justify;
	margin-bottom:3px;
}

a, a:visited {
	color:#000;
}

a:hover {
	background-color:#B7A78D;
}


h1 {
	font-size:18px;
	color:#7C8A32;
}

h2 {
	font-size:16px;
	color:#7C8A32;
}

h3 {
	font-size:14px;
	color:#7C8A32;
}

h4 {
	font-size:12px;
	color:#7C8A32;
}

.imgRight {
	margin-left:5px;
}

.imgLeft {
	margin-right:5px;
}

#footer,
#footer a,
#footer a:hover,
#footer a:visited{
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	text-decoration:none;
}
#footer a.chard {
	font-size: 8pt;
}


.greentext {
	color:#7C8A32;
}

#contact_info { display: none; }

#print_icon { 
	position: absolute; 
	right: 15px; 
	top: 10px; 
	padding: 5px 29px 3px 0px;
	font-size: 11px;
	background: url(/print.gif) right center no-repeat; 
	cursor: pointer;
}
#print_icon:hover { text-decoration: underline; }
#body_wrapper { position: relative; }

@media print {
	#nav { display: none; }
	
	#body_table { position: relative; left: -100px;  }
	
	#body_cell { padding: 0px 10px 0px 10px; }
	
	#contact_info { display: block; font-size: 10px; padding: 10px; }
	#print_icon { display: none; }
}