body
{
	text-align:center; 
	margin-left:auto; 
	margin-right:auto; 
	background-color: #ebebeb;
	font-family: Verdana;
	font-size: 10px;
}

td
{
	font-family: Verdana;
	font-size: 12px;
}

th
{
	background-color: navy;
	padding: 7px;
	color: White;
	font-weight: bold;	
}

h1
{
	font-size: 12px;
}

h2
{
	text-align: center;
	font-size: 10px;
	color: White;
	background-color: Navy;
	padding: 10px;
	margin: 0px;
}

.label
{
	background-color: #999999;
	color: White;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 5px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	vertical-align: top;
}

.field
{
	background-color: White;
}

.subheader
{
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	border: 1px solid black;
	background-color: whitesmoke;
}