Body
	{
				background: #FFFFFF url(/images/back.gif) repeat-x;
				color: #333333;
				font-size: .8em;
				font-family: verdana, arial, helvetica, sans-serif;
				margin: 0px;
			}
		.leftside
			{
				background: #006093;
			}
		.leftgap
			{
				background: #FFF url(/images/left-spacer.gif) repeat-y;
			}
		.hrGreen
			{
				color: #006633;
			}
		.footer
			{
				background: #DFF0DE;
				font-size: .75em;
				color: #555555;
			}
		.pagetitle
			{
				color: #777777;
				font-size: 1.2em;
				font-weight: bold;
				font-family: Verdana, Arial, Helvetica, Sans-Serif;
			}
		.pagegap
			{
				color: #FFFFFF;
				font-size: 12.4pt;
				font-weight: bolder;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.pagegap2
			{
				color: #FFFFFF;
				font-size: 3pt;
				font-weight: bolder;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		td {
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: .8em;
			}
		.subheader
			{
				color: #000000;
				font-size: 1em;
				font-weight: bold;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.subheader1
			{
				color: #000000;
				font-size: .9em;
				font-weight: bold;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.subheader2
			{
				color: #000000;
				font-size: .8em;
				font-weight: bold;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.sidebartitle
			{
				color: #007744;
				font-size: 10pt;
				font-weight: bolder;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.sidebarsubhead
			{
				color: #000000;
				font-size: 8pt;
				font-weight: bolder;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.sidebartext
			{
				color: #333333;
				font-size: 9pt;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.caption
			{
				color: #000000;
				font-size: .85em;
				font-family: verdana, arial, helvetica, sans-serif;
			}
		.headerfootertext
			{
				color: #000000;
				font-size: .7em;
				font-family: verdana, arial, helvetica, sans-serif;
			}
			.error
			{
				color: #FF0000;
				font-weight: bolder;
			}
		.success
			{
				color: darkgreen;
				font-weight: bolder;
			}
		.instructions
			{
				color: #999966;
				font-size: 8pt;
			}
		.required
			{
				color: #FF0000;
				font-weight: bolder;
			}
		.fieldlabel
			{
				color: #000000;
				font-weight: bolder;
			}
		.foreclosurefieldlabel
			{
				text-align:right;
				padding-right:10px;
			}
		.alternatelink
			{
				/*alternate to the standard a tag*/
			}
		a.alternatelink:link
			{
				color: A0292C;
				text-decoration: underlined;
			}
		a.alternatelink:active
			{
				color: A0292C;
				text-decoration: underlined;
			}
		a.alternatelink:visited
			{
				color: A0292C;
				text-decoration: underlined;
			}
		a.alternatelink:hover
			{
				color: A0292C;
				text-decoration: none;
			}
		a:link
			{
				color: #006699;
				text-decoration: underlined;
			}
		a:active
			{
				color: #006699;
				text-decoration: underlined;
			}
		a:visited
			{
				color: #009966;
				text-decoration: underlined;
			}
		a:hover
			{
				color: #009966;
				text-decoration: none;
			}
		/************************************/
		/*     End Standard CSS Classes */
		/***********************************/

		/************************************/
		/*     Begin County Addressing Form CSS Classes */
		/***********************************/
		
		#county_addressing_form .feedback {
			margin: 0;
			padding: 0.5em 0;
			text-align: center;
		}
		
		#county_addressing_form #required_warning {
			margin: 0;
			padding: 0.5em 0;
			text-align: center;
		}
		
		#county_addressing_form table {
			width: 100%;
		}
		
		#county_addressing_form table td {
			padding: 0 4px 1em 4px;
			vertical-align: top;
		}
		
		#county_addressing_form table td.label {
			text-align: right;
			width: 25%;
		}
		
		#county_addressing_form table field {
			width: 73%;
		}
		
		#county_addressing_form .actions {
			margin: 0;
			padding: 0.5em 0;
		}
		
		/************************************/
		/*     End County Addressing Form CSS Classes */
		/***********************************/

