table .rate-box{
	border: 1px solid #333333;
}
th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF1B9;
	height: 25px;
	width: 480px;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #FFFFFF;
}
.bodytext-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #009900;
}

.header-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #009900;
}
.header-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B32C2C;
}
.header-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.header-blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
}
.header-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
.header-navy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000066;
}
.header-red-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #B32C2C;
	text-decoration: underline;
}
.header-black-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.header-blue-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0066CC;
	text-decoration: underline;
}
.header-grey-line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: underline;
}
.small-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.grey-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #999999;
	text-align: left;
	height: 65px;
	width: 725px;
	border: 1px solid #000000;
	float: left;
	padding: 5px 5px 5px 10px;

}
.red-box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #C93232;
	text-align: center;
	height: 35px;
	width: 325px;
	border: 1px solid #000000;
	padding: 5px 5px 5px 10px;
	font-weight: bold;
}
body {
	background-color: #B32C2C;
}

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

fieldset {
	height: auto;
	width: 725px;
	border: 1px solid #000066;

}
table .cost-estimator {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

 td .cost-estimator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}


.required {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: bold;
	color: #B32C2C;
}
