#topnav {
    margin-left:        23px;
    width:              750px;
}
#topimage {
    background:         url(images/SubPageTopGraphic.jpg) no-repeat;
    width:              718px;
    height:             42px;
    padding:            37px 32px 10px 0;
    color:              #fff;
    font-family:        Verdana, Arial, sans-serif;
    font-weight:        normal;
    font-size:          225%;
    letter-spacing:     0.15em;
    text-align:         right;
}

#contenttext H3 {
    font-size:          115%;
    font-weight:        bold;
    padding-top:        1.5em;
}
#contenttext H4 {
    font-size:          110%;
    font-weight:        bold;
    margin-bottom:      0.5em;
}

#contenttext P {
    padding-bottom:     1em;
}

DIV.dllists {
    margin-bottom:      15px;
}
DL.nametitle {
    margin-bottom:      5px;
}
DL.nametitle DT {
    font-weight:        bold;
}
DL.nametitle DD {
    margin-bottom:      6px;
}

UL.stdlist {
    margin:             0 0 12px 30px;
}
UL.stdlist LI {
    list-style:         disc;
    margin-bottom:      12px;
}

OL.stdlist {
    margin:             0 0 12px 30px;
}
OL.stdlist LI {
    list-style:         decimal;
    margin-bottom:      12px;
}

OL.alpha {
    margin:             0 0 12px 30px;
}
OL.alpha LI {
    list-style:         lower-alpha;
    margin-bottom:      12px;
}

/* Nested list on Investors History page */
UL.stdlist UL LI {
    list-style:         circle;
    margin:             12px 0 9px 12px;
}

/* nested list on product pipeline page */
OL.stdlist UL {
    margin:             0 0 12px 30px;
}
OL.stdlist UL LI {
    list-style:         disc;
    margin-bottom:      9px;
}
OL.stdlist UL LI UL LI {
    list-style:         circle;
    margin-bottom:      6px;
}
OL.stdlist UL LI UL LI UL LI {
    list-style:         square;
    margin-bottom:      6px;
}

DL.glossaryList {
    margin-bottom:      12px;
}

DL.glossaryList DT {
    font-weight:        bold;
    display:            inline;
    margin-right:       7px;
}

DL.glossaryList DD {
    display:            inline;
}

/**/
sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}
