/* CSS Document */
#center {
	width:420px;
	position:absolute;
	left:50%;
	margin-right: auto;
	margin-left: -210px;
	background-position: center;
	text-align: left;
}
.nospacetable {
	font-size: 5px;
}
.heading {
	font-size: 16px;
	font-weight: bold;
}

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #0E0000;
}
select, textarea, input {
	font-size: 10px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.questions {
	font-weight: bold;
	font-size: 11px;
	color: #CCCCCC;
}

.input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #666666;
}


.sizetenfont {
	font-size: 10px;
	color: #FFFFFF;
}
.biggertext {
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bolder;
}
.underline {
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
}
