﻿.button
{
	font-weight: bold;
	font-size: 12pt;
	vertical-align: middle;
	color: white;
	font-family: 'Times New Roman';
	background-color: maroon;
	text-align: center;
}
.TableHeader
{
	font-weight: bold;
	font-size: 12pt;
	background-image: none;
	vertical-align: middle;
	color: white;
	font-family: Verdana, Arial, 'Microsoft Sans Serif';
	background-color: maroon;
	text-align: center;
	text-decoration: none;
	font-style: italic;
}
th
{
	font-weight: bold;
	font-size: 12pt;
	background-image: none;
	padding-bottom: 10px;
	vertical-align: middle;
	width: 100%;
	color: white;
	padding-top: 0px;
	font-family: Verdana;
	background-color: maroon;
	text-align: center;
	text-decoration: none;
	font-style: italic;
}
td
{
	font-weight: bold;
	font-size: 12pt;
	font-family: Verdana;
	text-decoration: none;
vertical-align=top
}
