body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}
a:link {
	font-weight: bold;
	color: #056839;
	text-decoration: none;
}
a:visited {
	font-weight: bold;
	color: #056839;
	text-decoration: none;
}
a:hover {

	font-weight: bold;
	color: #8CC63F;
	text-decoration: none;
}
a:active {
	font-weight: bold;
	color: #8CC63F;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main {
	background-color: #FFFFFF;
}
.vertical_line {
	background-image: url(../graph/vertical_line.png);
	background-repeat: repeat-y;
	background-position: center;
}

.columnHeader {
	font: 11px Arial, Helvetica, sans-serif;
	color: #009900;
	line-height:18px;
	letter-spacing:0.05em;
	}
	
.subHeader {
	font:bold 11px Arial, Helvetica, sans-serif;
	color: #009900;
	line-height:18px;
	letter-spacing:0.1em;
	}

.smallText {
	font:10px Arial, Helvetica, sans-serif;
	color:#333333;
}

