/* STYLES FOR STREAMLINE ENGINEERING */

/* HTML STYLES */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #555;
	background: ##fcffff;
	margin: 0 0 0 0;
}
td {
	font-family: verdana; font-size: 13px; color: #555;
	}
ul { 
	list-style-image: url(images/bullet.gif)
	}
input {
	color: green; background: #fcffff;
	}
textarea {
	color: green; 
	background: #fcffff;
	}
a:link {  
	color: navy; text-decoration: none;
}
a:visited {  
	color: orange; 
	text-decoration: none;
	}
a:hover {  
	color: blue; 
	text-decoration: none;
	}
h1, h2, h3, h4 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #555;
	margin-bottom: 6px;
	}
h1 {
	font-size: 14px; 
	text-align: center;
	text-transform: uppercase;
	background: #aaf7f2;
	padding: 4px;
	margin-top: 0;
	color: #667;
	}
h2 { 
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	padding-bottom: 4px;
	border-bottom: 1px #cce solid;
	margin-top: 14px;
	}
h3 { 
	font-size: 13px;
	letter-spacing: 1px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #224 !important;
	padding: 3px; 
	background: #e0fcfa;
	}
h4 {
	font-size: 12px;
	text-transform: uppercase;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	color: #444;
	}
p { 
	margin-top: 8px;
	margin-bottom: 8px;
	}

/* DIVS */
#container {
	
	}

/* CLASSES */
p.caption { 
	color: #668;
	padding: 4px;
	border-left: 1px #cce solid;
	border-bottom: 1px #cce solid;
	margin-top: 4px;
	font-size: 10px; 
	font-weight: bold;
	background: #e0fcfa;
	padding-left: 175px;
	}
.illus {
	margin-top: 20px;
	margin-bottom: 30px;
	}
.pb {
	 border: 1px #668 solid;
	 }