<style type="text/css">

#header {
      height: 40px; 
      clear:both; 
      width: 100%;
      font-family:sans-serif;
      font-size:19px;
      font-weight:bold;
}

#menu { display: none; }

#footer { display: none; }

#content {
   
      background-color: #ffffff;  
      width:500px; 
      font-size : 7pt;
	  text-align: left; 
}
#content1 {
    
      background-color: #ffffff;  
      width:700px; 
      padding: 2px 3px;
	  font-size : 7pt;
	  text-align: left; 
	  }
 #content2 {
  
      background-color: #ffffff;  
      width:700px; 
      padding: 2px 3px;
	  font-size : 7pt;
	  text-align: left; 
}
#cell {
      float:left; 
      background-color: #ffffff;  
      width:90px; 
      padding: 2px 3px;
	  font-size : 7pt;
	  text-align: left; 
}
#cell1 {
      float:left; 
      background-color: #ffffff;  
      width:300px; 
      padding: 2px 3px;
	  font-size : 7pt;
	  text-align: left; 
}
#cellheader {
      float:left; 
      background-color: #ffffff;  
      width:600px; 
      padding: 2px 3px;
	  font-size : 10pt;
	  text-align: left; 
}

	 table.page	{ 
		color : #000000;
		background : #ffffff;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 7pt;
		margin: 1px 1px 1px 3px; 
		width:700px; 
	}
	
	body { 
		color : #000000;
		background : #ffffff;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 7pt;
		margin-right: 20pt;
	}
	
#table1 { 
	  float:center; 
      font-size : 7pt;
	  text-align: left; 
	}
	span.fsize { 	
		font-family : Verdana;
		font-size : 8pt;	
	}
	span.fsize1 { 	
		font-family : Arial, Helvetica, sans-serif;
		font-size : 8pt;	
	}
div.page table {
	
	color : #000000;
		background : #ffffff;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 7pt;

}

	
 /* IE workarounds */
/* IE implements height incorrectly, and does not understand min-height, thus prompting
   this workaround. 
#menu {height: 300px;}
html>body #menu {min-height: 300px; height: auto;}

#content {height: 300px;}
html>body #content {min-height: 300px; height: auto;}
/* -------------- */

/*#footer { 
      background-color: #cccccc; 
      height: 30px; 
      border-top: 1px solid #000000; 
      clear:both; 
      width: 100%; 
      text-align:center; 
      font-size: 10px;
} */


