select { font-size: 8pt;}
optgroup { font-size: 8pt;}
option { font-size: 8pt;}

/*bold blue 8 point Verdana font*/
.boldBlue {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #006699;
    background-image:none;
    font-weight: bold;
}