@charset "UTF-8";

/* introduction */

	* {
	margin-top: 0px;
	padding: 0;
	}
	body {
	font-family:Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	font-size:9pt;
	font-weight: normal;
	margin-top: 0px;
	color:#333333;
	}
	
/* footer */

a.footer:link {
text-decoration: none; 
color: #666666; 
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal;
padding-bottom: 3px; 
}

a.footer:visited {
text-decoration: none; 
color: #666666; 
font-size: 10px; 
font-weight: normal;
font-family: Arial, Helvetica, sans-serif;
padding-top: 10px;
padding-bottom: 3px;
}

a.footer:hover {
text-decoration: none; 
color: #999999;
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif;
padding-top: 10px;
padding-bottom: 3px; 
}
	
	.footer{
text-decoration: none; 
color: #666666; 
font-size: 10px; 
font-family: Arial, Helvetica, sans-serif; 
font-weight: normal;
padding-bottom: 3px;
text-align:right; 
}

/* footer */
	
		h1 {
	font-size:10.5pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#424242;
	Padding-bottom:15px;
	}
	
	
	
		.SubheadQuote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#B09B8B;
	}
	
		.TextQuote {
	font-family:Arial, Helvetica, sans-serif;
	font-size:8.5pt;
	font-weight: normal;
	color:#333333;
	}
	
		a.TextQuoteLink:link
{
	text-decoration: none;
	color: #333333;
	font-size: 8.5pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 0px;

}


a.TextQuoteLink:visited
{
	text-decoration: none;
	color: #333333;
	font-size: 8.5pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 0px;

}

a.TextQuoteLink:hover
{
	text-decoration: underline;
	color: #333333;
	font-size: 8.5pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 0px;

}
	
		.SubheadProjects {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#B09B8B;
	}
	
	.SubheadBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
	a.SubheadLink:link
{
	text-decoration: none;
	color: #999999;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 10px;

}


a.SubheadLink:visited
{
	text-decoration: none;
	color: #999999;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 10px;

}

a.SubheadLink:hover
{
	text-decoration: underline;
	color: #666666;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 10px;

}
	
	ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	line-height: 1.5em;
	list-style-type: circle;
	margin: .10em 20px;
	padding-left: 20px;
	list-style-image: url(images/bullet2.gif);
	text-decoration: none;
}

	
	p {
	font-size:9pt;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:left;
	margin: 1.50em 0;
	line-height: 1.4;
	text-indent: 0;
	padding-bottom: 0px;
	}
	
	p.services {
	font-size:9pt;
	font-weight: normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	text-align:left;
	margin: 1.50em 0;
	line-height: 1.2;
	text-indent: 0;
	padding-bottom: 0px;
	}
	
	.TextBold
{
	color: #333333;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-bottom: 0px;
	
	}
	
	a.TextLink:link
{
	text-decoration: none;
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 0px;

}


a.TextLink:visited
{
	text-decoration: none;
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 0px;

}

a.TextLink:hover
{
	text-decoration: underline;
	color: #000000;
	font-size: 9pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding-bottom: 0px;

}


/************************************************************
	FIELDSETS
************************************************************/
fieldset { 
    width: 450px;
    display: block;
    margin: 14px 0;
	padding: 0 0 10px 0;
    border: 1px solid #DEDEDE;
	color: #333;
	clear: left;
	position: relative;
}

fieldset legend {
    padding: 3px 5px;
	margin: 0 0 5px 6px;
	font-size: 13px;
	font-weight: bold;
}

fieldset label, fieldset input, fieldset textarea {
    display: block; 
    float: left;
    width: 230px;
    margin: 8px 0;
	color: #333;
}

fieldset select {
	margin: 9px 5px 9px 0;
	float: left;
}

fieldset label {
    text-align: right;
    width: 140px;
	padding: 4px 9px 0 10px;
	font-weight: bold;
}

fieldset br {
	clear: both; 
	display: block; 
	overflow: hidden; 
	visibility: hidden; 
	width: 0; 
	height: 0;
	line-height: 0;
	font-size: 0;
}

fieldset input.button {
	width: auto;
	margin-left: 160px;
	padding: 4px;
	font-weight: bold
}
	
