/* CSS Document */
@page {marks: none;}
#navigation, #ads, #footer, #sidebar, .screenonly {display: none;}

#content {margin-top: 5em;}

#header {
   height: 10em;
	border-bottom: double #bbb;
}

table.lined {
   border-collapse: collapse;
	background-color: #555555;
}

.lined td, .lined th {
   background-color: #ffffff;
	padding: 1px 5px;
	border: 1px solid #555555
}

.lined th {
   background-color: #cccccc;
}

.screen_only {display: none;}