@charset "utf-8";
/* CSS Document */

body {
	background-color: #2D2A2C;
}

#maintable {
	background-color: #FFF;
	text-align: center;
}

#subtitlebox {
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	background-image: url(titlebgimg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	color: #CCC;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 5px;
	text-align: left;
}

#databox {
	border-color: #333;
	border-style: solid;
	border-width: 1px;
	border-top: none;
	padding: 5px;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-indent: 5px;
	text-align: left;
}

#specialrequirements {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	width: 60;
}

#stafftable {
	background-color: #FFF;
	text-align: left;
	padding: 2px;
}

.submit {
	text-align: center;
	background-image: url(values.jpg);
	border: none;
	text-indent: 10px;
	cursor: pointer;
}

.values {
	border: #333;
	border-style: solid;
	border-width: thin;
	height: 24px;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding: 2px;
}

.error {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.foottext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}

a {
	color: #333;
}
