#site table {
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
	
#site table th {
	padding: 5px;
	vertical-align: top;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
	
#site table td {
	padding: 5px;
}
	
#site table .line1 {
	background-color: #E2E2E2;
}

#site table .line2 {
	background-color: #F5F5F5;
}

#menu {
	display: none;
}

#site .pageBreak {
	page-break-after: always;
}