		body {
			background-color: #d2d2d2;
			padding: 0px;
			margin: 0px;
			border: 0px;
		}
		
		* {
			font-family: Myriad, "Myriad Pro", Helvetica, Tahoma, Sans-Serif;
		}
		
		table#main {
			min-width: 775px;
			width: 775px;
			padding: 10px;
		}
		
		table#main td.noPad {
			padding: 0px;
			margin: 0px;
		}	
		
		table#main td.topPad {
			padding: 10px 0px 0px 0px;
		}
		
		table#topNav {
			background-color: #7A8999;
		}
		
		table#topNav a:link, table#topNav a:visited {
			color: #fff;
			text-decoration: none;
		}
		
		table#topNav a:hover {
			color: #d1d1d1;
			text-decoration: none;
		}
		
		table#topNav td {
			text-align: center;
			vertical-align: bottom;
			font-size: 18px;
			font-weight: bold;
			padding-bottom: 8px;
		}
		
		td#content, td#content p, td#content td {
			font-size: 13px;
			color: #5A6979;
			line-height: 1.3em;
			text-align: left;
		}
		
		td#content p {
			margin-top: 0px;
			margin-bottom: 1.5em;
		}
		
		td#content h1 {
			font-size: 16px;
			margin: 0em;
			padding-bottom: 0.25em;
			color: #0054a6;
		}
		
		td#content a:link {
			color: #0054a6;
		}
		
		td#content a:visited {
			color: #555;
		}
		
		td#content a:hover {
			color: #0054a6;
			text-decoration: none;
		}
		
		div#howItWorks {
			width: 300px;
			background-color: #eee;
			padding: 10px;
			margin: 0px 0px 10px 10px;
			border: 1px solid #7A8999;
			float: right;
		}
		
		div#howItWorks.smaller {
			width: 250px;
		}
		
		* .phoneNumber {
			color: #ea710f;
			font-size: 16px;
			font-weight: bold;
		}
		
		div#ad {
			width: 200px;
			background-color: #eee;
			padding: 10px;
			margin: 0px 0px 10px 10px;
			border: 1px solid #7A8999;
			float: right;
		}
		
		div#ad p {
			padding-bottom: 0em;
			margin-bottom: 0em;
		}
		
		td#bottomLinks {
			background-color: #7EBBF0;
		}
		
		td#bottomLinks * {
			color: #27659f;
			font-size: 12px;
			text-decoration: none;
		}
		
		td#bottomLinks a:hover {
			text-decoration: underline;
			color: #0054a6;
		}
		
		table#bottom .blue {
			background-color: #7ebbf0;
		}
		
		table#bottom .orange {
			background-color: #ffaa24;
		}
		
		td#bottomPhone {
			color: #fff;
			font-size: 26px;
			vertical-align: bottom;
			text-align: left;
			padding: 5px 0px 0px 5px;
		}
		
		td#bottomCopy {
			color: #fff;
			font-size: 12px;
			vertical-align: bottom;
			text-align: right;
			padding: 5px 5px 0px 0px;
		}
		
		td#bottomCopy * {
			color: #fff;
			text-decoration: none;
		}
		
		td#bottomCopy a:hover {
			text-decoration: underline;
		}
		
		td#content .rateTitle {
			color: #0054a6;
			font-weight: bold;
		}
		
		td#content td.title {
			background-color: #fff;
			border-bottom: 1px solid;
			padding-bottom: 3px;
			font-weight: bold;
		}
		
		.orange {
			color: #ea710f;
		}
		
		.blue {
			color: #0054a6;
		}
		
		.big {
			font-size: 1.2em;
		}
		
		td#content .blueBackground * {
			background-color: #0054a6;
			color: #fff;
		}
		
		td#content .greyBackground * {
			background-color: #d2d2d2;
		}
		
		input, textarea {
			border: 1px solid #5A6979;
			font-size: 13px;
			color: #5A6979;
			padding: 2px;
		}
