body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.normaltext {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.normaltextbold {
  font-family: Tahoma;
  font-size: 11px;
  color: #FFFFFF;
  font-weight: bold;
  text-decoration: none;
}
.normaltext2 {
  font-family: Tahoma;
  font-size: 11px;
  color: #FF6600;
}
.normaltext2bold {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  color: #EBB591;
}
.footer {
  font-family: Tahoma;
  font-size: 10px;
  color: #77A3DB;
  text-decoration: none;
}
.footerlink {
  font-family: Tahoma;
  font-size: 10px;
  color: #77A3DB;
  text-decoration: none;
}
.footerlink:hover {
  font-family: Tahoma;
  font-size: 10px;
  color: #FF6704;
  text-decoration: none;
}
h1 {
	font-family: Tahoma;
	font-size: 10px;
	color: #77A3DB;
	font-weight: normal;
	padding: 4px;
	margin: 0px;
}
h2 {
  font-family: Tahoma;
  font-size: 12px;
  color: #FFFFFF;
  font-weight: bold;
}

.formfield {
	font-family: Tahoma;
	font-size: 11px;
	background-color: #B5D2F7;
	border: 1px solid #FFFFFF;
	color: #24478E;
}
.formbutton {
  font-family: Tahoma;
  color: #214285;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  font-size: 11px;
  padding: 1px;
}
.textlink {
	color: #FFBD9D;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
}
.textlink:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Tahoma;
	font-size: 11px;
}
.bg {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.subbg {
	background-color: #2474D6;
	background-image: url(../images/sub_bg.jpg);
	background-repeat: no-repeat;
}

a.help
{
	position:relative;
	text-decoration:none;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#FFFFFF;
}
a.help:hover
{
	z-index:25;
	cursor:help;
	text-decoration:none;
	font-family:Trebuchet MS;
	font-size:11px;
	color:#FFFFFF;
}
a.help span
{
	display:none;
}

a.help:hover span
{
	display:block;
	position:absolute;
	background-color:#eeeceb;
	top:3em;
	left:3em;
	width:13em;
	border:1px solid #000000;
	color:#5d5d5d;
	text-align:left;
	padding:2px;
	text-decoration:none;
}
