BODY
{
    FONT-SIZE: 14px;
    COLOR: #152a71;
    FONT-FAMILY: Arial, Verdana;
    BACKGROUND-COLOR: white;
}
A:link
{
    COLOR: steelblue;
    TEXT-DECORATION: underline
}
A:visited
{
    COLOR: firebrick;
    TEXT-DECORATION: underline
}
TH
{
    FONT-SIZE: 10pt;
    COLOR: white;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: steelblue;
    TEXT-DECORATION: none
}
li
{
    line-height: 20px;
}

.sidebar
{
    border: 1px solid steelblue;
    background-color: #fdf5e6;
    font-size: 11px;
    line-height: 18px;
    padding: 10px;
    margin: 20px;
    width: 220px;
    float: right;  
        
}
.bodytext
{
    FONT-SIZE: 13px;
    COLOR: #152a71;
    FONT-FAMILY: Arial, Verdana;
    line-height: 18px;
}
.bodytextsm
{
    FONT-SIZE: 12px;
    COLOR: #152a71;
    FONT-FAMILY: Arial, Verdana
}
.bodytextmed
{
    FONT-SIZE: 15px;
    COLOR: #152a71;
    FONT-FAMILY: Arial, Verdana
}
.heading
{
    FONT-SIZE: 18px;
    COLOR: steelblue;
    FONT-FAMILY: Arial, Verdana;
    padding-top: 16px;
    padding-bottom: 16px;
}
.subheading
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 16px;
    COLOR: #152a71;
    FONT-FAMILY: Arial, Verdana;
    line-height: 24px;
}
.memtable
{
    FONT-SIZE: 12px;
    FONT-FAMILY: Arial;
}
.bluelink
{
    FONT-SIZE: 14px;
    COLOR: steelblue;
    FONT-FAMILY: Arial, Verdana
}
.bluelink A:link
{
    COLOR: steelblue;
    TEXT-DECORATION: underline
}
.bluelink A:visited
{
    COLOR: steelblue;
    TEXT-DECORATION: underline
}
.bluebox
{
    FONT-SIZE: 13px;
    BACKGROUND: steelblue;
    COLOR: white;
    FONT-FAMILY: Arial, Verdana
}
.bluebox A:link
{
    FONT-SIZE: 13px;
    COLOR: white;
    FONT-FAMILY: Arial, Verdana;
    TEXT-DECORATION: underline
}
#white
{
    COLOR: white
}
#steelblue
{
    COLOR: steelblue
}


.bondheading
{
    FONT-SIZE: 24px;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial
}
.bondheadingsm
{
    FONT-SIZE: 18px;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial
}

.bondnav
{
    FONT-SIZE: 14px;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial
}

.bondnav a:link
{
    FONT-SIZE: 14px;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial
}

.bondnav a:visited
{
    FONT-SIZE: 14px;
    COLOR: white;
    FONT-FAMILY: Verdana, Arial
}

/*--------- Legislative Update Section ------------ *?
.resultstableheader
{
    FONT-SIZE: 13px;
    COLOR: white;
    FONT-FAMILY: Tahoma, Verdana, Arial;
    BACKGROUND-COLOR: slategray
}

.resultsrowoddlight
{
    BORDER-RIGHT: #cccc99 1px solid;
    BORDER-TOP: #cccc99 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #cccc99 1px solid;
    COLOR: black;
    BORDER-BOTTOM: #cccc99 1px solid;
    FONT-FAMILY: Tahoma, Verdana, Arial;
    BACKGROUND-COLOR: #fdf5e6
}
.resultsroweven
{
    BORDER-RIGHT: #cccc99 1px solid;
    BORDER-TOP: #cccc99 1px solid;
    FONT-SIZE: 12px;
    BORDER-LEFT: #cccc99 1px solid;
    COLOR: black;
    BORDER-BOTTOM: #cccc99 1px solid;
    FONT-FAMILY: Tahoma, Verdana, Arial;
    BACKGROUND-COLOR: white
}