/* CSS Document */

.font_08em {
	font-size: 0.8em;
	font-weight:normal;
}
.font_1em_bold {
	font-size: 1em;
	color: #000000;
	font-weight: bold;
}
.font_07em {

	font-size: 0.7em;
}
.font_075em {

	font-size: 0.75em;
}
.font_08em_blue {
	font-size: 0.8em;
	color: #6699CC;
}
.font_08em_red {

	font-size: 0.8em;
	color: #FF0000;
}
.font_08em_bold {
	font-size: 0.8em;
	font-weight: bold;
}
.font_1em_white {

	font-size: 1em;
	color: #FFFFFF;
	font-weight: bold;
}
.font_08em_white {

	font-size: 0.8em;
	color: #FFFFFF;
	font-weight: bold;
}
.font_075em_bold {

	font-size: 0.75em;
	font-weight: bold;
}

.font_09em_bold {
	font-size: 0.9em;
	color:#000000;	
	font-weight: bold;
}
.font_09em {
	font-size: 0.9em;
	color:#000000;
	line-height: 130%;
}
