a:link {
  background-color: transparent;
  color: #000000;
  font-family: Verdana, Sans-Serif;
  font-size: 10pt;
  text-decoration: underline;
}

a:visited {
  background-color: transparent;
  color: #000000;
  font-family: Verdana, Sans-Serif;
  font-size: 10pt;
  text-decoration: underline;
}

a:active {
  background-color: transparent;
  color: #000000;
  font-family: Verdana, Sans-Serif;
  font-size: 10pt;
  text-decoration: underline;
}

a:hover {
  background-color: transparent;
  color: #ABA000;
  font-family: Verdana;
  font-size: 10pt;
  text-decoration: underline
}

a:link.smallblack {
  background-color: transparent;
  color: #000000;
  font-family: Verdana;
  font-size: 10px;
  text-decoration: underline
}

a:visited.smallblack {
  background-color: transparent;
  color: #000000;
  font-family: Verdana;
  font-size: 10px;
  text-decoration: underline
}

a:active.smallblack {
  background-color: transparent;
  color: #000000;
  font-family: Verdana;
  font-size: 10px;
  text-decoration: underline
}

a:hover.smallblack {
  background-color: transparent;
  color: #ABA000;
  font-family: Verdana;
  font-size: 10px;
  text-decoration: underline
}

#nav a:link {
  color: #000000;
  background-color: #EEEEEE;
  display: block;
  font-family: Verdana;
  font-size: 8pt;
  padding: 4px;
  text-decoration: none;
  width: 100%;
}

#nav a:visited {
  color: #000000;
  background-color: #EEEEEE;
  display: block;
  font-family: Verdana;
  font-size: 8pt;
  padding: 4px;
  text-decoration: none;
  width: 100%;
}

#nav a:active {
  color: #000000;
  background-color: #EEEEEE;
  display: block;
  font-family: Verdana;
  font-size: 8pt;
  padding: 4px;
  text-decoration: none;
  width: 100%;
}

#nav a:hover {
  color: #FFFFFF;
  background-color: #C0C0C0;
  display: block;
  font-family: Verdana;
  font-size: 8pt;
  padding: 4px;
  text-decoration: none;
  width: 100%;
}

body {
  background-color: #EEEEEE;
  background-image: url('../images/index_background.jpg');
  color: #000000;
  font-family: Verdana, Sans-Serif;
  font-size: 10pt;
}

font {
  color: #000000;
  font-family: Verdana, Sans-Serif;
  font-size: 10pt;
}

img {
  border-color: #000000;
}

td {
  color: #000000;
  font-family: Verdana, Sans-Serif;
  font-size: 10pt;
}

.box {
  background-color: #EEEEEE;
  border: 1px solid #C0C0C0;
}

.footer {
  color: #ABA000;
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
}

.smallblack {
  color: #000000;
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
}

.smallwhite {
  color: #FFFFFF;
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
}

.shadow_container {
  color: #C0C0C0;
  font-family: Times New Roman, Serif;
  left: 1px;
  position: relative;
  top: 1px;
}

.shadow_text {
  color: #000000;
  font-family: Times New Roman, Serif;
  left: -1px;
  position: absolute;
  top: -1px;
}

.subject {
  background-image: url('../images/subject_background.jpg');
  border-top: 1px solid #000000;
  color: #000000;
  font-family: Verdana, Sans-Serif;
  font-size: 10pt;  
  font-weight: bold;
  letter-spacing: 2px;
}