body{
    background-color: #FFF; 
    font-size: 12px; 
    font-family: Arial;
    margin-right: 0%; 
    margin-top: 0%; 
    margin-bottom: 0%;
}
td{
 vertical-align: top;
 text-align: left;
}

.opener{font-size: 20px; color: #FFF; background-color: transparent;}

.info{color: #FFF; background-color: transparent; font-size: 12px; font-family: Arial;}
.bfa{color: #F00; background-color: transparent; font-size: 12px; font-family: Arial;}

.dawghouse{color: #F1792F; background-color: transparent; font-size: 12px; font-family: Arial;}

.eventstitle{
    font-size: 14px; 
    font-family: Arial;
    color: #FFF; 
    font-weight: bold; 
    background-color: transparent;
}
.events{
    font-size: 12px; 
    font-family: Arial;
    color: #FFF;
    background-color: transparent;
    font-weight: bold; 
}
.showMore{font-size: 9px; color: cyan; text-decoration: underline; cursor: pointer;}
.caption{color: #FFF; background-color: #000063; font-size: 12px; font-family: Arial; text-align: center;}

A {
    text-decoration: none;
    color: #0F0;
    font-family: Arial;
    font-weight: normal;
    font-size: 12px;
}
A:active {color: #3b3;}
A:hover {
    color: #F00;
}
A:visited {text-decoration: underline; color: #0F0;}

div.transOFF {opacity:1;filter: alpha(opacity=100); -moz-opacity: 1; background-color: #000063;}
div.transON {opacity:.50;filter: alpha(opacity=50); -moz-opacity: 0.50; background-color: transparent;}