﻿body
{
	background-color: black;
	font-family: MS Sans Serif;
	font-size: 11px;
	color: white;
}
span.heading
{
    color: gold;
}
div.navtop
{
	background-image: url(/PublicImages/navtop.png);
	height: 32px;
	width: 766px;
	/*text-align: left;*/
	/*vertical-align: middle;*/
}
div.header
{
	background-image: url(/Publicimages/header.png);
	height: 186px;
	width: 766px;
}
div.body
{
	background-image: url(/PublicImages/bodyback.png);
	height: 336px;
	width: 766px;
}
div.footer
{
	background-image: url(/PublicImages/footer.png);
	height: 46px;
	width: 766px;
	/*text-align: center;*/
	/*vertical-align: middle;*/
}
table.formMailer
{
    color: Lime;
    font-family: Verdana;
    font-size: 16;
}
td.formMailer1
{
    width: 75px;
    height: 20px;
    font-family: Verdana;
    color:white;
    font-size: 10px;
}
td.formMailer2
{
    width: 245px;
    height: 20px;
    font-family: Verdana;
    color:red;
    font-size: 10px;
}
textarea.formMailer3
{
    width: 243px;
}
a.formMailerUrl:link
{
    color: #ffd700;
   text-decoration: none;
}
a.formMailerUrl:hover
{
    background-color: Black;
    color: Lime;
    text-decoration: none;
    font-weight: bold;
}
a.formMailerUrl:visited
{
    color: #ffd700;
    text-decoration: none;
    font-weight: bold;
}