
BODY {
       background: #DCE8F2;
       background-repeat: no-repeat;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-size: 12pt;
       line-height: 18px;
       color: #000000;
}

.main {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 18px;
        color: #000000;
}

.title {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 22px;
        color: #000000;
}

H1 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 20px;
        line-height: 22px;
        color: #000099;
}

H2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 18px;
        line-height: 22px;
        color: #000099;
}

H3 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        line-height: 22px;
        color: #000099;
}

.pglinks {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 20px;
        color: #000099;
}

.header {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000099;
}

.footer {
  font-size: 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: black;
  font-style: normal;
}

.row {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
}

.CalendarTitle {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000099;
        text-decoration: bold;
}

.CalendarValidDay {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        font-style: normal;
}
.CalendarToday {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000099;
        font-weight: bold;
}
.CalendarInvalidDay {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #000000;
        font-style: italic;
}

A:visited {
 color: #000099;
 text-decoration: none;
}

A:link {
 color: #000099;
 text-decoration: none;
}

A:active {
 color: #000099;
 text-decoration: none;
}

A:hover {
  color: #01035F;
  text-decoration: underline;
}

.NavMenu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 17spx;
  color: #000099;
}

A.NavMenu:visited {
  text-decoration: none;
}

A.NavMenu:link {
  text-decoration: none;
}

A.NavMenu:active {
  text-decoration: none;
}

A.NavMenu:hover {
  text-decoration: underline;
  color: #01035F;
}


/*
 popup.js
*/
div.popup {
  max-width: 600px;
  border: 1px solid blue;
  padding: 5px;
  background-color: #E3ECF5;
  /* The following properties should not be changed */
  position: absolute;
}

#popup_overlay {
  background-color: whitesmoke;
  /* The following properties should not be changed */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
}

span.popup_link, a.popup_link {
  cursor: pointer;
  border-bottom: 1px dotted;
}

.popup_draghandle {
  cursor: move;
}


