.global
{
    COLOR: black;
    FONT: 10pt Arial, Verdana
}
.global1
{
    COLOR: black;
    FONT-FAMILY: Arial, Verdana;
    FONT-SIZE: 10pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bolder
}
SELECT
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal
}
.gsmall
{
    COLOR: black;
    FONT-FAMILY: Arial, Verdana;
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: normal
}
.gbold
{
    COLOR: black;
    FONT-FAMILY: Verdana;
    FONT-SIZE: 7pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: bolder
}
.grates
{
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 8pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: normal
}
.gmedium
{
    COLOR: black;
    FONT-FAMILY: Arial, Verdana;
    FONT-SIZE: 9pt;
    FONT-STYLE: normal;
    FONT-VARIANT: normal;
    FONT-WEIGHT: normal
}

.smalltext{
	font:8pt Arial, Verdana;
	color: white;
}