@charset "utf-8";
a:link {
	color: #39C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #39C;
}
a:hover {
	text-decoration: underline;
	color: #39C;
}
a:active {
	text-decoration: none;
	color: #39C;
}

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
}
h1 {
	color: #F00;
}
h2 {
	color: #3C3;
	text-align: left;
}
h3 {
	color: #FC0;
}
#Nav {
	width: 120px;
	float: left;
}
.center {
	text-align: center;
}
.design {
	font-size: 10px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.trone {
	background-color: #FF0;
}
.tblhead {
	background-color: #69C;
}

.trtwo {
	background-color: #FFC;
}
.chart {
	text-align: center;
}
.schrace {
	color: #63C;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.btn {
	font-family:"Trebuchet MS", sans-serif;
	font-weight:bold;
	color:#060;
	background-color: #FFF;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #FF0;
	border-right-color: #FF0;
	border-bottom-color: #FF0;
	border-left-color: #FF0;
}

.btnhov {
	background-color: #FF9;
}
#wrapper {
	margin: 0px;
	padding: 0px;
}
h4 {
	text-align: center;
	margin: 2em;
}

label {
	font-weight: bold;
	text-align: right;
	float: left;
	width: 27%;
	margin-right: .5em;
}

.errors {
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	color: #F00;
	margin-top: 0px;
}
#login {
	padding: 1em 0;
	width: 40%;
	left: 0;
	position: absolute;
}
#reg {
	padding: 1em 0;
	width: 60%;
	position: absolute;
	left: 40%
}

#field {
	padding-bottom: 0.5em
}

legend {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: .5em;
}

fieldset {
	border: 2px solid #000;	
}
hr {
	border-top-color: #3C3;
	border-right-color: #3C3;
	border-bottom-color: #3C3;
	border-left-color: #3C3;
}
