html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
	background: #e6e4d5 url(backgroundfade.jpg) repeat-x top;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: center;
}
h1 {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
#outerWrapper {
  background-color: #fff;
  margin: 0 auto 0 auto;
  text-align: left;
  width: 95%;
  border-left: solid 1px #666;
  border-right: solid 1px #666;
  border-bottom: solid 1px #666;
}
#outerWrapper #header {
  background-color: #b73c37;
  border-bottom: solid 3px #666;
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 10px 10px 10px 10px;
}
#outerWrapper #header .htext {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}
#outerWrapper #header h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
#outerWrapper #header h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
#outerWrapper #header a, #outerWrapper #header a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#outerWrapper #header a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#outerWrapper #header a:hover {
  color: #000;
  text-decoration: underline;
}
#outerWrapper #header a:focus {
  color: #000;
}
#outerWrapper #header a:active {
  color: #000;
}
#outerWrapper #contentWrapper #content {
  padding: 10px 10px 10px 10px;
}
#outerWrapper #footer {
  background-color: #b73c37;
  border-top: solid 1px #666;
  padding: 10px 10px 10px 10px;
}
.required {
	font-size: 10px;
	color: #FF0000;
}
.adminactive {
	font-size: 10px;
	color: #090;
}
.adminexpired {
	font-size: 10px;
	color: #C00;
}