﻿body
{
	color: black;
	font-family: Verdana, Arial;
	margin: 10px;
	font-size: 10pt;
}

table
{
	color: black;
	font-family: Verdana, Arial;
	font-size: 10pt;
}

.copyright
{
	font-weight: bold;
	font-size: 10pt;
	font-style: italic;
}

.footer
{
	font-size: 7pt;
}

a img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

INPUT
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: white;
	color: Black;
	border-color: #63b9a0;
	font-family: Verdana, Arial;
}

INPUT.search
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: white;
	color: black;
	font-family: Verdana, Arial;
	font-size: 9pt;
	height: 18px;
	width: 151px;
	margin: 0px;
	padding: 0px;
}

H1
{
	font-size: 16pt;
	font-weight: bold;
	color: #064B7E;
}

H2
{
	font-size: 12pt;
	color: black;
	margin-bottom: 3px;
}

H3
{
	font-size: 12pt;
	color: #064B7E;
	margin-bottom: 3px;
}

a h2
{
	text-decoration: none;
}


