body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #003366;
}
table p, table ul, table ol, table {
	font-size:12px;
	line-height:18px;
}
ul li, ol li {
	list-style-position:outside;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003399;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #ffcc33;
}
a:visited {
	font-weight: bold;
	color: #666699;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}
.contact_form input {
	border: 1px solid #003366;
	width: 200px;
}
.contact_form input.checkbox {
	width: 15px;
	border: none;
	vertical-align: middle;
}
.contact_form select {
	border: 1px solid #003366;
	width: 202px;
}
.contact_form textarea {
	border: 1px solid #003366;
	width: 300px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.contact_form input.submit {
	background-color: #003366;
	color: #FFF;
	cursor: pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}
.error {
	background-color: #F00;
	color: #FFF;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size:11px;
}
