body {
    font-family: verdana, arial, helvetic, sans-serif;
    font-size: x-small;
    margin: 3px;
	padding: 0px;
    color: white;
    background-color: black;
}
td {
    font-family: verdana, arial, helvetic, sans-serif;
    font-size: x-small;
    color: black;
	vertical-align: top;
}
th {
    font-family: verdana, arial, helvetic, sans-serif;
    font-size: x-small;
    color: black;
	vertical-align: top;
}
a {
  color: black;
  text-decoration: none;
}
a.button {
  display: block;
  border-left: #303030 1px solid;
  border-top: #575757 1px solid;
  border-right: #505050 1px solid;
  border-bottom: #373737 1px solid;
  background-color: #404040;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  margin: 1px;
}
a.button:hover {
  background-color: #474747;
  text-decoration: none;
}

table.top {
  margin-top: 10px;
  margin-bottom: 10px;
}
table.top tr td {
    color: black;
}
table.top tr td a {
    width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
    background-color: #EEEEEE;
}
table.top tr td a:hover {
    background-color: #CCCCCC;
}

table.menu {
  margin-bottom: 10px;
  margin-right: 10px;
  width: 200px;
}
table.menu tr td {
  color: #ffffff;
  text-align: left;
  background-color: #777777;
  border-top: #333333 1px solid;
}
table.menu tr th {
  text-align: left;
  background-color: #555555;
  border-top: #333333 1px solid;
}
table.menu tr td a {
  color: #ffffff;
  border-left: #555555 10px solid;
  padding-left: 3px;
  width: 100%;
}
table.menu tr td a:hover {
  color: #000000;
  background-color: #AAAAAA;
  border-left: #CCCCCC 10px solid;
}
table.menu tr th a {
  color: #ffffff;
  border-left: #333333 10px solid;
  padding-left: 3px;
  width: 100%;
}
table.menu tr th a:hover {
  color: #000000;
  background-color: #AAAAAA;
  border-left: #CCCCCC 10px solid;
}

table.tab tr td {
    text-align: center;
    background-color: #CCCCCC;
    border-left: black 1px solid;
    border-top: black 1px solid;
    border-right: black 1px solid;
    border-bottom: black 1px solid;
	padding: 0px;
}
table.tab tr td a {
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: black;
	padding: 3px;
}
table.tab tr td a:hover {
    width: 100%;
    text-align: center;
    text-decoration: none;
    background-color: #E0E0E0;
    color: black;
}

td.site_header_features {
    color: white;
}
td.content_body {
    border-left: black 1px solid;
    border-right: black 1px solid;
    border-bottom: black 1px solid;
}

td.site_footer_links {
    text-align: center;
}

table.box {
  border: #999999 1px solid;
  margin: 10px;
}
table.box tr td h1 {
  width: 100%;
  font-size: x-small;
  text-weight: bold;
  text-align: center;
  display: in-line;
  margin: 3px;
}

td.copyright {
  background-color: #CCCCCC;
  border-top: #999999 1px solid;
  border-bottom: #999999 1px solid;
  text-align: center;
  text-decoration: none;
  color: black;
}
.blue {
  background-color: #9999FF;
}
.red {
  background-color: #FF9999;
}
.green {
  background-color: #99FF99;
}