p, li, ul, td, body, blockquote, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a:link {
	color: #003399;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: normal;
	text-decoration: underline;
}
a:hover {
	color: #CC6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
a:visited {
	color: #993300;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
a.leftnav001:link {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #FFFFFF; 
	text-decoration: underline; 
	font-weight: bold
}
a.leftnav001:visited {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;
}
a.leftnav001:active {  }
a.leftnav001:hover {
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #272766;
	text-decoration: underline;
}
h1 {
	color: #336699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	margin: 3px;

}
h2 {
	color: #CC6600;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: normal;
}
h3 {
	color: #336699;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}
h4 {
	color: #336699;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h5 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h6 {
	color: #12867C;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* self-checking error styles */

label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.border001 {
	margin: 5px 15px 15px 5px;
	padding: 0px 5px 5px;
	border: 1px solid #336699;
}
.error_field {
	background-color: #FDD;
	border: 2px solid #F00;
}
td {vertical-align: top;}

.form_el {
	float: left;
	margin: 5px;
	padding: 3px;
}
.form_row {
	clear: both;
	padding: 0 0 8px;
}
.error_field {
	background-color: #FFCCCC;
	border: 2px solid #F00;
	margin: 3px;
}
.error_field label{
	font-weight:bold;
}
.error_field input[type="text"] {
	border: 2px solid #F00;
}
.form_row_alt_color {  }
.form_row:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .form_row {height: 1%;}
/* End hide from IE-mac */

#error_message {
font-size: large;
color: #F00;
}