@charset "UTF-8";

a{text-decoration:none;}

.formTxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	}	
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}

.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
}
.lgBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}

.lgBody2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 22px;
	font-weight: bold;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
}
.silver {
	color: #d8d7d7;
}
.wht {
	color: #ffffff;
}
.blk {
	color: #000000;
}
.red {
	color: #ff0000;
}
.yellow {
	color: #edd900;
}
.lightBlue {
	color: #A3BCCE;
}

.errmsg_newsletter {
	border: 1px solid #c00;
	margin: 5px;
	background-color: #FFFFFF;
}

