body { 
  margin: 0px; 
  padding: 0px; 
  text-align: left;
  background-color : #E8E9D7; 
  background-image : /images/bg.jpg; 
  background-attachment : scroll; 
  font-family: "Lucida Grande", 'trebuchet ms', arial, helvetica, verdana, sans-serif;
  font-size: 11px;
}
.header {
  font-weight: bold;
  text-decoration: none;
  color: #888888;
  font-size: 13px; }
 
.header1 {
  font-weight: bold;
  text-decoration: none;
  color: #888888;
  font-size: 20px; }
  
.black { color: #000; }
    
.white { color: #fff; }
    
a:link {
  font-weight: bold;
  text-decoration: underline;
  color: #800000; }

a:visited {
  font-weight: bold;
  text-decoration: underline;
  color: #800000; }
  
a:hover {
  font-weight: bold;
  text-decoration: none;
  color: #500000; }
  
a:active {
  text-decoration: underline;
  color: #500000; }

.nowrap { white-space:nowrap; }

#pipeline {
	border-style:dotted;
	border-width:1px;
	border-color:#CCCCCC;
	text-align:center;
	margin-top:10px;
	margin-left:10px;
}

#pipeline img {
	border-style:solid;
	border-width:5px;
	border-color:#FFFFFF;
}