@charset "utf-8";
#login {
	position:absolute;
	left:2.885in;
	top:57px;
	width:457px;
	height:170px;
	z-index:1;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	background-color: #6CA276;
}
#login #login_form #Submit {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #588E62;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	font-size: 16px;
	font-weight: bold;
}
#login #login_form #username {
	position: relative;
	clip: inherit;
	width: 150px;
}
#login #login_form #password {
	position: relative;
	clip: inherit;
	width: 150px;
}




.unavailable {
	background-color: #FF0000;
}
a {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000000;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #555555;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: underline;
}
img
{
	border-style:none;
}
body {
	background-color: #EED7AA;
}
