/* CSS Document */

body {
	background-color: #E6E9F7;
}

.header {
	background: url(art/header.jpg) no-repeat;
	height: 115px;
}

.left {
	width: 150px;
	background-color: white;
}

.left table td, .left table td a, .left table td a:visited {
	background-color: #293c81;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: white;
	text-decoration: none;
	padding: 3px;
}

.left table td a:hover {
	text-decoration: underline;
}

.left table td.heading {
	background-color: #1F2E61;
	color: white;
	font-weight: bold;
}

td.heading {
	background-color: #1f2e61;
	color: white;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
}

.middle {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	padding: 3px;
}

.middle a, .middle a:visited {
	color: #333333;
	text-decoration: underline;
}

.middle a:hover {
	text-decoration: none;
}

.right {
	width: 10px;
	background-color: #007B3C;
}

#date_time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

.calculator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
}

.calculator input, .calculator select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

.footer, .footer a, .footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.small-print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}