body {
	background-color: #10423c;
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}

h1,h2,h3,h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #10423c;
}
h1 { 
	font-size: 180%;
}

h2 {
	font-size: 160%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 120%;
}

form {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:0;
	margin-top : 0;
}
input,textarea,select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
fieldset {
	border : 1px solid #E7EDF7;
	padding : 5px 5px 5px 5px;
	margin : 0px 0px 0px 0px;
}
hr {
	border: 2px dotted #a8d9c5;
}
legend {
	font-size: 12px;
	font-weight: bold;
	color : #2C57A2;
}

#statsdiv {
	font-size: 75%;
}
#statsdiv .quest {
	font-size: 120%;
	font-weight:bold;
}

.reqlabel {
	color : #000000; width: 20%;
	font-weight:bold;
}
.formlabel {
	color: #333333; width: 20%;
}

.footer {
	font-size: 10px;
	color:#10423C;
}

.tiny {
	font-size: 10px;
}

.idred {
	font-size: 200%;
	font-weight:bold;
	color:#C92327;
	border:2px #333333 solid;
}

.emph {
	font-weight: bold; font-size: 12px; color: #003300; font-family: Univers, Arial, Helvetica, sans-serif;
}

.emph1 {
	font-size: 140%;
	font-weight:bold;
}

.heading {
	font-family: Univers, Arial, Helvetica, sans-serif;
	font-weight: bold; font-size: 18px; color: #10423c;
}

.subheading {
	font-weight: bold; 
	font-size: 14px; 
	color: #10423c; 
	font-family: Univers, Arial, Helvetica, sans-serif;
}

A.subheading {
	color: #333300; text-decoration: none;
}
A.subheading:hover {
	color: #ffcc00; text-decoration: none;
}
A.subheading:active {
	color: #ffcc00; text-decoration: none;
}
A.subheading:visited {
	color: #333300; text-decoration: none;
}
A.subheading:hover {
	color: #ffcc00; text-decoration: none;
}

.whitetxt {
	color: #ffffff;
	text-align:center;
	font-size: 11px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 3px;
}

.message {
	color: #ffffff;
	text-align:center;
	font-size: 11px;
	font-weight: bold;
	border: #ffffff 1px solid;
	background-color: #6BC01D;
	margin: 5px 0px 5px 0px;
	padding: 3px;
}
.messagebody {
	color: #ffffff;
	text-align:left;
	font-size: 10px;
	font-weight: normal;
	border: #ffffff 1px solid;
	background-color: #252525;
	margin: 5px 0px 5px 0px;
	padding: 3px;
}

.error {
	color: #ffffff;
	text-align:center;
	font-size: 11px;
	font-weight: bold;
	border: #ffffff 1px solid;
	background-color: #C03B26;
	margin: 5px 0px 5px 0px;
	padding: 3px;
}