@charset "utf-8";
/* CSS Document */

.text {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-weight: bold;
    color:#FFFFFF;
}

.textS {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 9px;
	font-weight: bold;
    color:#FFFFFF;
}

.textBlack {
	font-family: Arial, Helvetica, sans-serif ;
	font-size: 11px;
	font-weight: bold;
    color:#000000;
}

.textOrange {
	font-family: "Century Gothic" ;
	font-size: 11px;
	font-weight: bold;
    color: #FF3300;
}