.heading{ font-size: 14px; font-weight: bold; color: black;}
.heading_small{ font-size: 13px; font-weight: bold; color: black;}
.heading_large{ font-size: 15px; font-weight: bold; color: black;}
.heading_color{ font-size: 14px; font-weight: bold; color: #006699;}
.heading_small_color{ font-size: 13px; font-weight: bold; color: #006699;}
.heading_large_color{ font-size: 15px; font-weight: bold; color: #006699;}
.caption{ font-size: 11px; font-weight: bold; color: black; padding-top: 5px;}
.return_to_top{ font-size: 11px; font-weight: normal; font-style: italic; color: black;}

a {
    color:#000;
}
a:hover {
    color:#000;
    text-decoration:underline;
}

table{
    border:none;
}