﻿body {
    background: transparent url('/images/background.gif');
    padding:0;
    margin:0; 
}
img {border-style: none;}

.body, .bodyWhite 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: Black;
	line-height: 16px;
	text-decoration: none;
	text-transform: none;
}
.body a:link {text-decoration: underline; color: #cb0101}
.body a:visited {text-decoration: underline; color: #cb0101}
.body a: hover {text-decoration: none; color: #cb0101}

.bodyWhite {color: White}
.bodyWhite a:link {color: White}
.bodyWhite a:visited {color: White}
.bodyWhite a: hover {color: White}

.bodyBold 
{
    font-family: Arial, Verdana, 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}

.title 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	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, .headerRed 
{
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 18px;
}
.headerRed {color: #990000}
.header a:link {color: #990000}
.header a:visited {color: #990000}
.header a:hover {color: #990000}
.headerRed a:link {color: #990000; text-decoration: none}
.headerRed a:visited {color: #990000; text-decoration: none}
.headerRed a:hover {color: #990000; text-decoration: none}

.required, .error {color: Red}

.inputCombo {
    width: 125px;
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	line-height: 14px;
	margin-bottom: 8px;
}

h1, h2, h3, h4, h5 {
    font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 45px;
	color: #000;
	line-height: 48px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
h2 {font-size: 35px; line-height: 40px}
h3, h4 {font-size: 28px; color: #990000; line-height: 32px}
h5 {font-size: 22px; color: #808080; line-height: 28px}