@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;	
	background: url(/files/images/BG_Pic.jpg) 0 0 repeat-x;
	background-position:top center;
    background-attachment:fixed;
	background-repeat: no-repeat;
}
a:link {
	color: #999999;
	font-weight: bold;
}
a:hover {
	color: #333333;
	font-weight: bold;
}
input.formButton {
	background: #0000FF;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 1px solid #000000;
	color: #FFFFFF;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 3px 5px 3px 5px;
}