.contentBig          {
        font-size : 18px;
        font-family : Verdana,Helvetica;
        font-weight : bold;
        text-decoration : none;
        color : #000000;
        line-height : 18px;

}

.contentBigBlue          {
        font-size : 18px;
        font-family : Verdana,Helvetica;
        font-weight : bold;
        text-decoration : none;
        color : blue;
        line-height : 18px;

}

.contentBigRed         {
        font-size : 18px;
        font-family : Verdana,Helvetica;
        font-weight : bold;
        text-decoration : none;
        color : red;
        line-height : 18px;

}

.contentSmall        {
        font-size : 10px;
        font-family : Verdana,Helvetica;
        text-decoration : none;
        color : #000000;
        line-height : 12px;

}

.contentSmallRed        {
        font-size : 10px;
        font-family : Verdana,Helvetica;
        text-decoration : none;
        color : Red;
        line-height : 12px;
}

.contentSmallBlue        {
        font-size : 10px;
        font-family : Verdana,Helvetica;
        text-decoration : none;
        color : #003366;
        line-height : 12px;

}

.contentSmallBlueBold        {
        font-size : 10px;
        font-family : Verdana,Helvetica;
        text-decoration : none;
        font-weight : bold;
        color : #003366;
        line-height : 12px;
}

.contentSmallBlueBold:hover        {
        font-size : 10px;
        font-family : Verdana,Helvetica;
        text-decoration : underline;
        font-weight : bold;
        color : #003366;
        line-height : 12px;
}

.contentSmallOrange        {
        font-size : 10px;
        font-family : Verdana,Helvetica;
        text-decoration : none;
        font-weight : bold;
        color : #FF9900;
        line-height : 12px;
}

.headlineWhite        {
        font-size : 10px;
        font-family : Verdana,Helvetica;
        text-decoration : none;
        font-weight : bold;
        color : #ffffff;
        line-height : 12px;
}

.EditBox  {
        font-size : 10px;
        font-family : Verdana,Helvetica;
        background-color:#cccccc;
        line-height : 12px;
}

.Button  {
        font-size : 10px;
        font-family : Verdana,Helvetica;
        line-height : 12px;
}

.Table {
        width : 90%;
        background-color : #ffffff;
}

.Select {
        font-size : 10px;
        font-family : Verdana,Helvetica;
        background-color:#cccccc;
        line-height : 12px;
}