.thinredline {
        color: #be0017;
        border: 1px solid;
}
.thinwhiteline {
        color: #ffffff;
        border: 1px solid;
}
h5, p, td, li {
        font-family: Arial;
        font-size: 11px;
        color: #000000
}
input, select, textarea  {
        font-family: Arial;
        font-size: 10px;
        color: #000000;
}
.white {
        font-family: Arial;
        font-size: 11px;
        color: #FFFFFF
}
.black {
        font-family: Arial;
        font-size: 11px;
        color: #000000
}
.red {
        font-family: Arial;
        font-weight: bold;
        color: #be0017
}
.smalltext {
        font-family: Arial;
        font-size: 10px;
        color: #000000
}
.big {
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        color: #000000
}
.searches {
        font-family: Arial;
        font-size: 10px;
        color: #000000;
        width: 140px
}
.speaker {
        font-family: Arial;
        font-size: 16px;
        font-weight: bold;
        color: #000000;
        background-color:#FFCC00
}

A:link { color: #be0017; text-decoration: none; }
A:visited { color: #ff6600; text-decoration: none; }
A:hover { text-decoration: underline; }
A.whitelink { color: #FFFFFF; text-decoration: none; }
A:visited.whitelink { color: #FFFFFF; text-decoration: none; }
A:hover.whitelink { color: #FFFFFF; text-decoration: underline; }

.blackcell { background-color:#000000;color:#FFFFFF;}
.whitecell { background-color:#FFFFFF;color:#000000;}
.lightcell { background-color:#FFCC00;color:#000000;}
.lightercell { background-color:#FFFF99;}
.lightestcell { background-color:#FFFFCC;}

