.small {
    font-family : Arial, sans-serif ;
    font-size : 8pt;
    color : Black;
}

.smallWhite {
	font-family : Arial, sans-serif ;
	font-size : 8pt;
	color : White;
}

.smallBold {
    font-family : Arial, sans-serif ;
    font-size : 8pt;
    font-weight : bold;
    color : Black;
}

.medium {
    font-family : Arial, sans-serif ;
    font-size : 9pt;
    color : Black;
}

.mediumBold {
    font-family : Arial, sans-serif ;
    font-size : 9pt;
    font-weight : bold;
    color : Black;
}

.mediumBoldWhite {
	font-family : Arial, sans-serif ;
	font-size : 9pt;
	font-weight : bold;
	color : White;
}

.large {
    font-family : Arial, sans-serif ;
    font-size : 12pt;
    color : Black;
}

.largeBold {
    font-family : Arial, sans-serif ;
    font-size : 12pt;
    font-weight : bold;
    color : Black;
}

.largeBoldWhite {
    font-family : Arial, sans-serif ;
    font-size : 12pt;
    font-weight : bold;
    color : White;
}
