/*
# Color scheme: https://www.colorcombos.com/color-schemes/14/ColorCombo14.html
#               "ColorCombo14"
#
# Blue violet / bossanova: #443266
# Periwinkle gray:         #C3C3E5
# Titan white:             #F1F0FF
# Violet:                  #8C489F
*/
.body_main {
    background: #443266;
    color: #F1F0FF;
    font-family: "Tahoma";
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}
.footer {
    color: #C3C3E5;
    font-size: 12px;
    text-align: center;
}
.header {
    color: #C3C3E5;
    font-size: 18px;
}
.table_main {
    color: #8C489F;
    font-size: 18px;
    text-align: left;
}
.td {
    border: 0;
    color: #FFF;
    text-align: left;
}
.td_ctr {
    border: 0;
    color: #FFF;
    text-align: center;
}
.td_alt {
    color: #C6C4C4;
    font-family: Tahoma;
    font-size: 14px;
    text-align: center;
}
.td_blank {
    border: 0;
    color: #FFF;
    text-align: left;
    width: 5%;
}
.td_descr {
    border: 0;
    color: #FFF;
    font-family: Tahoma;
    font-size: 20px;
    text-align: left;
    width: 30%;
}
.td_detail {
    border: 0;
    color: #FFF;
    font-family: Tahoma;
    font-size: 20px;
    text-align: left;
    width: 45%;
}
.td_cfb {
    color: #6495ED;
    font-family: Courier;
    font-size: 12px;
    font-style: normal;
    text-align: left;
}
.td_ltg {
    color: #90EE90;
    font-family: Courier;
    font-size: 12px;
    font-style: normal;
    text-align: left;
}
.td_main {
    border: 1px solid #51C5DD;
    border-bottom-style: none;
    border-right-style: none;
    border-top-left-radius: 15px;
    color: #51C5DD;
    font-family: Tahoma;
    font-size: 12px;
    padding: 5px;
    text-align: center;
}
.td_top {
    background: #8C489F;
    color: #F1F0FF;
    font-family: Tahoma;
    text-align: center;
    font-size: 20px;
}
.td_titles {
    background: #51C5DD;
    color: #0A4F70;
    font-family: Tahoma;
    font-size: 18px;
    text-align: center;
}
.th_titles {
    color: #F04C63;
    font-family: Tahoma;
    font-size: 14px;
    text-align: center;
}
.th {
    color: #FF0;
    font-family: Tahoma;
    font-size: 14px;
    text-align: center;
}
.tr {
    color: #FFF;
    text-align: center;
}
.tr_headers {
    border: 1;
    color: #FF0;
    text-align: center;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.band_cond_fair_std {
    color: #FF0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
.band_cond_good_std {
    color: #0F0;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
.band_cond_poor_std {
    color: #F55;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
.band_cond_unkn_std {
    color: #FFF;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
}
a:link {
    color: #CC6686;
    text-decoration: underline;
}
a:visited {
    color: #F04C63;
    text-decoration: underline;
}
a:hover {
    color: #FF687E;
    text-decoration: underline;
}
a:active {
    color: #FFAF87;
    text-decoration: underline;
}
tr:hover {
    background-color: #6A6876;
}
