/* ----------------------------------------------------------
   USA Climate:  usa_climate.css
   Copyright 2007 Sustainable By Design, All Rights Reserved
   Christopher Gronbeck, christopher@susdesign.com
   ---------------------------------------------------------- */

.dataScaleLabel {

	color: #000;
	font-size: 8pt;
}

.monthLabel {

	text-align: center;
	color: #000;
	font-size: 8pt;
}

.dataLabel {

	text-align: right;
	color: #000;
	font-size: 8pt;
}

.data {

	text-align: center;
	color: #000;
	font-size: 8pt;
}

.graph {

	background: url('images/graph-bg.gif');
}

.green {

	color: #3cb878;
}

.blue {

	color: #0072bc;
}

.yellow {

	color: #bfb90a;
}

.lightGreenBackground {

	background-color: #cae8cb;
}

.notes {

	font-size: 9pt;
	font-style: italic;
	text-align: center;
}

