body {
   background: white;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px; font-weight: normal;
}


a:link, a:visited {
   color: #000;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   }

img {
	border: 0;
}

#accessibility, #utility-belt, .search-box, #globalnav, #weather-widget, .subnav, .span-1, .link-farm, .quick-links,
.utility-belt, .legal p {
	display: none;
}

#header { 
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 24px;
}

#footer {
	border-top: 1px solid #E6E6E6;
	padding-top: 24px;
	margin-top: 24px;
}
/*  missing rules added by Frances */

table td, table th{
	border:1px solid #000;	
}
.print-span-1 {   /*sometimes we want a .span-1 to print */
	display:block;
}