.paymentHeaders {
	background-color:#6f0312;
	border-bottom:1px solid #000000;
	width:50%;
	height:25px;
	color:#ffffff;
	text-align:center;
}

.paymentRow {
	padding:5px;
	background-color:#eeeeee;
}

.paymentAltRow {
	padding:5px;
	background-color:#f7f7f7;
}

.paymentRow2 {
	padding-right:25px;
	background-color:#eeeeee;
	text-align:right;
}
.paymentRow2Rate {
	padding-right:5px;
	background-color:#eeeeee;
	text-align:right;
}

.paymentAltRow2 {
	padding-right:25px;
	background-color:#f7f7f7;
	text-align:right;
}

.calcText {
	font-size:12px;
	color:green;
}

.paymentFooters {
	background-color:#6f0312;
	border-top:1px solid #000000;
	width:50%;
	height:25px;
	color:#000000;
	text-align:center;
}