body {
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff;
	background-color: #000;
}

a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	height: 75px;
	width: 75px;
}

td {
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-size: 9pt;
	color: #fff;
	background-color: #000;
}

th {
	font-family: Verdana,Arial,Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
	padding: 2 2 2 2;
	background-color: #e3e3e3;
}

.value {
	background-color: #E3E3E3;
	color: #000;
	padding-left: 3;
	font-size: 11px;
}



.value a {
	color: #000;
}
.value a:hover {
	text-decoration: underline;
}

.label {
	font-weight: bold;
	font-size: 11px;
	color: #056689;	
	background-color: #E3E3E3;
	padding-left: 3;
}
