.main_font { color: #FFFFFF; font-family: verdana; font-weight: bold; font-size: 10px}
.font_body { color: #FFFFFF; font-family: verdana; font-size: 10px}
.font_body2 { color: #FFFFFF; font-family: verdana; font-size: 12px}
.font_white { color: white; font-family: verdana; font-size: 10px}

.font_bodySM { color: #FFFFFF; font-family: verdana; font-size: 11px; text-align: center; font-weight: bold}
.font_ye { color: #FFFF99; font-family: verdana; font-size: 10px; font-weight: bold}
.font_yeR { color: #FFFF99; font-family: verdana; font-size: 10px; font-weight: bold; text-align: right}
.font_bodyR { color: #FFFFFF; font-family: verdana; font-size: 10px;; text-align: right}

.font_yeC { color: #FFFF99; font-family: verdana; font-size: 10px; font-weight: bold; text-align: center}
.font_bodyC { color: #FFFFFF; font-family: verdana; font-size: 10px;; text-align: center}

.font_RedR { color: #f13535; font-family: verdana; font-size: 10px; font-weight: bold; text-align: right}
.font_BlueR { color: #50bbd2; font-family: verdana; font-size: 10px; font-weight: bold; text-align: right}

.font_silC { color: silver; font-family: verdana; font-size: 10px; font-weight: bold; text-align: center}
.font_blk { color: black; font-family: verdana; font-size: 10px; font-weight: bold}

.font_survey { color: beige; font-family: verdana; font-size: 12px}


.bo_table { color: #6b011d; font-family: verdana; font-weight: bold; font-size: 10px}


.link:link { color: lightgreen}
.link:visited { color: silver}
.link:active { color: white}
.link:hover { color: gold}



.link2:link { color: black;text-decoration:none}
.link2:visited { color: #440000;text-decoration:none}
.link2:active { color: #440000;text-decoration:none}
.link2:hover { color: red;text-decoration:none}



.link3:link { color: lightgreen;text-decoration:none}
.link3:visited { color: silver;text-decoration:none}
.link3:active { color: white;text-decoration:none}
.link3:hover { color: gold;text-decoration:underline}


.font_small { color: #FFFFFF; font-family: verdana; font-weight: bold; font-size: 10px}


.borderit img{
border: 1px solid black;
}

.borderit:hover img{
border: 1px solid gold;
}

.borderit:hover{
color: gold; /* irrelevant definition to overcome IE bug */
}


.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
-moz-opacity: 0.4;
}

.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
}

.anchorbox3 A{height:18px;width:60px; color:#EEE7BE;padding:2px;margin-left:2px;margin-right:2px;float:middle;background-color:#812D2D;border:1px solid #ccc;text-align:center;text-decoration:none; }
.anchorbox3 A:hover{background-color:#610D0D;color:#EEE7BE;}




/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
 
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}




.masthead {font-family: verdana; font-size: 10px; color: white; font-weight: bold}
#td728 {background-color:#A1ABB4}
#tdchannel {background-color:#A1ABB4}
#tdmain {background-color:#A1ABB4}
#trmasthead {background-color:#000000}
#trmain {background-color:#566172}
#tr2nd {background-color:#323E53}
#tr5th {background-color:#000000}
#bodybg {background-color:#374458}