BODY
{
	background-color: #000;
	text-align: center;
	font-family: Helvetica, Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #FFF;
}

a {color: #00CCFF; text-decoration: none;}
a:hover {color: #00CCFF;}
p {line-height: 25px; color: #FFF;}
ul {line-height: 25px;}

.button {
	background-color: #66F;
	color: #000;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

h2
{
	color: #66F;
	font-weight: bold;
	border-bottom: gray;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	text-align: left;
	text-transform: lower;
}
h3
{
	color: #999;
	font-weight: bold;
	border-bottom: 66F;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	text-align: left;
}
.navlink {color: #FFFFFF; text-decoration: none; font-family: Arial, Helvetica, Calibri, Tahoma; font-size: 14px;}
.footer {text-align: center; font-size: 10px; color: #666666; text-transform: lowercase;}
a.footer:hover {color: #FFFFFF;}
/*#page {padding: 20px; width: 70%; background: #000; border: 5px #CCC solid;}*/
#page {padding: 0px; width: 100%;}
#maindiv {position: relative; align: center;}
#content
{
	position: relative;
	margin: 0px auto;
	width: 900px;
	padding: 0px;
	border: 1px #333 dotted;
	background-color: #FFFFFF;
	text-align: left;
}

#outer {width: 100%; height: 100%; overflow: visible; margin: 0px; padding: 0px;}
#middle {width: 100%; text-align: center; margin: 0px; padding: 0px;}
#inner {width: 100%; margin-left: auto; margin-right: auto; text-align: left; padding: 0px;}

#footer {margin-bottom: 0px;}

a img.whiteout {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;}
a img.whiteout:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;}

.field
{
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0 5px 0 5px;
}

.field25
{
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0 25px 0 25px;
}

.field50
{
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 0 50px 0 50px;
}

.contract
{
	text-align: justify;
	color: black;
	line-height: 20px;
	font-weight: normal;
	font-family: "Arial Narrow", Arial, Helvetica;
}

.mainItem { font-weight: bold; font-family: Arial, Helvetica; text-align: justify;
}