/* CSS Document */
body{
	font: Helvetica, Arial, sans-serif;
}
.mainInfo{
	font: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin:0;
}
.mainInfo label, .subInfo, .subInfo li{
	font: Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 100;
	margin:0;
}
.yellowHL{
	text-decoration:none;
	color:#f7f400;
	font-weight:bold;
}
a.yellowHL{
	text-decoration:none;
	color:#f7f400;
	font-weight:bold;
}
.orangeHL{
	text-decoration:none;
	color:#f3e012;
	font-weight:bold;
}
a.orangeHL{
	text-decoration:none;
	color:#f3e012;
	font-weight:bold;
}
a:hover.yellowHL{
	text-decoration:none;
	color:#656565;
	font-weight:bold;
}
.contentArea{
	background:#730238;
	padding: 10px;
}
.termsArea{
	background:#730238;
	padding: 10px;
	line-height: 1.8em;
}
.termsHeading{
/*	background:#730238;	*/
	background:#5c022d;
}
.pfItemArea{
	width: 140px;
	float:left;
}
.pfChoiceArea{
	width: 320px;
	float:left;
}
