/* CSS Document */
<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #CCCCCC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #A16540;
}
a:visited {
	color: #A16540;
}
a:hover {
	color: #CC0000;
}
h1 {
	font-size: 24px;
	color: #42270A;
}
h2 {
	font-size: 16px;
	color: #42270A;	
}
h3 {
	font-size: 14px;
}

.sidenav {
	font-weight: bold;
}
.sidenav a:link {
	color: #42270A;
	text-decoration: underline;
}
.sidenav a:visited {
	color: #42270A;
	text-decoration: underline;
}
.sidenav a:hover {
	color: #CC0000;
	text-decoration: underline;
}
.small {
	font-size: 10px;
}
-->
