body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.textlink1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #B30058;
	text-decoration: none;
}
.textlink1:hover {
  font-family: Tahoma;
  font-size: 11px;
  color: #325F89;
  text-decoration: none;
}

span a{
	font-family: Tahoma;
	font-size: 11px;
	color: #B30058;
	text-decoration: none;
}

span a:hover {
  font-family: Tahoma;
  font-size: 11px;
  color: #325F89;
  text-decoration: none;
}

.link1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #B30058;
	text-decoration: none;
}
.link1:hover {
  font-family: Tahoma;
  font-size: 11px;
  color: #325F89;
  text-decoration: none;
}
.textlinkbold {
	font-family: Tahoma;
	font-size: 11px;
	color: #B30058;
	text-decoration: none;
	font-weight: bold;
}
.textlinkbold:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #460B28;
	text-decoration: none;
	font-weight: bold;
}
.normaltext {
  font-family: Tahoma;
  font-size: 11px;
  color: #325F89;
}
.normaltextbold {
	font-family: Tahoma;
	font-size: 11px;
	color: #325F89;
	font-weight: bold;
}
.normaltext2 {
  font-family: Tahoma;
  font-size: 11px;
  color: #B30058;
}
.normaltext2bold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #B30058;
}
.normaltext3 {
	font-family: Tahoma;
	font-size: 12px;
	color: #3D90BB;
}
.normaltext3bold {

	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #3D90BB;
}
.caption {
  font-family: Tahoma;
  font-size: 9px;
  color: #325F89;
}
.bigredtext {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold;
  color: DC2128;
}
.redtext {
  font-family: Tahoma;
  font-size: 10px;
  color: #B30058;
}
.footer {
  font-family: Tahoma;
  font-size: 10px;
  color: #66A3C2;
}
.footerlink {
  font-family: Tahoma;
  font-size: 10px;
  color: #66A3C2;
  text-decoration: none;
}
.footerlink:hover {
  font-family: Tahoma;
  font-size: 10px;
  color: #006699;
  text-decoration: none;
}
.formfield {
	font-family: Tahoma;
	font-size: 11px;
	background-color: #F0F8FF;
	border: 1px solid #006699;
	color: #325F89;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	color: #325F89;
	background-color: #F0F8FF;
	border: 1px solid #006699;
	font-size: 9px;
	padding: 1px;
}
.imgborder {
	border: 1px solid #006699;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #308DBB;
	margin: 0px;
	padding: 5px;
}
h2 {
	font-family: Tahoma;
	font-size: 14px;
	color: #004466;
	font-weight: bold;
}
h3 {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #3D90BB ;
}
.ooga {
	visibility: hidden;
}

.l_text{
 font-family: Tahoma;
  font-size: 11px;
  color: #325F89;
   text-decoration:none;
}

.l_links{
 font-family: Tahoma;
  font-size: 11px;
  color: #325F89;
  text-decoration:none;
}
a.help{

	position:relative;
	z-index:24;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #325F89;
	font-weight:bold;

}

a.help:hover{

	z-index:25; 
	cursor:help;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #325F89;
	font-weight:bold;
}

a.help span
{
	display: none
}

a.help:hover span
{
	display:block;
	position:absolute;
	background-color:#E4F2FE;
	top:3em;
	left:3em;
	width:20em;
	border:2px solid #325F89;
	color:#325F89;
	text-align: left;
	padding: 2px;
	text-decoration:none;
}
.pad_left_20px{
padding-left:20px;
}
.pad_left_15px{
padding-left:15px;
}
.pad_top_10px{
padding-top:10px;
}
.pad_top_5px{
padding-top:5px;
}
.pad_right_20px{
padding-right:20px;
}