		table.fancy {
			width: 100%;
			border-collapse: collapse;
			border-top: #000000 solid 1px;
			border-bottom: #000000 solid 1px;
		}
		
		table.fancy tr {
			vertical-align: top;
			border-bottom: #cccccc solid 1px;
		}
		
		table.fancy td, table.fancy th {
			font: 12px arial, helvetica, sans-serif;
			padding: 4px;
		}
		
		table.fancy th {
			background-color: #dddddd;
			font-weight: bold;
		}

