body{
   color:#000000;
   background-color:#eeeeee;
   font-family:arial, verdana, sans-serif;
   font-size:10pt;
   text-align:center;
}
div#main{
   background-color:#ffffff;
   text-align:left;
   color:#000000;
   margin-left:auto;
   margin-right:auto;
   width:500px;
   margin-top:0px;
   margin-bottom:0px;
   padding:8px;
   border-width:2px;
   border-color:#999999;
   border-style:solid;
}
div#ednote{
   padding:8px;
   background-color:#ddd;
   border-style:solid;
   border-color:#000;
   border-width:1px;
}
p.inset{
   background-color:#bbbbbb;
   padding:6px;
}
p.subhead{
   font-weight:bold;
   font-size:8pt;
}

dt{
   text-decoration:underline;
   padding-bottom:4px;
}
dd{
   margin-bottom:8px;
}
ol li{
   margin-bottom:4px;
}
ul li{
   margin-bottom:8px;
}

