/* CSS Document */

.black {color: black; font-size:9pt; font-family: "Courier New", Courier, mono}
.blackbold {
	color: #000000;
	font-size:10pt;
	font-family: "Courier New", Courier, mono;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
} 
.white {color: white;font-size:9pt; font-family: "Courier New", Courier, mono}
.whitebold {font-weight: bolder; color: #FFFFFF; font-size:10pt; font-family: "Courier New", Courier, mono}
.orange {font-weight: normal; color: ff6600;font-size:9pt; font-family: "Courier New", Courier, mono} 
.grey {font-weight: normal; color: 999999;font-size:9pt; font-family: "Courier New", Courier, mono}
.greybold {font-weight: bolder; color: 999999;font-size:10pt; font-family: "Courier New", Courier, mono}
.orangebold {font-weight: bolder; color: ff6600;font-size:10pt; font-family: "Courier New", Courier, mono}
.hblack {
	font-weight: bolder;
	color: black;
	font-size:13pt;
	font-family: "Courier New", Courier, mono;
}
.hwhite {
	font-weight: bolder;
	color: white;
	font-size:13pt;
	font-family: "Courier New", Courier, mono;
}
.horange {
	font-weight: bolder;
	color: ff6600;
	font-size:13pt;
	font-family: "Courier New", Courier, mono;
	}
.xorange {
	font-weight: bolder;
	color: ff6600;
	font-size:15pt;
	font-family: "Courier New", Courier, mono;
}
.minorblack {
	font-family: "Courier New", Courier, mono;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.hgrey {
	font-family: "Courier New", Courier, mono;
	font-size: 13pt;
	font-weight: bold;
	color: #999999;
}
