body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	background-color: #000000;
	background-image: url(images/back.gif);
}
.text {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
.textwhite {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #ffffff;
}
.textgrey {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #cccccc;
}
.bold {
	font-size: 10px;
	color: #000000;
	font-family: Tahoma;
	font-weight: bold;
}
.blue {
	font-size: 10px;
	color: #00FFFF;
	font-family: Tahoma;
	font-weight: bold;
}
.bluelight {
	font-size: 10px;
	color: #00FFFF;
	font-family: Tahoma;
	font-weight: normal;
}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	vertical-align: top;
}
#wrapper {
	background-color: #ffffff;
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 750px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #999999;
}
h1 {
	font-size: 0px;
	color: #000000;
	font-weight: normal;
	font-family: Tahoma;
} 

