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


body {
	background-color: #0F1C2D;
	text-align: center;
}
p {
	color: #CCC;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
}
a {
	color: #06C;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCC;
}
.hyperlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCC;
	text-decoration: none;
}
link {
	font-size: 9px;
}
#container {
	width: 640px;
	margin: 0 auto;
	text-align: center;
}
h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCC;
}
.forminput {
	font-family: Tahoma, Geneva, sans-serif;
	color: #000;
	background-color: #CCC;
	font-size: 12px;
	border: thin solid #999;
}
.formtext {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
}

.floatLeft {
	float: left;
	margin: 0 15px 0 0;
	}
.textleft {
	text-align: left;
}
