html {overflow-y:scroll;}
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

	td {margin:0}
	a {color:#ffffff;text-decoration:none}
	a:hover {text-decoration: underline}
	a img {text-decoration:none}
	a:visited {color: #666666;}
	a:active {color: #666666;}

body {
	margin-left: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 10px;
	padding:0 0 0 0 !important;
	background-color:#000000!important;
	font-size:0.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	font-style: normal;
	color: #ffffff;
	}
		
.bottomtext {
	font-size: 0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
	color: #ffffff;
}	

.maintext {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height:15px;
	font-style: normal;
	color: #cccccc;

}

	.title1 {
	font-size: 24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: -.5px;
}
.title2 {
	font-size: 24px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: -.5px;
}
.title3 {
	font-size: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold;
	letter-spacing: -.5px;
}

.datetext {
	font-size: 1em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #ffffff;
}


/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/*
	TechKnack "Pretty Forms" code
*/

.cssform input, .cssform textarea {
	border:#999 solid 1px;
	background:#FFFFFF;
}
.cssform input {
	padding:3px 5px;
}
.cssform textarea {
	padding:5px;
}
.cssform .submit {
	background:#FFFFFF;
}
.cssform .reset {
	background:#FFFFFF;
}
