@charset "UTF-8";
/* CSS Document */

div#bills h3 {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 3px;
	margin-top: 0px;
}

div#bills table#history {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

div#bills table#history th {
	text-align: right;
	font-weight: bold;
	width: 110px;
	padding: 3px;
}

div#bills table#history td {
	padding: 3px;
}

div#bills table#history td a {
	padding: 10px;
	line-height: 2em;
}

div#bills table#history tr {
	vertical-align: top;
}  

