address, blockquote, body, caption, center, dd, dir, div, dl, dt, form, li,
menu, ol, p, pre, td, th, tr, ul {
  color: #000000;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body {
  background-color: #FFFFFF;
  background-image: url(images/background.gif);
  background-repeat: repeat-y;
  margin-bottom: 5px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  color: #ED9C29;
  font-weight: normal;
}

h1 {
  font-size: 20px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

h4 {
  font-size: 14px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10px;
}

li {
  margin-bottom: 5px;
  margin-top: 5px;
}

a:link {
  color: #008000;
  text-decoration: underline;
}

a:visited {
  color: #008000;
  text-decoration: underline;
}

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

a:active {
  color: #008000;
  text-decoration: underline;
}

.copyright {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

.highlight {
  color: #B92D03;
  font-weight: bold;
}

