body {
	background-color: #FFFFFF;
	margin: 0px 0px 10px;
}
h1, h2, h3, p, ul, ol, .footer, .header, .sidebar, .table, .quote, .reference {
	font-family: Helvetica, Geneva, Arial, sans-serif;
}
h1 {
	font-size: 20px;
	text-align: center;
	margin: 10px;
}
h2 {
	font-size: 16px;
	margin: 6px;
}
h3 {
	font-size: 14px;
	margin: 4px;
}
p, ul, ol, .table, .quote, .reference {
	font-size: 12px;
}
a:hover { color: #FF6600; }

.footer, .sidebar {
	line-height: 125%;
	color: #000000;
	background-color: #CCE3EE;
	padding-left: 6px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-shadow: 3px 3px 5px darkgray;
}
.footer {
	font-size: 12px;
	text-align: center;
	background-image: url(images/footer_bg.png);
	background-position: right;
}
.header {
	font-size: 14px;
	background-image: url(images/background.png);
}
.sidebar {
	font-size: 10px;
	background-image: url(images/sidebar_bg.png);
}
.quote {
	color: #000099;
}
.reference {
	text-align: right;
	font-style: italic;
}
.tableheadings {
	font-size: 14px;
	font-weight: bold;
}