body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	text-align: center;
	font-size: 12px;
	}
h2 {
	margin: 0;
	padding: 0;
	font-size: 18px;
	text-align: center;
	background: #FDE8A9;
	width: 400px;
	padding: 3px;
	border: solid 2px #000000;
	}
h3 {
	font-size: 16px;
	margin: 0;
	padding: 0;
	}
h4 {
	color: #4F6D5E;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
#wrapper {
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}
#header {
	background-color: #000000;
	}
#navigation {
	width: 775px;
	background: #000000;
	border-bottom: 3px solid #000000;
	}
.navLinks {
	color: #000000;
	text-decoration: none;
	}
.navLinks:hover {
	text-decoration: underline;
	}
#contentArea {
	width: 100%;
	background-image: url(images/background_whiteGray.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	}
#content {
	float: left;
	width: 562px;
	text-align: left;
	}
#rightSide {
	float: left;
	width: 213px;
	}
#darkGray {
	background-color: #666666;
	height: 122px;
	color: #FFFFFF;
	}
#login {
	padding: 4px 12px;
	}
#login form {
	margin: 0;
	background: #FFFFFF;
	color: #000000;
	}
#footer {
	width: 100%;
	clear: both;
	}
#footerA, #footerC {
	float: left;
	width: 213px;
	background: #000000;
	padding: 5px 0;
	}
#footerB {
	float: left;
	width: 349px;
	background: #933311;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	}
#footerB a {
	color: #CCCCCC;
	text-decoration: none;
	margin: 0 20px 0 20px;
	}
#footerB a:hover {
	color: #333333;
	}
#rates {
	border:  #999999 1px solid;
	width: 450px;
	}
#rates th {
	background: #FFC61E;
	text-align: center;
	}
#rates .title {
	background: #FFE9AA;
	text-align: center;
	font-weight: bold;
	}
.bold {
	font-weight: bold;
	}
.formInput {
	border: 1px solid #000000;
	}
.images {
	float: right;
	padding: 5px;
	}
.logos {
	text-align: center;
	height: 122px;
	}
.logos img {
	padding: 0 1px 0 1px;
	}
.underline {
	text-decoration:underline;
	}
.notes {
	background: #FFF5D5;
	font-style: italic;
	font-size: 10px;
	}
.red {
	color: #FF0000;
	}