
#title {
	background-image: url(images/title_bg.jpg);
}

ul.list li {
	background-position: left 20px top 26px;
	padding-bottom: 20px;
	padding-top: 20px;
}

table.history-table {
	border-collapse: separate;
	border-spacing: 0px 5px;
}

table.history-table th {
	background-color: #37357a;
	color: white;
	padding: 15px 20px;
	vertical-align: top;
	white-space: nowrap;
}

table.history-table th.s {
	padding-left: 30px;
	padding-right: 0px;
}

table.history-table th.w {
	font-weight: normal;
}

table.history-table td {
	background-color: white;
	padding: 15px 20px 15px 30px;
}

