/* Override Default Styles */

td {
	font-family: Arial, Tahoma, San serif;
	font-size: 13px;
	color: #616161;
}

span.Date{
	color:#FA8E0F;
}
a{
	color:#FA8E0F;
	font-family: Arial, Tahoma, San serif;
}
div.ResultTitle A{
	color:#FA8E0F;
}

span#FoundResults{
	background-color:#FA8E0F;
	color:#FFFFFF;
}

input.FormText, select.FormSelect, textarea.FormTextArea, div#SearchTypeSelector, div#SearchPaging {
	border-color: #CCC;
}

table.FormTable input.FormText {
	width:250px;
}

#footer {
	background: none;
}
INPUT.FormText, TEXTAREA.FormTextArea{
	border:1px solid #A9A9A9;
	font-size:12px;
	color:#616161;
}