body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F0F0F0;
	font-size: 15px;
	color: Black;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	color: Black;
	font-size: 15px;
}

hr {
	color: Silver;
}

textarea {
	border-left: 1px solid Black;
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
	background-color: White;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	border-left: 1px solid Black;
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	border-right: 1px solid Black;
}	

input.text{
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input.button{
	background-color: #E3DFD9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: Blue;
}

a.subhead {
	color: White;
}

a.admin {
	color: #B71535;
}

a.message:visited {
	color: #777777;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

div.header {
	color: #3A6EA5;
	font-weight: bold;
	font-size: 26px;
	border-bottom: 1px dashed #3A6EA5;
	border-top: 1px dashed #3A6EA5;
	background-color: #DCDCDC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

div.subhead {
	background-color: #3A6EA5;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #F0F0F0;
	color: White;
	font-weight: bold;
	font-size: 16px;
	text-align: right;
	padding-right: 5px;
}

div.error {
	color: #B71535;
	font-weight: bold;
	font-size: 16px;
}

div.footer {
	font-size: 11px;
	color: Black;
}

span.highlight {
	background-color: Yellow;
}
