#centeredContent {
		width: 986px;
		position: absolute;
		left: 50%;
		top: 0;
		margin-left: -493px; 
		/* Half the width of the DIV tag */
	}

.smallDkgreyText {
	font-size: 9px;
	color: #5d5d5d;
}

.smallDkgreyText a, a:hover, a:visited {
	font-size: 9px; 
	color: #5d5d5d; 
	text-decoration:none;
}

.inputTextCalculatePayment {
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #000;
	/*border:#333 1px solid; */
	border:0;
	padding-top:2px;
	padding-right:2px;
	height:22px;
}

.paymentText {
	font-size: 18px;
	font-weight:bold;
	color: #66CC33; 
}

.symbols {
	font-size: 14px;
	color: #666666;
	font-weight:bold;
}

.featureText {
	font-size: 11px;
	color: #ffffff; 
}

.featureText a, .featureText a:visited, .featureText a:active {
	font-size: 11px;
	color: #66cc33; 
	text-decoration:underline;
}

.featureText a:hover {
	font-size: 11px;
	color: #ffffff; 
	text-decoration:underline;
}
