body,select, input {
 font-family: Verdana, Arial, Helvetica, Sans-Serif;   
 font-size: 11px; 
 color: #000000; 
}

a:link, a:visited {
 font-family: Verdana, Arial, Helvetica, Sans-Serif;   
 font-size: 11px; 
 font-weight: bold;
 color: #D30C0C;
 text-decoration: none;
}

a:hover {
 font-family: Verdana, Arial, Helvetica, Sans-Serif;   
 font-size: 11px; 
 font-weight: bold;
 color: #D30C0C;
 text-decoration: underline;
}

.buttons_off {
 font-family: Arial; 
 font-size: 11px; 
 color: #FFFFFF; 
 text-transform: uppercase; 
 font-weight: bold;
 cursor: pointer;
}

.buttons_on {
 font-family: Arial; 
 font-size: 11px; 
 color: #FFFF00; 
 text-transform: uppercase; 
 font-weight: bold;
 cursor: pointer;
}

.footer {
 background-color: #000000;
 font-family: Arial;   
 font-size: 14px; 
 color: #FFFFFF; 
 font-weight: bold;
}

td {
 font-family: Verdana, Arial, Helvetica, Sans-Serif;   
 font-size: 11px; 
 color: #000000; 
}

.cell_border {
 border-style: solid;
 border-width: 1px;
}

.red_text {
 color: #C21111;
 font-weight: normal;
}

.red_text_bold {
 color: #C21111;
 font-weight: bold;
}

