@charset "iso-8859-1";

/* colors
 *
 * blue #4D44BF
 * green #42EF44
 */

BODY { 
  margin: 0;
  font-family: Century Gothic, sans-serif;
  line-height: 1;
  background: white;
  color: #4D44BF; 
}

H1, H2, H3, H4 { margin-top: 1em; margin-bottom: 1em; }
H5, H6 { margin-top: 1em; }
H1 { text-align: center; }
H1, H2, H4, H6 { font-weight: bold; }
H3, H5 { font-style: italic; }

H1 {border-bottom: thin solid; width: 100%; }
H2 {border-bottom: thin solid; width: 33%; }

H1 { font-size: large; }
H2 { font-size: medium; }
H3 { font-size: medium; }

A:link { color: #22CF24; }    /* unvisited link 42EF44*/
A:visited { color: #4D44BF; }   /* visited links */
A:active { color: #FFFF00; }   /* active links */

IMG { border: 0px; }

/* announcements table
 */
TABLE.announce {
  width: 33%;
  margin: 5px;
  border-style: none;
}
TH.announce {
  text-align: center;
  font-weight: bold;
  color: white;
  background-color: #4D44BF;
  padding: 3px;
 }
TD.announce {
  text-align: justify;
  color: #4D44BF;
  background-color: #CECEE0;
  padding: 6px;
}

.menutable { margin: 0; width: 100%; border-style: none; border-width: 0; padding: 0 }
.tabletitle { font-weight: bold; }

.centertitle { color: white; background: #4D44BF; text-align: center; font-weight: bold; }
.centertitle A:link { color: #FFFF00; }
.centertitle A:visited { color: #FFFF00; }
.centertitle A:active { color: #FFFF00; }

.centertext { text-align: center; vertical-align: top; }

.footer {
   color:#8D84DF;
   margin-left:8;
   margin-bottom:8;
   text-align: left;
   font-size: xx-small;
}

.required { font-weight: bold; color: red; }

.linebreaks { white-space: pre; }

