HTML, body {
	background: white;
	color: black;
	font-family: Verdana,Helvetica,"Sans Serif"; 
	font-size: 9pt;
	margin: auto;
}

a { color: blue; }
img { border: 0px; }

#container {
	margin-left: 15px;
	margin-right: 95px;
	margin-top: 50px;
	width: 850px;

}


h1,h2 { color: gray; font-weight: normal; font-size: 16pt;}
sup { font-size: 80%; }


#section-list{ 
	width: 500px; 
	height: 150px;
	margin-left: 150px;
	margin-top: 2px; 
	margin-bottom: 2px; 
	background-repeat: no-repeat;
}
#section-list li { 
	float: left;
	list-style: none;
	height: 77px;
	vertical-align: bottom;
}


#company-pitch { 
	margin-left: 80px;
	margin-top: 5px;
	margin-bottom: 40px;
	color: black; 
	}

ul#references  {
	float: left;
	margin: 0px;
	padding: 0px;
	font-size: 60%;
}

#references li { 
	list-style: none;
	float: left;
	margin-right: 10px;
}


#contact-us {
   margin-top: 5px;
	width: 280px;
	float: left;
	font-family: Verdana,Helvetica,"Sans Serif"; 
	font-size: 8pt;
	color: black;
}

ul#section-images {
	float: left;
	width: 840px;
	margin: 0px;
	padding: 0px;
	font-size: 8px;
}

#section-images li { 
	float: left;
	list-style: none;
	height: 50px;
}

#section-images img {
	margin: 0px;
	padding: 0px;
}

.iiim { margin: 0px;
	padding: 0px; }


table.light {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: separate;
	background-color: white;
}
table.light th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	
}
table.light td {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: gray gray gray gray;
	background-color: white;
	
}





.noshow { visibility: hidden; }
.nodisp { display: none; }

