.plaintext {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #5b7886}

.link {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #5b7886}

.defaultheader {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #5b7886}

h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #0875C8}

body {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #5b7886}

p,td {  font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}

li {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}

h5 {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #5b7886}

a:link {color: #0875C8}
a:hover {color: #0875C8}
a:visited {color: #0875C8}
a:active {color: #0875C8}

.contactForm {
	background-color:#CCC;
	border: 1px solid #000;
	padding: 8px;
	width: 400px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.contactForm form {
	margin-bottom: 0px;
}

.contactForm .errormessage {
	color:#F00;
	font-weight:bold;
}

.contactForm  .successmessage {
	color:#063;
	font-weight:bold;
	text-align:center;
}


