A. {
	color: Black;
	text-decoration: none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	
}

A:hover        {
	text-decoration: underline;
	color: Red;
}

A.Fineprint:hover {
	text-decoration: underline;
	color: #ff6600;
}

BODY {
	margin: 0px;
	background-color:#336699;
}

.ContentArea {
	background-color: White;
	background-repeat:no-repeat;
	padding: 15px;
	padding-top:45px;
	padding-bottom:45px;
}

.MainArea {
	width: 515px;
	float:right;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight : normal;
	color : Black;
	text-decoration : none;
	line-height: 13pt;
}

.inputField {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	color: Black;
	border: 1px solid Black;
	background-color: #CCD9E5;
}

.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}

.FineprintArea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: White;
	text-decoration: none;
	background-color:#336699;
	text-align:center;
	padding-bottom: 10px;
	padding-top: 0px;;
}

.Fineprint {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: normal;
	color: White;
	text-decoration: none;
}

.List {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #336699;
	list-style-type: square;
	line-height: 13pt;
	text-decoration: none;
}