body
{
	font-weight: bold;
	font-size: 11px;
	color: black;
	font-family: Arial;
	background-color: #919397;
	text-decoration: none;
}
A:link
{
	font-size: 11px;
	color: blue;
	font-family: Arial;
}
h2
{
	font-weight: bold;
	font-size: 16px;
	color: navy;
	font-family: Arial;
	background-color: #8998c1;
	text-decoration: none;
}
h3
{
	font-weight: bold;
	font-size: 14px;
	color: white;
	font-family: Arial;
	background-color: #8998c1;
	text-decoration: none;
}
p
{
	font-size: 13px;
	color: #000000;
	font-family: Arial;
}
A:hover
{
	font-size: 11px;
	color: red;
	font-family: Arial;
}
A:visited
{   font-size: 11px;
	color: blue;
	font-family: Arial;
}
.footer
{
	background-color: #8998c1;
	font-size: 10pt;
	color: white;
	font-style: italic;
	font-family: Arial;
}
.contact
{
	font-size: 10pt;
	color: white;
	font-family: Arial;
}
.ContactHeader
{
	font-weight: bold;
	font-size: 11pt;
	color: white;
	font-family: Arial;
}

