Body {
     margin: .25in .5in; 
     color: #000000; 
     background-color: #ffffff;
     line-height: 1.1;
     font: 11pt Arial, sans-serif;
     }

H1, H2, H3  { font-weight: bold; color: #000000; }
H4, H5 {font-weight: bold; color: #000000 }
     
A:link { color: #000000; background-color: white; }
A:visited { color: #000000; background-color: white; }
A:hover { color: #000000; background-color: white; }

#titlebar { width: 100%; padding-bottom: .25in; }
     
#titlebar H1 { 
     font-family: "Times New Roman", Times, serif; 
     color: #000000; 
     font-weight: normal;
     margin-bottom: 1px;
     margin-top: 1px; 
     }
     
#titlebar H2 { 
     font-family: "Times New Roman", Times, serif; 
     color: #000000; 
     font-weight: normal;
     margin-bottom: 1px;
     margin-top: 1px; 
     }
     
#titlebar H3 { 
     font-family: "Times New Roman", Times, serif; 
     color: #000000; 
     font-weight: normal;
     margin-bottom: 1px;
     margin-top: 1px; 
     }
     
#titlebar H1 { font-size: 32pt; }
#titlebar H2 { font-size: 24pt; }
#titlebar H3 { font-size: 18pt; }
     
#main {
     width: 100%;
     padding-bottom: .25in;
     background: white;
     color: black;
     }
     
#navbar { display: none; }
          
#navbar-e { display: none; }
     
div.hide_print { display: none; }
          
div.announce {
     width: 4in;
     text-align: center;
     border: 2px solid black;
     background-color: #E6E6E6;
     color: black;
     margin: .25in 0 .25in 0;
     padding: .125in;
     }
     
#bottom { font-size: .8em; padding: 20px 0 20px 0; }
     
#footer {
     width: 100%;
     text-align: center;
     padding: 0 1em 0 1em;
     color: black;
     }
     
P.bluequote { color: black; font-style: italic; }
	
TH.smaller_font { 
	font-size: small; 
	font-weight: bold; 
	}
	
TD.smaller_font {
	font-size: small; 
	font-weight: bold; 
	}