		body {
			background-color: #888;
			padding: 2% 0px;
		}
		* {
			font-family: century gothic, Gill Sans, Gill Sans MT, helvetica, arial, sans-serif;
		}
		a {
			color: #d04200;
			text-decoration: none;
		}
		a:hover {
			text-decoration: underline;
		}
		h1 {
			font-size: 20px;
			font-weight: bold;
			font-style: italic;
			color: #d04200;
			margin: 0px 0px 0.5em 0px;
		}
		h2 {
			font-size: 20px;
			font-weight: bold;
			font-style: italic;
			color: #d04200;
			margin: 0px 0px 0.5em 0px;
		}
		#tag {
			padding-left: 23px;
			background-color: #3a629f;
		}
		#tag td {
			font-size: 24px;
			color: #fff;
			font-style: italic;
			font-weight: bold;
			padding-right: 12px;
		}
		#nav {
			background-image: url('images/nav_bg.gif');
			vertical-align: top;
			padding: 10px 10px 10px 25px;
			color: #ffffff;
			line-height: 35px;
		}
		#nav a {
			color: #ffffff;
			font-weight: bold;
		}
		#content {
			background-color: #fff;
			vertical-align: top;
			text-align: left;
			padding: 15px 15px 15px 20px;
		}
		#content, .normal {
			font-size: 14px;
		}
		#contactInfo {
			font-style: italic;
			font-weight: bold;
		}
		
		.red {
			color: #d04200;
		}
		.big {
			font-size: 20px;
		}
		.small, .small td {
			font-size: 12px;
		}
		
		table.small td {
			font-size: 11px;
		}
		table.rateTable {
			border: 1px solid #333;
		}
		.rateTable td {
			border-bottom: 1px solid #999;
		}
		
		.rateTable tr.header td {
			background-color: #7ABBE6;
			font-weight: bold;
			border-bottom: 1px solid #333;
		}
		.rateTable tr.grey td {
			background-color: #eee;
		}
		.rateTable tr.bottomRow td {
			border-bottom: 0px;
		}

		#credit {
			text-align: right;
			font-size: 11px;
			font-family: arial, helvetica, sans-serif;
		}
		#credit * {
			color: #555;
		}
