html, body {
	background: #FFFFFF;
	font-family: "Trebuchet MS";
	color: #003366;
	font-weight: bold;
}

a {
	color: #e00b0b;
	text-decoration: none;
}

.maintable {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.title {
	font-size: 13px;
	padding: 5px 5px 0px 5px;
	font-weight: bold;
}

.question {
	color: #003333;
	padding: 10px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

form {
	padding: 0px;
	margin: 0px;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FF6600;
	text-decoration: none;
}