BODY{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}

TD{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
TH{
	color: white;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #02205A;
}
INPUT{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
A{
	color: white;
	text-decoration: none;
}
.INPUT{
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
}
.Button
{
	color: White;
	background-color: #02205A;
	border: thin solid #416AC2;
}
.InverseButton
{
	color: #02205A;
	background-color: White;
	border: thin solid #416AC2;
}
.14ptHeader
{
	color: White;
	font-size: 14pt;
	background-color: #02205A;
}
.TableWithBorders
{
	border: thin solid #416AC2;
	border-collapse: collapse;
}
.TableWithBlackBorders
{
	border: thin solid black;
	border-collapse: collapse;
}
.Bold9ptText
{
	font-size: 9pt;
	font-weight: bold;	
}
.Bold12ptText
{
	font-size: 12pt;
	font-weight: bold;	
}
.BlueLink
{
	color: #02205A;
	font-weight: bold;
	text-decoration: none;	
}