body {
	background-image: url(../images/page_bg.jpg);
	scrollbar-arrow-color: #7E6D7F;
	scrollbar-base-color: #EBDAD2;
	scrollbar-track-color: #AD9FAE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}
H1 {
	font-size: 20px;
}
A {
	text-decoration: none;
	color: Black;
}
A:visited {
	color: Black;
}
A:hover {
	text-decoration: underline;
}
img.padded {
	margin-left: 10px;
	margin-right: 10px;
	border: black 1px solid;
}
img.paddednb {
	margin-left: 10px;
	margin-right: 10px;
}
.headerfill {
	background-image: url(../images/header_fill.jpg);
}
.bottomfill {
	background-image: url(../images/header_bottom.jpg);
}
.button {
	position: relative;
	cursor: hand;
	background-image: url(../images/nav_button.jpg);
}
.content {
	font-size: 14px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
}
.indented {
	margin-left: 20px;
	margin-right: 10px;
}
.padded {
	padding: 10px;
}
.nav {
	font-size: 11px;
	font-weight: bold;
}
.footer {
	font-size: 10px;
	border-top: 2px solid #708090;
}
.symbol {
	padding-right: 5px;
}
.title {
	font-size: 16px;
	font-weight: bold;
}
.lefttitle {
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}
.chart {
	font-size: 10px;
}
.box {
	border: 1px solid black;
	padding: 20px;
}