A:link	{
		background:			transparent;
		color: 				Blue;
		text-decoration: 		none;
		font-weight:			Bold;
		}
A:visited	{
		background: 			transparent;
		color: 				Navy;
		text-decoration: 		none;
		font-weight:			Bold;
		}
A:active 	{
		background: 			transparent;
		color: 				Red;
		text-decoration: 		none;
		font-weight:			Bold;
		}
A:hover	{
		color:				White;
		text-decoration:		none;
		background:			Navy;
		font-weight:			Bold;
		}
Body		{
		font-family:			Arial;
		font-size:			9pt;
		color:				Black;
		text-decoration:		none;
		}
.Header	{
		background:			Transparent;
		font-family:			Arial;
		font-size:			14pt;
		font-weight:			Bold;
		color:				#970000;
		text-decoration:		none;
		}
.THeader	{
		background:			Transparent;
		font-family:			Arial;
		font-size:			12pt;
		font-weight:			Bold;
		color:				White;
		text-decoration:		none;
		}
.Small		{
		background:			Transparent;
		font-family:			Arial;
		font-size:			13pt;
		color:				Black;
		text-decoration:		none;
		}
.Large		{
		background:			Transparent;
		font-family:			Arial;
		font-size:			14pt;
		color:				Black;
		text-decoration:		none;
		}
.Menu		{
		background:			transparent;
		font-family:			Arial;
		font-size:			10pt;
		font-weight:			Bold;
		color:				White;
		text-decoration:		none;
		}