/* ---------- custom display options for all pages ---------- */

body {
  color: #F0F0B8;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  background-color: #C0C0C0;
}

h1 {
  color: #F0F0B8;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 20pt;
}

.mainheading {
  color: #A18C69;
  font-family: Monotype Corsiva, sans-serif;
  font-weight: normal;
  font-size: 21pt;
}

table.main {
  background-color: #440000;
}

td, th {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

td.bottomheading {
  color: #440000;
  font-family: Arial;
  font-weight: bold;
  font-size: 12pt;
}

a {
  color: #AFAF7E;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

a:hover {
  color: #FFFFCC;
  text-decoration: underline;
}

a.splash {
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  color: #CCCC99;
  text-decoration: none;
}

a.splash:hover {
  color: #FFFFCC;
  background-color: #990000;
}

a.leftmenu {
  font-family: Sylfaen, Arial, Helvetica, sans-serif;
  color: #CCCC99;
  font-weight: bold;
  padding: 2px, 0px, 2px, 10px;
  text-decoration: none;
  width: 165;
}

a.leftmenu:hover {
  color: #FFFFCC;
  background-color: #990000;
}

a.textlink {
  color: #F0F0B8;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  text-decoration: none;
}

a.textlink:hover {
  color: #FFFFCC;
  text-decoration: underline;
}

a.textlink2 {
  color: #AFAF7E;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  text-decoration: underline;
}

a.textlink2:hover {
  color: #FFFFCC;
  /*text-decoration: underline;*/
}