﻿body
{
	color: #333333;
	font-family: Georgia, Arial;
	font-size: 12px;
	
}
.TopTD
{
	font-weight: bold;
	font-size: 22px;
	font-family: 'Arial Narrow';
	margin-top: 5px;
	margin-bottom: 5px;
	height: 38px;
	vertical-align: top;
}

A:active
{
	color: #B89C00;
	text-decoration: underline;
}
A:hover 
{
	color: #B89C00;
	text-decoration: underline;
}
A:visited 
{
	color:#B89C00;
	text-decoration:  underline;
}
A:link
{
	color:  #B89C00;
	text-decoration:  underline;
}
H1
{
	color: #b89c00;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
H2
{
	color: #000000;
	font-family: Arial Narrow;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}


