/* Define main menu link settings */
a.mm{
  display: inline;
  font-size: 12pt;
  font-weight: bold;
  font-style: italic;
  color: white;
  font-family: arial, sans-serif;
  text-decoration: none;
  text-align:center;
}

a:hover.mm {
  color: green;
}

.mms {
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
  color: gray;
  font-family: arial, sans-serif;
  text-align:center;
}

/* Define section menu link settings */
a.sm{
  display: inline;
  font-size: 10pt;
  font-weight: bold;
  font-style: italic;
  color: white;
  font-family: arial, sans-serif;
  text-decoration: none;
  text-align:center;
}

a:hover.sm {
  color: white;
}

/* Define other settings */
.tblbrd {
  border: 1px #CCC solid;
}

td {
  color:white;
  font-family: Verdana, Arial, Sans-Serif;
  font-size:10pt;
}

table.info {
  background: green;
}

td.info {
  background: white;
}

body {
  background-attachment: fixed
}
.calendarmonth { color: white; font-size: 18pt; font-weight: bold; background-color: #090; text-align: center }
.calendardays { color: white; font-weight: bold; background-color: #063; text-align: center }
.calendardates { color: black; font-weight: bold; background-color: green; background-position: center 0; text-align: right; vertical-align: top }
.calendartextb { color: white; font-weight: bold; background-color: green; background-position: center 0; text-align: right; vertical-align: top }
.calendartext { color: white; font-weight: normal; background-color: green; background-position: center 0; text-align: right; vertical-align: top }
.calendarblank { color: white; font-weight: bold; background-color: #090; text-align: center }

