body{
    margin: 0;
    font-family: arial;
    background-color: #52647A;
}
a#link{
    color: #52647A;
    text-decoration: none;
}
a#link:hover{
    text-decoration: underline;
}
a#pagelink {
    color: #2C8696;
    text-decoration: none;
    font-weight: bold;
}
a#pagelink:hover{
    color: #5AAEBD;
}
.pdf_dl a{
    background: #2C8696;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    padding: 5px 8px;
}
.pdf_dl a:hover {
    background: #5AAEBD;
}
div.container{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 20px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 15px;
    color: #444;
    background-image: url( "img/header_grade.gif" );
    background-repeat: repeat-x;
}
h1{
    font-weight: bold;
    color: #52647A;
    font-size: 26px;
}
h2{
    font-weight: bold;
    color: #000;
    font-size: 15px;
}
.formula{
    font-weight: bold;
    color: #000;
    font-size: 16px;
}
span.variables{
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
    font-weight: bold;
    color: #000;
    font-size: 16px;
}
.eq-c{
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
}
.intsuma{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.intsuma > span{
    display: block;
    font-size: 70%;
}
.intsuma .lim-up{
    margin-bottom: -1.0ex;
}
.intsuma .lim{
    margin-bottom: -1.0ex;
}
.intsuma .sum{
    font-size: 1.5em;
    font-weight: lighter;
}
.intsuma .sum-frac{
    font-size: 1.5em;
    font-weight: 100;
}
.fraction{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.2em 0.4ex;
    text-align: center;
}
.fraction > span{
    padding-top: 0.15em;
}
.fraction span.fdn{
    border-top: thin solid black;
    display:block;
    margin-top:1.0ex;
}
.fraction span.bar{
    display: none;
}
a.back_link{
    display: block;
    float: right;
    text-decoration: none;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #C6D3E4;
    color: #444;
    font-size: 16px;
}
a.back_link:hover{
    background-color: #B3BFEC;
    color: #444;
}
a.tablink, a.tablink_selected{
    text-decoration: none;
    padding: 15px;
    display: block;
    width: 185px;
}
a.tablink{
    cursor: pointer;
    background-color: #CEDFE9;
}
a.tablink_selected{
    cursor: default;
    background-color: #fff;
}
a.tablink:hover{
    background-color: #fff;
}
a.tablink_selected:hover{}
table#tab_tbl{
    border-collapse: collapse;
}
table#tab_tbl td{
    padding: 2px;
    font-size: 18px;
}
div#content_holder{
    font-size: 15px;
    color: #444;
}
div#content_holder li{
    margin-top: 3px;
    margin-bottom: 3px;
}
a.mail_link{
    text-decoration: none;
    color: #444;
}
a.mail_link:hover{
    color: #000;
}
a.announce_link{
    text-decoration: none;
    color: #1D5C6B;
    font-size: 16px;
}
a.announce_link:hover{
    color: #555;
}
a.announce_link_see{
    text-decoration: none;
    color: #1D5C6B;
    font-size: 12px;
}
a.announce_link_see:hover{
    color: #555;
}
#tickers{
    font-size: 14px;
    border-collapse:collapse;
    border-spacing:0;
}
#tickers td{
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
}
#tickers th{
    font-size: 14px;
    text-align: left;
    padding: 10px 5px;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    word-break: normal;
    background: #52647A;
    color: #fff;
}
.left_column{
    width: 55%;
    float: left;
}
.right_column{
    width: 40%;
    float: right;
}
.left_table, .right_table{
    width: 100%;
    border-collapse: collapse;
    color: #444;
    font-size: 15px;
}
.left_table td, .right_table td{
    border-bottom: 1px solid #CEDFE9;
    padding: 6px;
}
td.td_right {
    text-align: right;
}
.notes{
    font-size: 10px;
}
table.const_tbl{
    width: 950px;
    border-collapse: collapse;
}
table.const_tbl td{
    font-size: 15px;
    padding: 4px;
    border-bottom: 1px solid #ddd;
}
#tr_10yr{
    display: none;
}
.graph_dates a{
    text-decoration: none;
    font-weight: bold;
    color: #444;
}
.graph_dates a:hover{
    color: #666;
}
.graph_dates a:active{
    color: #666;
}
table.chartui{
    border-collapse: collapse;
    width: 520px;
}
table.chartui td{
    font-size: 15px;
    color: #444;
}
a.chart_link{
    text-decoration: none;
    cursor: pointer;
    color: #444;
}
a.chart_link:hover{
    color: #666;
}
div#daily_chart_holder{
    height: 220px;
}
img.arrow{
    position: relative;
    top: -2px;
}
div#topchart_holder{
     height: 250px;
}

table.const_tbl td a {
    color: #26b;
}

table.const_tbl td a:hover {
    color: #666;
    }