@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #333;
}
body {
	background-color: #FFF;
}
a:link {
	color: #003366;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #053465;
}
a:hover {
	text-decoration: none;
	color: #C63;
}
a:active {
	text-decoration: underline;
	color: #053465;
}

#BFLogo {
	width:316px;
	margin-left:auto;
	margin-right:auto;
}

#BFAdLogo {
	width:468px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:35px;
}

#BFSearchBox {
	width:450px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-bottom:25px;
	border:1px solid #C93;
	background-color:#FFC;
	padding:10px;
}

#BFDescription {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	margin-top:30px;
}

#cse-search-results {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#BFfooter {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
	color:#999;
}