body, td, th, p {
	font: 8pt verdana,geneva,helvetica,arial,sans-serif;
}
body {
	margin: 15px;
	background: #cccccc;
}
.page {
	width: 800px;
}
h1 {
	font: bold 14pt Georgia,Serif;
}
h2 {
	font: bold 10pt Georgia,serif;
}
.content {
	margin: 3em;
}
.logo {
	font: 14pt Georgia,Serif;
	margin-right: 15px;
}
.header-table {
	background: #ffffff;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #eeeeee;
}

/*  NAVIGATION */
.nav-table {
	border: 1px solid #999999;
	border-right: 1px solid #eeeeee;
}
.nav-item {
	background: #999999;
	color: #ffffff;
	padding: 6px;
	text-align: center;
}
.nav-item-selected {
	background: #ffffff;
	font: bold 8pt verdana,geneva,helvetica,arial,sans-serif;
	padding: 6px;
	text-align: center;
	text-transform: uppercase;
}
a.nav-item:link {
	color: #ffffff;
}

/* CONTENT */
.content-table {
	background: #ffffff;
	border-bottom: 1px solid #eeeeee;
	border-left: 1px solid #999999;
	border-right: 1px solid #eeeeee;
}
.content-text {
	padding-left: 20px;
	border-left: 1px dotted #cccccc;
	padding-right: 20px;
}
.data-table {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.data-row {
	border-bottom: 1px dotted #cccccc;
}

/* FOOTER */
.footer {
	padding: 10px;
}
