p {
	font-family: Arial;
	font-size: 8.5pt;
	}

td {
	font-family: Arial;
	font-size: 8.5pt;
	}

ul li {  
	font-family: Arial;
	margin-left: -8.5pt;
	margin-top: 4px; 
	list-style-image: url(../images/Bullet.gif);
	font-size: 8.5pt;
}

ol li {  
	font-family: Arial;
	margin-left: -14pt;
	margin-top: 8px; 
	font-size: 8.5pt;
}

.TextRedBold {
	font-size: 9.5pt;
	color: #8a2c28;
	font-weight:bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #dedede;
	}
	
.TextBlue {
	color: #0a4a86;
	}
	
.TextBlueBold {
	color: #0a4a86;
	font-weight:bold;
	}
	
.RatesTable {
	margin-bottom: 20px;
	}
	
.RatesHeader {
	color: #8a2c28;
	font-weight:bold;
	padding-bottom: 4px;
	border-bottom: 2px solid #31649b;
	background-color: #f1f6fa;
	}

.RatesSubHeader {
	margin-top: 10px;
	background-color: #e1ebf3;
	padding: 2px;
	border-bottom: 1px solid #7aa5d3;
	}
	
.RatesRow {
	border-bottom: 1px solid #7aa5d3;
	}
		
.GrayBar {
	background-color: #ebebeb;
	padding: 6px;
	}