
/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#ffffff;
 font-size: 9pt; 
 font-family: "Arial", Helvetica, Tahoma, Sans-serif; 
color: #000000;
 text-align:center;
 padding:0;
 line-height: 13pt;  
 }

#outer {
 background: #ffffff;
 text-align:left;
 border:0px;
 width:900px;
 margin:auto;
 padding:0;
 }

#hdr {
 height:450px;
 background:#ffffff;
 }

#bodyblock {
 position:relative;
 background: #ffffff;
 color: #000000;
 width:900px;
 padding:0;
 }

#l-col {
 float:left;
 background:#bed9b8;
 color: #000000;
 width:290px;
 text-align:left;
 padding:2px 5px 0 5px;
 }

#cont {
 width:600px;
 background:#ffffff;
 color: #000000;
 text-align:left;
 padding:0px 5px 0 5px;
 }

#ftr {
 height:15px;
 background: #ffffff;
 color: #000000;
 font-size: 8pt; 
 border-width:0 0 0 0;
 margin:0;
 padding:1px 0px 3px 0px;
 }