/************** Defines styles for the main site pages and menu.     10.31.06     ******************************************************************************/

DIV.applications {
  text-align: left;
  font-weight: bold;
}

body {
  background-color: #18b468;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

a.gray:link {
  color: #FFFFFF;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: underline;
}

a.gray:visited {
  color: #FFFFFF;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: underline;
}

a.gray:hover {
  color: #FFC0FF;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: underline;
}

a.gray:active {
  color: #FFC0FF;
  font-size: 12pt;
  font-weight: bold;
  text-decoration: underline;
}

a.bottom:link {
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}

a.bottom:visited {
  color: #FFFFFF;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}

a.bottom:hover {
  color: #FFC0FF;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
}

a.bottom:active {
  color: #FFC0FF;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: underline;
  background-color: none;
}

a.red:link {
  color: #DDDDDD;
  font-weight: bold;
  text-decoration: none;
}

a.red:visited {
  color: #DDDDDD;
  font-weight: bold;
  text-decoration: none;
}

a.red:hover {
  color: #FFFFFF;
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
}

a.red:active {
  color: #e90707;
  background-color: #FFFFFF;
}

a.white:link {
  color: #0000cc;
  font-weight: bold;
  text-decoration: underline;
}

a.white:visited {
  color: #0000CC;
  font-weight: bold;
  text-decoration: underline;
}

a.white:hover {
  color: #CC0000;
  font-size: 100%;
  font-weight: bold;
  text-decoration: underline;
}

a.white:active {
  color: #CC0000;
  font-weight: bold;
  text-decoration: underline;
}

.specials {
  text-align: left;
  background-color: #AAFFFF;
  margin: 5px;
}