body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #F26827;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/bgb.jpg);

	background-repeat: no-repeat;
	background-attachment: fixed;

	margin-left: 0px;
	margin-top: 3px;
	margin-right: 0px;
}
a:link {
	color: #F26827;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F26827;
}
a:hover {
	text-decoration: underline;
	color: #F26827;
}
a:active {
	text-decoration: none;
	color: #F26827;
}