H1
	{
		font-size: 14pt;
		color: #2167CF;
		font-family: tahoma, sans-serif;
		font-weight: 700;
	}

.Jason
{
	text-align: center;
	position: relative;
	left: 10px;
	width: 700px;
}

A:link
	{
		color: #ffff80;
		font-decoration: underline;
	}

A:visited
	{
		color: #ffff80;
		font-decoration: underline;
	}

A:active
	{
		color: #ffff80;
		font-decoration: underline;
	}

TD.TDDark
{
	background-color: #1663D6;
	color: #ffffff;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	height: 20;
	text-align: center;
}


TD.TDBold
{
	background-color: Black;
	color: #FFFF80;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	height: 40;
	text-align: center;
	font-size: 12pt;
}

TD.TDLight
{
	background-color: #MAROON;
	color: #FFFFFF;
	font-family: tahoma, sans-serif;
	font-weight: bold;
	height: 30;
	text-align: center;
	font-size: 10pt;
}

TD.TDEntry
{
	background-color: #f0f0f0;
	color: #000000;
	font-family: tahoma, sans-serif;
	font-weight: normal;
	height: 30;
}

Table.TMain
{
	border-bottom: thick solid darkgrey;
	border-right: thick solid darkgrey;
	border-top: thin solid darkgrey;
	border-left: thin dotted darkgrey;
	width: 700px;
	margin-left: 10px;
	background-color: white;
	cellpadding: 2;
	cellspacing: 2;
}