body {
    font-size: 14px;
    color: #FFF;
    background-color: #000;
    margin: 5px 0px;
    padding: 0px;
}

table {font-size: 16px; }

td.off {
background: #000000;
border-bottom: white solid thin;
border-top: white solid thin;
border-left: white solid thin;
border-right: white solid thin;
font-family: Verdana;
font-size: 18px;
}

td.on {
background: #787878;
border-bottom: white solid thin;
border-top: white solid thin;
border-left: white solid thin;
border-right: white solid thin;
font-family: Verdana;
font-size: 18px;
}

th.classes_list
{
border-style:solid;
border-bottom:thin solid silver;
color:#000000;
font-weight:bold
font-family: Verdana;
}

td.classes_list
{
border-style:none;
border-bottom:thin dashed silver;
color:#000000;
}

a {color: #FFF; text-decoration:underline; }
a:hover { color: #CCC; text-decoration:underline; }
a.nolinkunderline {text-decoration: none; }

h2 { 
font-size:18px;
text-align: center;
} 

h3 { font-size:16px;}

h4 {
font-size: 20px;
font-weight: bold;
margin:0;
padding:0;
}



#nav { }
#nav a { text-decoration:none;}

.tomato
{
background-image:url('../images/corpimage.jpg');
background-repeat:no-repeat;
background-position:top center;
background-color:black;
}

ul#mainnav {
    list-style: none;
    margin: 0px;
    padding: 0px 0px 14px 0px;
    width: 100%;
    font-family: "Verdana", "Arial", "Helvetica", sans-serif;
}
        
ul#mainnav li {
    display: inline;
}

ul#mainnav .right {    
    float: right; 
    margin-top: -9px;
}


ul#mainnav li a {
    display: block;
    margin: 8px 0px;
    padding: 5px 0px 5px 12px;
    color: #CCCCCC;
    width: inherit;
    font-size: 16px;
    border:1px solid #FFF; 
    font-weight: bold;
    text-decoration:none;
    text-transform:capitalize;
}


ul#mainnav li a:hover, ul#mainnav li a.selected {
    background-color: #555;    
}

.image-box { 
border:1px solid #FFF; 
margin:5px; 
float:right; 
width:260px; 
padding:5px;
text-align:center;
}

.image-box span {font-size:11px;}

