@charset "iso-8859-1";

.center   { text-align : center }

A:link {
    /* rgb: 11 79 158 */
    color : #0B4F9E ;
    background: transparent
}

A:active { 
    /* rgb: 255 255 0 */
    color : #FF9000 ;
    background: transparent
}

A:visited { 
    /* rgb: 0 56 102 */
    color : #003366 ;
    background: transparent
}

P, DL, UL, OL, TABLE, CAPTION, TR, TH, TD { 
    font-family : arial, sans-serif ; 
    font-size : 11pt
}

UL.nav {
    list-style-type : disc ;
}

H2 {
    font-family : arial, sans-serif ; 
    font-size : 16pt ;
    color : #FFCC66 ;
    background : transparent
}

H1 {
    font-family : arial, sans-serif ; 
    font-size : 21pt ;
    color : #990000 ;
    background : transparent
}

H3 {
    font-family : arial, sans-serif ; 
    font-size : 14pt ;
    color : #000000 ;
    background : transparent
}

.blue {
    color : #0B4F9E ;
    background : transparent
    }

.calltype {
    font-family : arial, sans-serif ; 
    font-size : 16pt ;
    font-style : italic ;
    font-weight : bold ;
    color : #0B4F9E ;
    background : transparent
    }

.footertype {
    font-family : arial, sans-serif ; 
    font-size : 9pt ;
    text-align : center
    }

IMG.labelleft { 
    float : left ;
    padding : 10px ;
    border-width : 0
    }

IMG.labelright { 
    float : right ;
    padding : 20px ;
    border-width : 0
    }
