table {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color:#F5F5F5;
	color: #039;
	margin: 15px 20px 0 0px;
}
table p {
	font-size: 1em;
	line-height:1.3em;
}
thead th {
	text-align: center;
	background: #F5F5F5;
	color: #f60;
	font-size: 1em;
	border: 1px solid #fff;
	height: 25px;
	font-weight: bold;
}
thead th#ref {
	width: 200px;
}
thead th#transaction {
	width: 120px;
}
tbody tr {
	background: #FFF;
}
tbody tr td {
	height: 20px;
	padding : 4px;
	background: #FFF;
	border: none;
	vertical-align: top;
	font-family: verdana, arial, sans-serif;
	color: #000;
	font-size: 1em;
	text-align: left;
}
tbody tr:hover td {
	background: #DDF7FF;
}

