/* CSS Document */
@charset "utf-8";
body {
	background-image: url(images/bkgd.gif);
	background-repeat: repeat-x;
	margin-top: 0px;
}
.main {
	background-image: url(images/bkgd-img.jpg);
	background-repeat: no-repeat;
	height: 636px;
	width: 900px;
}
.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
}
.bg_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
}
a.fclass4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
a.fclass4:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FF6600;
	font-weight: normal;
	text-decoration: underline;
}
.login_button {
	padding:10px;
	}

