/*  Home Page Stylesheet */
/* Coded by Bob */

table#frontPageCalendarTable {
margin: 0;
padding: 0;
border: none;
width: 270px;
}


table#frontPageCalendarTable th {
color: #990000;
font-weight: bold;
font-size: 10px;
line-height: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
border: none;
}


table#frontPageCalendarTable td {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 12px;
text-align: left;
margin: 0;
padding: 0;
width: 280px;
border-bottom: 1px solid #cccccc;
}

table#frontPageCalendarTable td.caltime {
width: 110px;
padding-right: 2px;
}