a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0067a6;
	font-weight: bold;
	text-decoration: none;
	height: auto;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0067a6;
	text-decoration: none;
}
.central {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.boxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.feature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0067a6;
}
.newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
/* Request Form */
#req p, #resume p {
	color: #666;
	font-weight: bold;
}
#req label, #resume label {
	display: block;
	width: 150px;
	padding: 3px 0 4px 0;
	float: left;
	clear: both;
}
#req label.checklabel {
	display: inline;
	float: none;
	clear: none;
	width: auto;
}
#req ul, #req li {
	list-style: none;
	clear: both;
}
#req ul {
	margin-bottom: 15px;
}
#req input.text, #req select.text, #resume input.text, #resume select.text {
	width: 250px;
}
#resume input.small, #resume select.small, #req input.small {
	width: 125px;
}
#req p.button, #resume p.button {
	width: 400px;
	text-align: center;
}
#req textarea {
	width: 400px;
	clear: both;
	display: block;
}
