/* m2.css - default stylesheet */

/********** overall page properties **************/
body { font: normal 11px Verdana, Arial, Helvetica, sans-serif; 
  color: #000000;
  background-color: #ffffff; } 

/* for the right-side context cell */
.context { font: normal 10px Verdana, Arial, Helvetica, sans-serif; 
  color: #0f161e; }
  
/* for the left-side content cell */
.contentcell { font: normal 13px Verdana, Arial, Helvetica, sans-serif;
  padding: 10px; 
  width: 80%;}
  
/* used in screen.html for NS 4.x compatibility */
.contentcellbold { font: bold 13px Verdana, Arial, Helvetica, sans-serif;
  padding: 10px; 
  width: 80%;}

/* for the prev/top/next controls at the bottom of pages */
.bottomnav { font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  vertical-align: bottom;
  align: center; }

