.NavMenu A:link, .NavMenu A:active, .NavMenu A:visited, .NavMenu A:hover 
{
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	text-decoration: none;
	padding: 2px 10px 0px 10px;
	height: 21px;
	border-width: 0px 1px 0px 1px;
	white-space: nowrap;
	display: block;
}

.NavMenu A:link, .NavMenu A:active, .NavMenu A:visited
{
	color: #ffffff;
	background-color: Transparent;
	border-color: Transparent;
	border-style: solid;
}

.NavMenu A:hover 
{
	color: #000000;
	background-color: #cccccc;
	background-position: center center;
	border-color: #000000;
	border-style: solid;
}

p 
{
	margin: 0px 5px 5px 5px;
	padding: 0px;
	font-family: Verdana;
	font-size: 10pt;
	color: 32000A;
}

.FormTable 
{
	font-family: Verdana;
	font-size: 10pt;
	color: 32000A;
}
table.FormTable 
{
	margin: 5px;
	border-width: 1px;
	border-style: solid;
	border-color: #aaaaaa;
}

h1 
{
	font-family: Arial;
	font-size: 22pt;
	font-weight: bold;
	color: #000000;
	text-align: left;
	margin: 0px 0px 0px 45px;
	padding: 2px;
	display: block;
}

h2 
{
	font-family: Arial;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	display: block;
}

h3 
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #000000;
	padding: 2px;
	display: block;
	margin: 5px 5px 0px 5px;
}

a:link, a:visited, a:active
{
	color: Red;
	font-weight: bold;
}

a:hover 
{
	color: Navy;
	font-weight: bold;
}
