.select{
	cursor: pointer;
	color: blue;
	text-decoration: underline;
}
.chartInfo{
	font-family: "Arial";
	font-size: 8pt;
	color: #666666
}
.text {
	font-family: "Arial";
	font-size: 10pt;
}
.alt_text {
	font-family: "Arial";
	font-size: 10pt;
	background-color:#DEDEDE;
}
.alt_text2 {
	font-family: "Arial";
	font-size: 10pt;
	background-color:#EEEEEE;
}
.title {
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}
.region {
	font-family: "Arial";
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	background-image: url(./images/region.png);
	text-align: center;
}
.category {
	font-family: "Arial";
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	background-image: url(./images/category.png);
}
.sub_cat {
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
}