body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
}
.style1 {
	font-family: "Lucida Sans";
	font-size: 10px;
	color: #000000;
}
.style2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 11px;
	color: #FF0000;
}
.style4 {
	font-family: "Lucida Sans";
	font-size: 14px;
	color: #356D08;
	font-weight: bold;
}
.style5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.footertxt {
	font-family: "Lucida Sans";
	font-size: 9px;
	color: #666666;
}
#footer {
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFCC;
	padding-right: 20px;
}
#footerLT {
	float: left;
}
#footerRT {
	float: right;
}
a:link {
	color: #1441BE;
}
a:hover {
	color: #336B08;
}

.formfield{
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.err {
	color:#000000;
	background-color:pink;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

div#qTip {
  padding: 3px;
  border: 1px solid #000000;
  border-right-width: 2px;
  border-bottom-width: 2px;
  display: none;
  background:#333333;
  color: #ffffff;
  font: bold 9px Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  position: absolute;
  z-index: 1000;
}
