/* style of Normal */
.Normal
   {
    font-family: Arial;
    font-size:  8pt;
    font-weight: normal;
}


/* style of headers */
.Head
   {
    font-family: Arial;
    font-size:  18px;
    font-weight: bold;
    color: #1854A4;
}


/* style of subheaders */
.SubHead
   {
    font-family: Arial;
    font-size:  12px;
    font-weight: bold;
    color: #1854A4;
}


/* style of top menu */
.TopMenu
   {
    font-family: Arial;
    font-size:  10px;
    font-weight: bold;
    color: white;
    text-decoration:    none;
}


/* style of bottom menu */
.BottomMenu
   {
    font-family: Arial;
    font-size:  11px;
    font-weight: normal;
    color: #1854A4;
    text-decoration:    none;
}


/* style of starlink */
.StarLink
   {
    font-family: Arial;
    font-size:  10px;
    font-weight: bold;
    color: white;
    text-decoration:    none;
}


/* style of rainbowlink */
.RainbowLink
   {
    font-family: Arial;
    font-size:  8pt;
    font-weight: normal;
    color: #1854A4;
    text-decoration:    none;
}
