@charset "iso-8859-1";

body, html, table, tr, td	  {
	  		  text-align: center;
			  font-family: Verdana, Arial, Helvetica, sans-serif;
			  font-size: 11px;
			  font-style: normal;
			  line-height: 1.2;
			  font-weight: normal;
			  color: #000;
			  background-color: #fff;
			  margin: 0;
			  }
p, h1, h2	  {
		      font-family:Verdana, Arial, Helvetica, sans-serif; 
			  font-size:11px; 
			  font-style:normal; 
			  line-height:1.2; 
			  font-weight:bold; 
			  color:#000; 
			  text-align:left;
			  margin:0px 10px 0px 10px;
			  }
p			  {
			  font-weight:normal; 
			  }
p.blue 		  {
			  color: #000;
			  }
p.bluehistory
			  {
			  font-size: 13px;
			  color: #000040;
			  }
p.redhistory
			  {
			  font-size: 13px;
			  color: #79020c;
			  }		  
p.bottom 	  {margin-left:10px; color: #000;}	
#frame	 	  {
			  width:638px;
			  margin-right:auto;
			  margin-left:auto;
			  margin-top:20px;
			  padding:0px;
			  text-align:left;
			  }
#col1 		  {
			  display:none;
			  }
#col2		  {
			  width:636px;
			  padding:0px;
			  float:left;
			  }
#base		  {
			  display:none;
			  }
#col2 table	  {
	  		  padding: 0px;
			  border: 0px;
			  background-color: #fff;
			  }			  
#topbar 	  {
			  background-color: #fff;
			  }
#botbar 	  {
			  }
#navlist	  {
			  display:none;
			  }
/*Image a has a pale blue background whereas image b has a white background. Both are included in the html but this style sheet uses only b for printing.*/
img.a		  {
			  display:none;
			  }
img.b 		  {
			  display: inline;
			  }
