@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;

}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E2E2E2;
	background-image: url(/bsf_images/new_background.jpg);
}
strong {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #900;
}
p { 	line-height: 18px; }
h1 {
	font-size: 28px;
	color: #666;
	font-family: "Cordia New";
	margin:0;
	padding:0;
}
a:link {
		text-decoration: none;
color: #006699;
}
a:visited {
	color:#006699;
	text-decoration: none;
	} 
a:hover { 
		text-decoration: underline;
color: #006699;
} 

.error {
			border: 1px solid red;
		}
