body,table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
body {
	background-color: #C4C4C4;
	text-align: center;
	margin: 10px;
	}
h2 {
	color: #E30000;
	}
h3 {
	color: #E30000;
	display: inline;
	}
h4 {
	color: #000000;
	display: inline;
	}
p {
	margin-left: 10px;
	}
#wrapper {
	width: 792px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
#header {
	}
#topNav {
	background-color: #666666;
	padding: 15px 0 15px 0;
	text-align: center;
	}
#topNav a {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0 15px 0 15px;
	}
#topNav a:hover {
	color: #E30000;
	text-decoration: none;
	}
#contentArea {
	background-image: url(images/bkgContent.gif);
	background-repeat: repeat-y;
	overflow: hidden; /* FOR FOREFOX */
	width: 792px; /* FOR IE */
	}
#leftNav {
	float: left;
	width: 142px;
	padding: 4px;
	}
#content {
	float: left;
	width: 490px;
	padding: 5px;
	}
#rates {
	width: 500px;
	}
#rightNav {
	float: left;
	width: 132px;
	padding: 5px 0 0 8px;
	}
#footer {
	clear: both;
	width: 782px;
	background-color: #666666;
	padding: 5px;
	font-size: 9px;
	}
.notes {
	font-size: 10px;
	font-style: italic;
	}