body { margin: 0; padding: 0; background-color:#DDCCA6; background-image: url(images/bg_site.gif); background-repeat: repeat-y; background-position: center top; }
table,td { background-color:#FFF; font-size: 12.5px; }
h1 { font-size:14pt; }
A:Link {text-decoration:underline; color: #0000CC; }
A:Visited { text-decoration:underline; color: #0000CC; }
A:Active { text-decoration:underline; color: #0000CC; }
A:Hover { text-decoration:none; color: #0000CC; }
A.linksmall:Link {text-decoration: underline; color: #0000CC; font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
A.linksmall:Visited {text-decoration: underline; color: #0000CC; font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
A.linksmall:Active {text-decoration: none; color: #0000CC; font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
A.linksmall:Hover {text-decoration: none; color: #0000CC; font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.text { font-family: arial,helvetica,sans-serif; font-style: normal; color: #000000; } 
.textfooter { font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: bold; color: #000000; }
.textsmall { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; color: #000000; }
 /* classes which define the calendar styles */
.inputFormButton { font-size: 10px; color: #000; background-color:#CCC; border-style:1px; }
.titleSpecial { font-weight: bold; }
.titleEvent { font-weight: bold; color: #000; }
.eventLine { font-weight: normal; }
.monthYear { font-size:16px; font-weight: bold; }
.daysOfWeek { font-weight: bold; }
.gridMain { font-weight: normal; }
.todayColorIn { color: #CC0000; background-color: #FFFFCC; } /* font color for the current date for current month */
.inMonthFaceIn { color: #000; background-color: #FFFFCC; } /* font color for days in the display month for current month */
.outMonthFaceIn { color: #333333; background-color: #FFFFCC; } /* font color for days not in the display month for current month */
.todayColorOut { color: #CC0000; background-color: #999; } /* font color for the current date for days in the display month */
.inMonthFaceOut { color: #000; background-color: #999; } /* font color for days in the display month for days in the display month */
.outMonthFaceOut { color: #333; background-color: #999; } /* font color for days not in the display month for days in the display month */
A.linkDayInCell:link { text-decoration: underline; }
A.linkDayInCell:visited { text-decoration: underline; }
A.linkDayInCell:hover { text-decoration: none; }
A.allEventsLink:link { text-decoration: underline; }
A.allEventsLink:visited { text-decoration: underline; }
A.allEventsLink:hover { text-decoration: none; }
.dropDownInCalendar { background-color:#fff; border: 1px #666666 solid; }
.textOutsideCalendar { font-weight: normal; }
.calendardetail { line-height: 15px; padding-right: 2px; padding-left: 2px; }