a:link {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: none;
	color: #c33;
}

a:visited {
	text-decoration: none;
	color: #666;
}

a.content:link {
	text-decoration: underline;
	color: #666;
}

a.content:hover {
	text-decoration: underline;
	color: #c33;
}

a.content:visited {
	text-decoration: underline;
	color: #666;
}

a.header:link {
	font-weight: bold;
	text-decoration: none;
	color: #3755B0;
}
	
a.header:hover {
	font-weight: bold;
	text-decoration: none;
	color: #3755B0;
}
	
a.header:visited {
	font-weight: bold;
	text-decoration: none;
	color: #3755B0;
}
	
a.highlight:link {
	color: #333;
	text-decoration: none;
}
	
a.highlight:hover {
	color: #ff0000;
	text-decoration: none;
}
	
a.highlight:visited {
	color: #333;
	text-decoration: none;
}

a.footer:link {
	color: #3755B0;
	text-decoration: none;
}
	
a.footer:hover {
	color: #3755B0;
	text-decoration: none;
}
	
a.footer:visited {
	color: #3755B0;
	text-decoration: none;
}



body 
{
	color: #333;
	background-color: #fff;
	font-family: verdana;
	font-size: 10px;
	margin: 10px 0px 0px 6px;
	}
	
.house 
{
	color: #333;
	background-color: #fff;
	margin: auto;
	width: 743px;
	}

/* for the netscape bug */
.onepx 
{
	font-size: 1px;
	}
	
.error 
{
	font-size: 10px;
	font-weight: bold;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #cc3333;
	}	


			

td 
{
	font-size: 10px;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: left;
	}
	
.nav
{
	text-align: right; 
	color: #3755B0; 
	vertical-align: bottom; 
	padding: 0px 12px 5px 0px;
	}
	
.bold
{
	font-weight: bold;
	}
	
.bold-right
{
	font-weight: bold;
	text-align: right;
	}
	
.italic
{
	font-style: italic;
	}			
	
.right
{
  text-align: right;
	}
	
.center
{
  text-align: center;
	}

.middle
{
  vertical-align: middle;
	}
	
.middlecenter
{
  vertical-align: middle;
  text-align: center;
	}

.middleright
{
  vertical-align: middle;
  text-align: right;
	}

.textboldright
{
  text-align:right;
  font-weight: bold;
	}
	
.title
{
  font-size: 12px;
  font-weight: bold;
  color: #333;
  }
	
.subtitle
{
	color: #333;
	font-weight: bold;
	}	
	
.center-right
{
	text-align: center;
	}	
	
.bottom-right
{
	background-color: #C6E4CF;
	}	

.textcolorbold
{
  font-weight: bold;
  color: #3755B0;
  }

.highlight-title
{
	color: #4580A7;
	font-weight: bold;
	}
	
.cs-title
{
	color: #666;
	font-weight: bold;
	}	

/*** FORM STYLES ***/

form
{
  margin: 0;
  padding: 0;
	}

input
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
input.pad
{
	margin: 0px 0px 3px 0px;
	}

select
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	}

textarea
{
	font-size: 10px;
	font-weight: normal;
	color: #333333;
  font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.field
{
	vertical-align: middle;
	text-align: right;
	font-weight: bold;
	color: #CC9933;
	}	


.about-quote
{
	margin: 0px 25px 0px 25px;
	text-align: justify;
	text-indent: -8px;
	color: #A9A037;
	font-weight: bold;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif, times;
	font-size: 13px;
	}
	
.about-client
{
	margin: 2px 25px 20px 15px;
	text-align: right;
	color: #949595;
	font-weight: bold;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif, times;
	font-size: 10px;
	}
