/* Presentation Stylesheet */ 

 

 p.border {
 padding-bottom: 50px;
 border-color: #000000;
 border-style: double;
 border-top-width: 0px; 
 border-bottom-width: 3px; 
 border-left-width: 0px; 
 border-right-width: 0px 
 }
 
 p.fine {
 font-size: small;
 }
 
 img.left {
  float: left;
	margin-top: 10px;
	margin-right: 40px;
 }

 b.one {
 font-weight: strong;
 color: #ff3333
 }
 
 b.two {
 font-weight: strong;
 color: #000080
 }
 
 h1 {
 font-weight: strong;
 font-size: 14pt;
 }
 
 h2 {
  text-align: center;
	font-size: 1.5em;
	color: #000080;
	
	}
 
 table.border {
 margin-left: 15px;
 border-style: double;
 border-color: #000080;
 word-spacing: -3pt;
 letter-spacing: -1pt;
 font-family: courier, helvetica;
 font-size: 8pt;
 
  }
	
 table.list {
 border-style: double;
 border-color: #000080;
 font-size: 12pt;
 color: #000080;
 
  }
	
	td.list {
	padding: 8px;
	 }
 
