<? header('Content-type: text/css'); ?>
#content {
	}

#content table {
	width: 699px;
	border: 1px solid #a1a5a9;
	border-right: none;
	font: 9pt Verdana;
	}

#content table th,
#content table td {
	border-right: 1px solid #a1a5a9;
	padding: 4px 8px;
	}

#content table thead th {
	border-bottom: 1px solid #a1a5a9;
	background: #d2d2d2;
	}

#content table tbody .date {
	width: 75px;
	text-align: center;
	}

#content table tbody .text {
	text-align: left;
	}

#content table tbody .money {
	width: 100px;
	text-align: right;
	}

#content table tbody .money strong {
	font-weight: normal;
	color: red;
	}

#content table tbody td {
	background: #fff;
	}

#content table tbody .alt td {
	background: #eaeaea;
	}
