@charset "utf-8";
body {
	margin: 0px;
	background-image: url(../images/seamless-wood.jpg);
}
h1 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:36px;
	line-height: 36px;
	font-weight:normal;
	
}
h2 {
	font-family: "Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
}
.sidenav {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border: 1px dotted #CCC;
}
.sidenav a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}
.sidenav a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: underline;
}
.content {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}
.content a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: underline;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: none;
}
.copyright a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 18px;
	text-decoration: underline;
}

.chartbg1 {
	background-color:#FC3;

}

.chartbg2 {
	background-color:#FF9;

}
.footer-image {
	background-image:url(../images/footer-image.gif);
}
