@charset "UTF-8";
/* CSS Document */

body,td,th {
	color: #FFFFFF;
}
body {
	background-color: #000000;
}

.pagetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #33CCFF;
	font-weight: bold;
}

.subtitle {
	font-family: "Arial", Verdana, Helvetica;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.maintext {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #FFFFFF;
}
.formtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #33CCFF;
}

.bottommenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #33CCFF;
}


#offthewall {
	width: 720px;
	background-color: transparent;
}

#distance { 
    width: 400px;
	
	background-color: transparent;
	float: right;
}

#distance2 { 
    width: 300px;
	
	background-color: transparent;
	float: right;
}

#container {
	position: relative; /* puts container in front of distance */
	width: 300px;
	clear: left;
	background-color: transparent;
}

#container2 {
	position: relative; /* puts container in front of distance */
	width: 450px;
	clear: left;
	background-color: transparent;
}
#container3 {
	position: relative; /* puts container in front of distance */
	width: 450px;
	clear: right;
	background-color: transparent;
}
