@charset "utf-8";
#centerText2  {
	width: 560px;
	margin-top: 10px;
	margin-right: 60px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 40px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ED1C24;
	float: right;
}
#centerText2 h1 {
	text-transform: uppercase;
	color: #ED1C24;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	font-family: "Courier New", Courier, monospace;
	margin-top: 0px;
}
#centerText2 h2 {
	color: #ED1C24;
	font-size: 14px;
}
#centerText2 h3 {
	font-weight: bold;
	text-decoration: underline;
	padding-bottom: 5px;
	padding-top: 10px;
}
#centerText2 h4 {
	padding-top: 10px;
	font-weight: bold;
}
#centerText2 #pricingTable {
	border: 1px solid #ED1C24;
}
.tableHeading {
	background-color: #F9B0B4;
	font-weight: bold;
}
.tableRow {
	background-color: #F9B0B4;
	font-weight: normal;
}
.tableRightBorder {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #ED1C24;
}

