body, table {
	font-family: Verdana, Sans-serif, Arial;
	font-size: 10pt;
}

.logo {
	background: #336799;
}

.heading {
	background: #336799;
	color: #ffffff;
	font-size: 16pt;
	padding: 20px;
}

.menu {
	background: #336799;
	color: #ffffff;
	font-size: 12pt;
	padding: 5px;
}

.menu p {
	margin-top: .5em;
	margin-bottom: .5em;
}

.menu a:link, .menu a:visited, .menu a:active {
	color: #ffd700;
	text-decoration: none;
}

.menu a:hover {
	color: #ffd700;
	text-decoration: underline;
}

h1 {
	font-size: 12pt;
	font-weight: bold;
}

table.input {
	border: 1px solid #d9d9d9;
}

table.input th {
	text-align: left;
	background: #d9d9d9;
}

td.nav {
	background: #d9d9d9;
}

tr.even {
	background: #f2f6ff;
}

tr.odd {
	background: #e5ecf9;
}

td.section {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
}

.error {
	color: #ff0000;
	font-weight: bold;
	text-align: center;
}

.success {
	font-weight: bold;
	text-align: center;
}

.required {
	color: #ff0000;
	font-weight: bold;
	font-size: 8pt;
}
