/* StyleSheet for printed web pages */

body {
   background-color: #fff;
   color:#000000;
   margin: 0;
   padding: 40px;
   font: normal 10pt/160% Verdana, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
   }
   
/* Hide main and secondary navigation bars */  
div#LeftCol2, div.header, div.sec-navbar, div.bottom {
   display: none;
   }

/* div.title, div.subtitle {
   font-family: Verdana, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
   line-height: 135%;
   color: #000000;
   margin-left: 5pt;
   } 
*/

h2, h3, h4 {
   font-family: Verdana, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
   line-height: 135%;
   color: #000000;
   }
div.MainCol {
   clear: both;
   font-family: Verdana, Tahoma, "Trebuchet MS", Arial, Helvetica, sans-serif;
   font-weight: normal;
   line-height: 135%;
   color: #000000;
   }
h2 {
   font-size: 12pt;
   font-weight: bold;
   }
h3 {
   font-size: 11pt;
   font-weight: bold;
   }
h4 {
   font-size: 10pt;
   font-weight: normal;
   }
div.title {
   font-size: 14pt;
   font-weight: bold;
   }
div.subtitle {
   font-size: 13pt;
   font-weight: bold;
   }
   
.smalltext {
	font-size: 0.8em;
}
   
.MainCol li {
   padding-bottom: 5px;
  }