

body {
  font: 400 12pt verdana, arial, sans-serif;
  color: #000;
  background: #FFF;
}

h1 {
  margin-top: 30px;
  font-size: 18pt;
  border-bottom: 1px solid #999;
}

h2 {
  font-size: 16pt;
}

h3 {
  font-size: 14pt;
}

h4, h5, h6 {
  font-size: 12pt;
}

acronym {
  border: 0;
}

a {
  color: #00F;
}

/* Prints the URL after a link in CSS2 supporting browsers */
a:link:after, 
a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}


/* Don't display these elements since they're not useful on paper */
#header,
#mainMenu,
.sideMenu,
#footer {
  display: none;
}

#content {
  width: auto;
  margin: 0 8%;
  padding: 0;
}
/**************************************************************
   agenda
 **************************************************************/
table#sample {
    background-color:#666666;
    width: 735px;
    font-size:10pt;
}

table#sample td {
    padding: 5px;
    border: solid #000 1px;

}
.data {
 font-weight: bold;
    text-align: left;
    background-color: #999999;

}

.toprow {
    font-style: italic;
    text-align: left;
    background-color: #666666;

}
.leftcol {
    font-weight: bold;
    text-align: left;
    width: 120px;
    background-color: #999999;

}



