body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: white;
	background-color: #4B4B4B;
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	color: black;
	background-color: #4B4B4B;
}

th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	text-align: left;
	padding: 2 2 2 2;
	background-color: #e3e3e3;
}

.value {
	background-color: #E3E3E3;
	padding-left: 3;
	font-size: 11px;
}

.label {
	font-weight: bold;
	font-size: 1em;
	color: #056689;	
	background-color: #E3E3E3;
	padding-left: 3;
}
a:link {
	color: #FF6600;
	text-decoration: none;

}
a:visited {
	color: #0066CC;
	text-decoration: none;

}
a:hover {
	color: #FFFFFF;
	text-decoration: none;

}
