.text
{  
    font-family:verdana,geneva,sans-serif; 
    font-weight:normal; 
    font-size:8pt; 
    font-style:normal; 
    color:#000000;
    text-decoration:none;
}

.textbold
{  
    font-family:verdana,geneva,sans-serif; 
    font-weight:bold; 
    font-size:8pt; 
    font-style:normal; 
    color:#000000;
    text-decoration:none;
}

.bigtext
{  
    font-family:verdana,geneva,sans-serif; 
    font-weight:normal; 
    font-size:9pt; 
    font-style:normal; 
    color:#000000;
    text-decoration:none;
}

.bigtextbold
{  
    font-family:verdana,geneva,sans-serif; 
    font-weight:bold; 
    font-size:9pt; 
    font-style:normal; 
    color:#000000;
    text-decoration:none;
}

.whitetext
{  
    font-family:verdana,geneva,sans-serif; 
    font-weight:normal; 
    font-size:8pt; 
    font-style:normal; 
    color:#FFFFFF;
    text-decoration:none;
}

.whitetextbold
{  
    font-family:verdana,geneva,sans-serif; 
    font-weight:bold; 
    font-size:8pt; 
    font-style:normal; 
    color:#FFFFFF;
    text-decoration:none;
}

.smalltext
{  
    font-family:verdana,geneva,sans-serif; 
    font-weight:normal; 
    font-size:7pt; 
    font-style:normal; 
    color:#000000;
    text-decoration:none;
}

.smallgraytext
{  
    font-family:verdana,geneva,sans-serif; 
    font-weight:normal; 
    font-size:7pt; 
    font-style:normal; 
    color:#838383;
    text-decoration:none;
}


