BODY, TABLE, TD, TH, FORM {
 font-family: "Tahoma";
 font-size: 11px;
 font-weight: normal;
 font-style: normal;
 color: #000000;
 scrollbar-base-color: #D6C28A;
 scrollbar-3dlight-color:#666666;
 scrollbar-arrow-color: #666666;
 scrollbar-darkshadow-color:#000000;
 scrollbar-face-color: #D6C28A;
 scrollbar-highlight-color:#999999;
 scrollbar-shadow-color: #000000;
 scrollbar-track-color:#666666;
}

INPUT {
 background: #DDD6C3;
 border-top-color: #666666;
 border-left-color: #666666;
 border-right-color: #999999;
 border-bottom-color: #999999;
 border-left-width: 2px;
 border-right-width: 2px;
 border-top-width: 2px;
 border-bottom-width: 2px;
 font-size: 13px;
 font-family: Tahoma;
 font-weight: normal;
 cursor: arrow;
}
TEXTAREA {
 background: #DDD6C3;
 border-top-color: #666666;
 border-left-color: #666666;
 border-right-color: #999999;
 border-bottom-color: #999999;
 border-top-width: 2px;
 border-left-width: 2px;
 border-right-width: 2px;
 border-bottom-width: 2px;
 font-size: 13px;
 font-weight: normal;
 font-family: Tahoma;
}
SELECT, OPTION {
 cursor: hand;
 background: #DDD6C3;
 border-top-color: #666666;
 border-left-color: #666666;
 border-right-color: #999999;
 border-bottom-color: #999999;
 border-top-width: 2px;
 border-left-width: 2px;
 border-bottom-width: 2px;
 border-right-width: 2px;
 font-size: 13px;
 font-family: Tahoma;
}
A:link {
 font-family: "Tahoma";
 font-size: 13px;
 text-decoration: underline;
 cursor: hand;
 color: #000000;
}
A:visited {
 font-family: "Tahoma";
 font-size: 13px;
 text-decoration: underline;
 cursor: hand;
 color: #000000;
}

A:hover {
 font-family: "Tahoma";
 font-size: 13px;
 text-decoration: none;
 cursor: hand;
 color: #544B33;
}

H1 {
 font-size: 22px;
 font-weight: bold;
 font-style: normal;
 font-family: "Tahoma";
 color: #544B33;
}

H2 {
 font-size: 16px;
 font-weight: bold;
 font-style: normal;
 font-family: "Tahoma";
 color: #544B33;
}

H3 {
 font-size: 12px;
 font-weight: bold;
 font-style: normal;
 font-family: "Tahoma";
 color: #544B33;
}

.footer {
 font-family: "Tahoma", "Arial"; 
 font-size: 10px;
 font-weight: normal;
 font-style: normal;
 color: #000000;
}

.SideBar{
 font-size: 12px;
 text-decoration: none;
 font-family: tahoma;  
 color: #000000;
}
.DataTable{
 border-style: solid;
 border-width: 1;
 border-color: #666666;
}
.DataHeader{
 font-size: 14;
 font-weight: bold;
 font-style: normal;
 text-align: center;
 background-color: #D6C28A;
}
.DataRow{background-color: #C0C0C0;}
.DataRowOver{background-color: #CCCC99;}
.DataRowDown{background-color: #999999;}

.CalHeader{
 background-color: #333333;
 color: #D6C28A;
 text-align:center; 
 font-weight:bold;
}
.CalTable{
 background-color: #D6C28A;
}
.CalDays{
 background-color: #333333;
 color: #D6C28A;
 text-align: center;
 font-size: 10px;
 font-weight: bold;
}
.CalCell{
 background-color: #D6C28A;
 border-style: solid;
 border-width: 2;
 border-color: #333333;
 text-align: center;
 font-size: 10px;
}
.CalCellToday{
 background-color: #333333;
 color: #D6C28A;
 text-align: center;
 font-size: 9px;
 font-weight:bold;
 cursor: hand;
 text-decoration: none;
}
.CalCellOver{
 border-style: solid;
 border-width: 1;
 border-color: #666666;
 text-align: center;  
 cursor: hand;
}
