body{margin:10;padding:0}
H1{font:normal 24px Georgia,times,serif;margin:15px 0px 10px 0px;color:#3269AC} 
H2{font:bold 18px Georgia,times,serif;color:#3269AC}
H3{font:24px Tahoma,serif,Georgia;color:#3269AC;margin:5px 0px;padding:0px}
td,th{font:13px Tahoma,serif,Georgia;color:#333333;text-align:left;} 
th{font-weight:bold}
table.menu a{padding-top:3px;display:block}
div.menu a{text-decoration:none;font:normal 15px tahoma,serif,georgia;vertical-align:middle;text-align:left;height:24px;border-style:solid;border-width:1px 1px 1px 0px;border-color:#FFFFFF;padding-left:10px}
div.menu a:link{color:#3269AC;background-color:#dae7f7}
div.menu a:active{color:#3269AC;background-color:#dae7f7}
div.menu a:visited{color:#3269AC;background-color:#dae7f7}
div.menu a:hover{color:#3269AC;background-color:#BFD6ED}
.c1 A:link,.c1 A:visited,.c1 A:active{text-decoration:none;color:#3269AC}
.c1 A:hover{text-decoration:underline;color:#3269AC}
.divl1{float:left;width:80px}
.divl2{float:left;width:160px;padding-left:10px;padding-top:5px}
.divr1{float:right;width:870px}
.divr2{margin-left:160px;padding:2px 0px}
.error{text-align:justify;font-size:11px;color: #DC0C0C}
.fac1{font:bold 18px tahoma,serif,Georgia}
.fac2{font:normal 14px tahoma,serif,Georgia}
.fac3{text-align:center;background-color:#CCDDCC;height:60px;border-bottom:2px solid #AAC4AA}
.fac4{border:3px double #3269AC;width:850px}
.fac5{border:1px solid #333333;width:310px}
td.b1{border:1px solid #BBBBBB;padding:5px}
th.b2{border:1px solid #BBBBBB;padding:5px}
ul{margin-left:14px}
.cen{text-align:center}
.padgal{padding-bottom:15px}

/* The containing DIV element for the Calendar */
#dpCalendar {
  display: none;          /* Important, do not change */
  position: absolute;        /* Important, do not change */
  background-color: #eeeeee;
  color: black;
  font-size: xx-small;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 150px;
}
/* The table of the Calendar */
#dpCalendar table {
  border: 1px solid black;
  background-color: #eeeeee;
  color: black;
  font-size: xx-small;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 100%;
}
/* The Next/Previous buttons */
#dpCalendar .cellButton {
  background-color: #DAE7F7;
  color: black;
}
/* The Month/Year title cell */
#dpCalendar .cellMonth {
  background-color: #DAE7F7;
  color: black;
  text-align: center;
}
/* Any regular day of the month cell */
#dpCalendar .cellDay {
  background-color: #DAE7F7;
  color: black;
  text-align: center;
}
/* The day of the month cell that is selected */
#dpCalendar .cellSelected {
  border: 1px solid red;
  background-color: #ffdddd;
  color: black;
  text-align: center;
}
/* The day of the month cell that is Today */
#dpCalendar .cellToday {
  background-color: #ddffdd;
  color: black;
  text-align: center;
}
/* Any cell in a month that is unused (ie: Not a Day in that month) */
#dpCalendar .unused {
  background-color: transparent;
  color: black;
}
/* The cancel button */
#dpCalendar .cellCancel {
  background-color: #cccccc;
  color: black;
  border: 1px solid black;
  text-align: center;
}
/* The clickable text inside the calendar */
#dpCalendar a {
  text-decoration: none;
  background-color: transparent;
  color: blue;
}  
