/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
}

a.blue:link    {color:#0000CC; background:inherit; }
a.blue:active  {color:#0000CC; background:inherit; }
a.blue:visited {color:#0000CC; background:inherit; }
a.blue:hover   {color:#0000CC; background:inherit; }

#headline_large {
	color: #4A4A4A;
	display:inline;
	font-size: 14px;
	font-weight: bold;
}

#headline_small {
	color: #4A4A4A;
	display: inline;
	font-weight: bold;
}

.search_list {
	list-style: square;
}

.form_headline_bar {
	background-color: #81CBF4;
	border: 1px solid #AAAAAA;
	color: #666666; 
	padding: 6px;
	margin: 0px 0px 10px 0px;
}

.form_error_highlight {
	background-color: #CCCCCC; 
	color: #FF0000;
	border: 1px solid #FF0000; 
	padding: 4px; 
	font-weight: bold;
}

.required_field {
	color: #FF0000;
}

