body {
	text-align : left;
}

div.total {
	font-weight : bold;
	margin-top : 5px;
	margin-bottom : 5px;
}

div.notice {
	font-style : italic;
	color : red;
}

p {
	padding-top : 0px;
	padding-bottom : 0px;
	margin-top : 0px;
	margin-bottom : 0px;
}

table {
	text-align : left;
}

table thead tr th {
	background-color: blue;
	color: white;
	padding: 4px;
	cursor: pointer;
}

table tbody td {
	vertical-align: top;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
}

table tbody tr.odd td {
	background-color: #F0F0F6;
}

table thead tr .headerSortUp {
	background-image: url(images/asc.gif);
}

table thead tr .headerSortDown {
	background-image: url(images/desc.gif);
}
