a:link { text-decoration: none}
a:active { text-decoration: underline}
a:hover { text-decoration: underline}
a:visited { text-decoration: none}


.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.txtBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #35577B;
}
.txtBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #000000;
}
.txtBoldWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #FFFFFF;
}
.txtBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #35577B;
}
.tit1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 18px;
	font-weight: bolder;
	color: #35577B;
}
.subTit1 {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 14px;
	font-weight: bolder;
	color: #35577B;
}
.form2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #c2c9cf;
	background-color: #06437d;
}

