a.searchlink:link {
	color: #CC0000;
	text-decoration: underline;
	font-size: 11px;
}


/* POINTER */

.pointer {
	cursor: pointer;
  /* for IE */
  filter: alpha(opacity = 100);
  /* CSS3 standard */
  opacity:1;
  border:none;
}

.pointer:hover {
	cursor: pointer;
	/* for IE */
  filter:alpha(opacity=40);
	/* CSS3 standard */
  opacity:0.4;
  border:none;
}
a.searchlink:visited {
	color: #CC0000;
	text-decoration: underline;
	font-size: 11px;

}
a.searchlink:hover {
	text-decoration: underline;
	font-size: 11px;
	color: #666666;
}
a.searchlink:active {
	color: #CC0000;
	text-decoration: underline;
	font-size: 11px;
} 
	.button1 {
	color: #FFFFFF;
	font-size: 12px;
	background-color: #000000;
	cursor: hand;
	font-weight: bold;
	padding: 6px;
	font-family: "Trebuchet MS";
	}
	.button2 {
	color: #FFFFFF;
	font-size: 10px;
	background-color: #666666;
	cursor: hand;
	font-weight: bold;
	font-family: "Trebuchet MS";
	margin:0;padding:0;
	}

	.but{width:100px;background-color:#cc0000;color:#ffffff;font-weight:bold;}

	.required {
	color: #DC141B;
	font-size: 11px;
	}
	.captchaerror{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #DC141B;
	font-weight: bold;
	}

.formborder{
	font-family: "Trebuchet MS";
	font-size: 12px;
	border: 5px solid #E9E9E9;
	color: #333333;
	}

.formborder2{
	font-family: "Trebuchet MS";
	font-size: 12px;
	border: 3px solid #C0C0C0;
	color: #333333;
	background-color: #E5E5E5;
}
.formborder2:hover{
	font-family: "Trebuchet MS";
	font-size: 12px;
	border: 3px solid #C0C0C0;
	color: #333333;
	background-color: #E5E5E5;
}

.formhead{
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	background-color: #333333;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.formtxtheader{
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #CC0000;
	text-align: center;
}
.formtxtheader2{
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	background-color: #CC0000;
	text-align: center;
}
.formtxtheader3{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	background-color: #EFEFEF;
	text-align: center;
}
.formtxtheader4{
	color: #333333;
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	background-color: #EFEFEF;
	text-align: center;
}

.formtxtheader5{
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	background-color: #EFEFEF;
	text-align: left;
}


.redhead{
	color: #CC0000;
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	background-color: #EFEFEF;
	text-align: center;
}


