@charset "utf-8";
/* CSS Document */
TABLE.formtable TH {
	padding: 8px 5px 5px;
	vertical-align: top;
	color: #003366;
	text-align: left;
	font-weight: normal;
}
TABLE.formtable TD {
	vertical-align: top;
	padding: 5px;
}
TABLE.formtable P {
	margin-top: 0px;
	padding-top: 0px;
}
TABLE.formtable TR.altrow TD, TABLE.formtable TR.altrow TH, TABLE.pricing TR.altrow TD {
	background: #dcbaba;
}
TABLE.formtable TH.sectionheader {
	color: #FFF;
	background: #017FA7;
}
INPUT, OPTION, TEXTAREA, SELECT {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990066;
	font-weight: bold;
}
TABLE.pricing TH {
	font-weight: normal;
	text-align: center;
	padding: 4px;
	color: #FFF;
	background: #017FA7;
}
TABLE.pricing TD {
	padding: 10px 4px;
}
TABLE.pricing {
	border-bottom: 1px solid #F4F9FC;
}
