.btnbg {
	background-image: url(../images/btn_rgtshade.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.verdots {
	background-image: url(../images/verdots.gif);
	background-repeat: repeat-y;
	background-position: center;
}

a.commonlink:link, a.commonlink:visited, a.commonlink:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  color:#FFFFFF;
  text-decoration: none;
}
a.commonlink:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  color:#FFCC00;
}.subbtnbg {

	background-image: url(../images/sub_btnbg.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
.subshade {
	background-image: url(../images/sub_shadow2.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.horline {
	background-image: url(../images/horline.gif);
	background-repeat: repeat-x;
	background-position: center;
}
a.commonlink2:link, a.commonlink2:visited, a.commonlink2:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
    color:#036EAE;
  text-decoration: none;
}
a.commonlink2:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
    color:#CC0000;
}
.txtfld {
	font: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 200px;
	color: #000000;
	font-size: 11px;
}
textarea{
	width: 200px;
	height: 55px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.formbutton {
	width: 60px;
	height: 18px;
	color: #FFFFFF;
	background:#AB2830;
	padding: 2px 2px 4px;
	font-weight: bold;
	font-size: 9px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
.formbutton:hover {
	width: 60px;
	height: 18px;
	color: #FFFFFF;
	background:#37A3E4;
	padding: 2px 2px 4px;
	font-weight: bold;
	font-size: 9px;
	border-top: 1px none;
	border-right: 1px none;
	border-bottom: 1px none;
	border-left: 1px none;
}
a.commonlink1:link, a.commonlink1:visited, a.commonlink1:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  color:#3366CC;
  text-decoration: none;
}
a.commonlink1:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
  color:#FFCC00;
}