﻿html, body
{
	margin:0px;
	vertical-align:top;
	background-color:#D6D6D6;
}
.copyright
{
	text-align:center;
	vertical-align:top;
	font-size:10pt;
	color: #000000;
	font-family: Verdana;
	font-weight:bold;
}
.copyright a:visited
{
	color: #1C5130;
	text-decoration: none;
}
.copyright a:link
{	
	color: #1C5130;
	text-decoration: none;
}
.copyright a:hover
{	
	color: #1C5130;
	text-decoration: underline;
}
.TextLabel
{
	font-size:14pt;
	color: #000000;
	font-family: Verdana;
	font-weight:bold;
	text-align:center;
}
.TextLabel a:link
{
    color: #000000;
    text-decoration: none;
}
.TextLabel a:visited
{
    color: #000000;
    text-decoration: none;
}
.TextLabel a:hover
{
    color: #000000;
    text-decoration: underline;
}
.MenuText
{
	font-size:20pt;
	color: #000000;
	font-family: Verdana;
	font-weight:bold;
	text-align:center;
}
.MenuText a:link
{
    color: #000000;
    text-decoration: none;
}
.MenuText a:visited
{
    color: #000000;
    text-decoration: none;
}
.MenuText a:hover
{
    color: #000000;
    text-decoration: underline;
}
.HeaderImage
{
	border-style;solid;
	border-width:3px;
	border-color:#FFFFFF;
	width:300px;
}
.PageHeader
{
	font-size:30pt;
	color: #000000;
	font-family: Verdana;
	font-weight:bold;
	text-align:center;
}