body {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	text-align: center;
	font-weight: bold;
	background-image: url(images/roadback.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: fixed;
}
#stage {
	background-image: url(images/backdrop.jpg);
	background-repeat: repeat;
	background-position: center;
	text-align: right;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: medium;
	border-right-width: thin;
	border-bottom-width: medium;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #999999;
}
#stage #footer {
	position: relative;
	bottom: 3px;
	text-indent: 10px;
}

#content {
	width: 810px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

#stage #pagename {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	text-decoration: underline;
	text-align: right;
	vertical-align: middle;
}
h1 {
	font-size: 20px;
	font-weight: bolder;
}
#credits {
	text-align: right;
	font-size: 9px;
	color: #FFFFFF;
	width: 850px;
}
.credlink {
	text-decoration: none;
	color: #FFFFFF;
}
.credlink a:active{
	text-decoration: none;
	color: #FFFFFF;
}
.credlink a:{
	text-decoration: none;
	color: #FFFFFF;
}
.credlink a:hover{
	text-decoration: underline;
	color: #FFFFFF;
}
.credlink a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
h2 {
	font-size: 18px;
	font-weight: bolder;
}
.construct {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #257037;
	padding: 10px;
	border: medium solid #000000;
}
#stage #content #logintable {
	border: thin solid #333333;
	font-size: 14px;
	height: 100px;
	width: 275px;
	background-color: #F3F3F3;
}
#stage #content #thisform #logintable #Go {
	background-color: #257037;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

