/* Page Default Settings */
body, td {
  font-family: Arial;
  font-size: 10pt;
  color: #000000;
}

td a {
  color: #005FA8;
}

td a:hover {
  color: #0080E3;
}

.bluetxt {
	color: #004B86;
}

/* Copyright Settings */
.copyright td {
  font-family: Arial;
  font-size: 8pt;
  color: #FFFFFF;
}

.copyright a {
  color: #FFE9A5;
}

.copyright a:hover {
  color: #FFF7E0;
}

/* PDF Settings */
.pdf {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 8pt;
}

.pdf a {
  color: #FFDD83;
}

.pdf a:hover {
  color: #FFEDBB;
}

.emergencytitle {
  color: #FFFFFF;
  font-family: Arial;
  font-size: 8pt;
}

/* PAGE HEADINGS */
h1 {
  color: #FFE8A3;
  font-size: 14pt;
  font-family: Arial;
  margin: 0, 3px, 0, 0;
  display: inline;
} 

h2 {
  color: #004B86;
  font-size: 12pt;
  font-family: Arial;
  font-weight: bold;
  margin: 0, 3px, 0, 0;
  display: inline;
} 

/* STATIC CONTENT TABLE SETTINGS */
.spacer2 {
  height: 100%;
}

.spacer {
  border: solid #000000 1px;
  border-color: #000000;
  background-color: #FFFFFF;
}


/* TEXT SETTINGS FOR ARTICLES AND INFO PAGE */
.articles {
  font-family: verdana;
  font-size: 12px;
  color: #00000;
}

.articles a {
  color: #133509;
}

.articles h1 {
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 0;
}

.date {
  font-size: 10px;
  color: #333333;
}