﻿body {
    background: white url('/images/background.gif') repeat-x;
    padding: 0;
    margin: 0; 
}
img {border: 0px}

.body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	line-height: 17px;
}
.body a:link {color: #000}
.body a:visited {color: #000}
.body a:hover {color: #000}

.bodyWhite 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: White;
	line-height: 13px;
}
.bodyWhite a:link {color: White; text-decoration:none}
.bodyWhite a:visited {color: White; text-decoration:none}
.bodyWhite a:hover {color: White}

.bodyRed 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: Red;
	line-height: 17px;
}
.bodyRed a:link {color: Red}
.bodyRed a:visited {color: Red}
.bodyRed a:hover {color: Red}

.bodyBold 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	line-height: 13px;
}
.bodyBold a:link {color: #000; text-decoration: none}
.bodyBold a:visited {color: #000; text-decoration: none}
.bodyBold a:hover {color: #000}

.bodyWhiteBold 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: White;
	line-height: 13px;
}
.bodyWhiteBold a:link {color: White}
.bodyWhiteBold a:visited {color: White}
.bodyWhiteBold a:hover {color: White; text-decoration: none}

.title 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase; 
	line-height: 20px;
}
.title a:link {color: #000; text-decoration: none}
.title a:visited {color: #000; text-decoration: none}
.title a:hover {color: #000; text-decoration: none}

.header 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Black;
	font-weight: bold;
	line-height: 18px;
}
.header a:link {color: Black; text-decoration: none}
.header a:visited {color: Black; text-decoration: none}
.header a:hover {color: Black; text-decoration: none}

.headerWhite 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: White;
	font-weight: bold;
	line-height: 18px;
}
.headerWhite a:link {color: White}
.headerWhite a:visited {color: White}
.headerWhite a:hover {color: White; text-decoration: none}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 32px;
	color: #000;
	font-weight: bold;
	letter-spacing: -2px;
	margin: 0;
	padding: 0;
}

.input {border: solid 1px black; height: 16px}
.inputRequired {}
.inputOptional {}