

body	{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	scrollbar-3dlight-color: #0084C5; 
	scrollbar-arrow-color: #005179;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #fff;
	scrollbar-highlight-color: #fff; 
	scrollbar-shadow-color: #0084C5;
	scrollbar-track-color: #fff;
}

a	{
	color: #005179;
	font-size: 10pt;
	text-decoration: none;
}

a:hover	{
	color: #0084C5;
}

a.nav	{
	color: #fff;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
}

td	{
	color: #333;
	font-size: 12px;
	line-height: 17px;
}

.hbackground	{
	background: url(../images/images/anroach.gif) no-repeat;
}


/* request inspection form --------------------------------- */
.star	{
	color: #f00;
	font-weight: bold;
}

.request-inspection	{
	padding: 1em;
}

	.request-inspection	table	{
		margin-bottom: 1em;
	}
	
		.request-inspection	table	tbody	td, 
		.request-inspection	table	tbody	th	{
			border-bottom: 1px solid #eee;
			color: #333;
			padding: 0.5em;
			vertical-align: top;
		}
		
		.request-inspection	table	tbody	th	{
			font-size: 0.6875em;
			font-weight: normal;
			text-align: right;
			text-transform: uppercase;
			width: 150px;
		}
		
			.request-inspection	table	tbody	td	input, 
			.request-inspection	table	tbody	td	select, 
			.request-inspection	table	tbody	td	textarea	{
				border: 1px solid #ccc;
				border-bottom: 1px solid #eee;
				border-top: 1px solid #333;
				padding: 0.25em;
			}
			
		.request-inspection	table	tfoot	td	{
			padding: 1em;
		}
		
			.request-inspection	table	tfoot	td	input	{
				font-size: 1.5em;
				font-weight: bold;
			}
/* request inspection form --------------------------------- */

