#header {
	visibility : hidden;
	display : none;
	}
#nav {
	visibility : hidden;
	display : none;
	}
#content {
	width : 100%;
	}
table {
	font-family : verdana, arial, helvetica, sans serif;
	border-collapse : collapse;
	border : 1px solid #666;
	width : 100%
	}
thead {	
	background-color : #666;
	color : white;
	font-weight : bold;
	}
thead th {
	border-right : 1px solid white;
	border-bottom : 1px solid white;
	padding : 5px;
	font-size : .8em;
	}
tfoot {
	background-color : #666;
	color : white;
	font-size : .8em;
	text-align : center;
	padding : 5px;
	}
tfoot td {
	padding : 5px;
	}
tbody td {
	border-bottom : 1px solid #666;
	text-align : center;
	padding : 5px;
	font-size : .8em;
	}
table h1 {
	font-size : 1em;
	font-weight : bold;
	font-variant : small-caps;
	text-align : center;
	margin : 0;
	}
p {
	font : .8em verdana, arial, helvetica, sans serif;
	}
form {
	visibility : hidden;
	display : none;
	}