/* CSS Document */

H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #B2B2B2;
	margin: 0px;
	width: 625px;
	font-weight: normal;
	text-align: right;
	background-image: url(../images/h1background.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 4px;
	margin-bottom: 4px;
	margin-bottom: 10px;
	}

H2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0C255C;
	margin: 0px;
	font-weight: normal;
	padding-bottom: 5px;
	margin-bottom: 0px;
	}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	padding-bottom: 10px;
	margin: 0px;
	}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	margin:0px;
	padding-bottom: 15px;
	}

	.ratesDark {
		background: #740008;
		border-right: 10px solid #FFFFFF;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		padding: 5px;
		font-family: Arial, Helvetica, sans-serif;
		}

	.ratesLight {
		background: #C9000E;
		border-right: 10px solid #FFFFFF;
		color: #FFFFFF;
		font-size: 12px;
		font-weight: bold;
		padding: 5px;
		font-family: Arial, Helvetica, sans-serif;
		}
		
	.ratesText {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		padding: 10px;
		}
	
	.ratesLineTop {
		padding-bottom: 10px;
		padding-top: 10px;
		border-bottom: 1px solid #666666;
		font-size: 12px;
		font-family: Arial, Helvetica, sans-serif;
		color: #000000;
		}
		
