body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #C8C8C8;
}

.tableHeaders {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4A8E39;
}
.trEven {
	background-color: #F5F5F5;
}
.trOdd {
	background-color: #FFFFFF;
}
.tableBorder {
	background-color: #E1E1E1;
}
.smallInfo {
	font-size: 10px;
	color: #999999;
}
.greenBox {
	color: #FFFFFF;
	background-color: #4D9237;
}
a {
	color: #003366;
	text-decoration: underline;
	font-size: 12px;
}
.linkedHeader {
	color: #4A8E39;
	font-size: 14px;
	font-weight: bold;
}

