body {
	background-color: #ffffff;
}

body, table {
	font-family: Verdana, Sans-serif, Arial;
	font-size: 10pt;
	color: #000000;
}

img {
	border: 0;
}

.logo {
	background: #0055a5; /*#000073; #336799;*/
}

@media screen {
	.heading {
		background: #0055a5; /*#000073; #336799;*/
		color: #ffffff;
		font-size: 16pt;
		padding: 20px;
	}

	.heading .user {
		float: right;
		font-size: 10pt;
	}

	.menu {
		background: #0055a5; /*#000073; #336799;*/
		color: #ffffff;
		font-size: 12pt;
		padding: 5px;
	}

	.noprint {
	}
}

@media print {
	.heading {
		display: none;
	}

	.menu {
		display: none;
	}

	.noprint {
		display: none;
	}
}

.menu p {
	margin-top: .5em;
	margin-bottom: .5em;
}

.menu a:link, .menu a:visited, .menu a:active {
	color: #ffffff;
	text-decoration: none;
}

.menu a:hover {
	color: #ffffff;
	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;
}

.even {
	background: #f2f6ff;
}

.odd, .count {
	background: #e5ecf9;
}

td.section {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #d9d9d9;
}

div.locations {
	margin-left: 10px;
}
