html {
	height: 100%;
	text-align: center;
}

body {
	margin: 0px;
	padding: 0px;
	background: #000000;
	color: #d5d5d5;
	font-family: Verdana, Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
}

a:visited			{ color: #35de37; text-decoration: underline; }
a:active			{ color: #35de37; text-decoration: underline; }
a:link 			{ color: #35de37; text-decoration: underline; }
a:hover			{ color: #39f43c; text-decoration: underline; }

.title3 a:visited	{ color: #35de37; text-decoration: none; }
.title3 a:active	{ color: #35de37; text-decoration: none; }
.title3 a:link 	{ color: #35de37; text-decoration: none; }
.title3 a:hover	{ color: #FFFFFF; text-decoration: none; }

a img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

form
{
	margin: 0px;
	padding: 0px;
}

table
{
	margin: 0px;
	padding: 0px;
}

#body {
	width: 850px;
	height: 100%;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	text-align: left;
}

.clearDiv{
	font-size: 1px;
	height: 1px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	clear: both;
}
