/* Copyright 2000-2002 by James Briggs, San Jose, California, USA. */

/* also see http://www.webreview.com/style/css1/charts/mastergrid.shtml */

BODY {
   color: black;
   background: white;
   margin-top: 2px;
}

H1 {
   color: black;
   font-size: 14pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
}

H2 {
   color: black;
   font-size: 12pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   line-height: 12px;
}

TABLE {
   width: 98%;
   padding: 0px;
   margin: 0px;
   border: 2px black solid;
}

P,TD {
   color: black;
   font-size: 10pt;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   line-height: 12px;
}

TD {
   text-align: left;
}

.right {
   text-align: right;
}

.left {
   text-align: left;
}

.center {
   text-align: center;
}

