/* CSS Document */
table, p, ul {
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
}
.greenheader {
	border-style: solid; 
	border-width: 1px; 
	border-color: #289728; 
	font-weight: bold; 
	background-color: #54be46; 
	color: #ffffff; 
	padding: 5px;
}
.graycontent {
	border-style: solid; 
	border-width: 1px; 
	border-color: #cccccc; 
	background-color: #eeeeee;
}
