@charset "UTF-8";
/* CSS Document */

a:link {
	color: #003399;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5D4432;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.alpha {
	list-style-image: none;
	list-style-type: lower-alpha;
}
.circle {
	list-style-position: inside;
	list-style-image: none;
	list-style-type: circle;
}

#sidebar h3 {
	color: #5D4432;
}

#sidebar ul#menu {
	list-style-type: none;
	margin: 0px;
	line-height: 100%;
	font-weight: bold;
	padding: 0px;
}
#sidebar ul#menu li {
	padding-bottom: 10px;
}
#sidebar ul#nested {
	list-style-type: disc;
	margin-left: 15px;
	line-height: 100%;
	color: #003399;
}
#nested li {
	font-size: 100%;
	padding-bottom: 3px;
}

.datatable caption {
	font-weight: bold;
	font-size: 85%;
}
.datatable th {
	font-size: 80%;
	padding-top: 5px;
	padding-bottom: 5px;
}
.datatable td {
	font-size: 75%;
}
#main blockquote {
	font-style: italic;
}
#main li li {
	font-size: 100%;
}

