/* CSS Document */

@media print {
  #navcell, #navfin {
    width: 0px;
	overflow: hidden;
	visibility: hidden;
	position: absolute;
  }
}

body {
	color: black; /*#244f89A;*/
	font-family: Tahoma, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #244f89;
/*  scrollbar-face-color: #5454DF;
  scrollbar-highlight-color: #B6B6DC;
  scrollbar-3dlight-color: #8C8CEA;
  scrollbar-darkshadow-color: #8282D8;
  scrollbar-shadow-color: #B6B6DC;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-track-color: #9999FF;
*/}

h1,h2,h3,h4,.h {
  font-family: Copperplate Gothic Bold;
  /*text-transform: small-caps;*/
}

h3 {
  margin-top: 8px;
  margin-bottom: 2px;
  color:#25256F;
}

h4 {
  margin-top: 8px;
  margin-bottom: 2px;
  color:#25256F;
}

p {
  padding: 8px;
  margin: 0px;
}

p.flier {
  font-size: 133%;
  font-family:Georgia, "Times New Roman", Times, serif;
  padding: 8px;
  margin: 0px;
  color: #990000;
}

.smallblue {
  font-size: x-small;
  color:#25256F;
}

.smallwhite {
  font-size: x-small;
  color:white;
}

/* ============ Navigation ============ */

a.navs:link, a.navs:active, a.navs:visited {
  text-decoration: none;
  color: white; /*#141442;*/
}

a.navs:hover {
  text-decoration: none;
  color: white;
}

a.head:link, a.head:active, a.head:visited {
  text-decoration: none;
  color: rgb(97,97,195);
}

a.head:hover {
  text-decoration: none;
  color: white;
}

td.navs1 {
  font-family: Eras Bold ITC, Gill Sans MT, Copperplate Gothic Bold, sans-serif;
  font-size: 10pt;
  color: white; /*#141442;*/
  text-transform: uppercase;
  background: url(../images/bg-navs-blue50.);
  padding-left:6px;
}

td.navs2 {
  font-family: Eras Demi ITC, Gill Sans MT, Copperplate Gothic Bold, sans-serif;
  font-size: x-small;
  color: white; /*#141442;*/
  text-transform: uppercase;
  background:inherit;
  padding-left:6px;
  letter-spacing: .05em;
  line-height: 1.2em;
}

li {
  margin-right: 18pt;
  margin-bottom: 1.5pt;
}

dt {
  font-weight:bold;
}

dd {
  margin-bottom: .5em;
  font-size:smaller;
}
