﻿table {
	border: thin white solid ;
	border-collapse:collapse;
	color: white;
	
}

 th {
	background-color: #808080;
	border:thin white solid;
	padding: 6;
	FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Verdana;
	white-space: nowrap;
	text-align:center;
}

 td {
	background-color: #000000;
	border:thin white solid;
	padding: 6;
	FONT-SIZE: 10pt; 
	FONT-FAMILY: Verdana;
	font-weight:bold;
	white-space: nowrap;
	text-align:center;
	
}

 tr {
	vertical-align: middle;
}