table.events {
    font-family: Times New Roman, Times;
    font-size: 16px;
    text-align: left;
    color: #000000;
    border-style: solid; 
    border-width: 1px;
    border-color: #666666;
    margin: 0px auto 0px auto;
    width: 90%;
}
table.events td {
    border-style: solid; 
    border-width: 1px;
    border-color: #666666;
}
table.events thead td {
    font-size: 24px;
    text-align: center;
    color: #ffffff;
    background-color: #800000;
}
td.eventNone {
    text-align: center;
    width: 593px;
}
td.headDate         { width: 17%;          	}
td.headDesc         { width: 83%;         	}
td.eventDate        { text-align: center;   }
td.eventDesc        { padding-left: 5pt;    }
td.eventDesc a:link { color: #996600;       }

table.editEvents {
    border-style: solid; 
    border-width: 1px;
    border-color: #666666;
}
table.editEvents td {
    border-style: solid; 
    border-width: 1px;
    border-color: #666666;
}
table.editEvents thead td {
    font-weight: bold;
    color: #ffffff;
    background-color: #800000;
}
td.editDate     { width: 150px; }
td.editDesc     { width: 150px; }
td.editURL      { width: 150px; }
td.editUpdate   { width: 70px;  }
td.editTrash    { width: 70px;  }
