img {
border: 0;
}


body {
text-align: center;
background: #003562 url(/images/bodybg.jpg) top center no-repeat;
margin: 0;
padding: 0;
font: 12px verdana,sans-serif;
color: #000;
}

#wrapper {
width: 948px;
margin: 20px auto 0 auto;
background: url(/images/bg1.jpg);
border: 2px solid #fff;
text-align: left;
}

#header{
background: #ccc url(/header-background.gif) repeat-x;
padding: 1px;
}

#subhead {
background: #000;
padding: 3px;
color: #fff;
}

#content {
padding: 20px;
}

table {
width: 100%;
}

form {
  margin: 0px;
  padding: 0px;
}
input, select {

  font-size: 10px;
}
h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}

h2 {
  font-size: 15px;
  margin: 0px;
  padding: 0px;
}
h3 {
  font-size: 14px;
  margin: 0px;
  padding: 0px;
}
a:link {
  color: #33c;
  font-weight: bold;
  text-decoration: underline;
}
a:visited {
  color: #4040ff;
  font-weight: bold;
  text-decoration: underline;
}
a:active {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.bottom {
  text-align: center;
}

.graph {
  background-color: #069;
  padding: 0px;
  width: 75px;
}

/* For the ranking tables. */

.darkbg {
  background-color: #737373;
  color: #fff;
}

.mediumbg {
  background-color: #09c;
  background-image: url(../Default/grad_bg.png);
  color: #fff;
}


/* Alternate rows backgrounds */

.lightbg {
  background-color: #fff;
  color: #000;
}
.lightbgalt {
  background-color: #f0f0f0;
  color: #000;
}

/* For the menu. */

.menu a, .menu a:visited {
width: 146px;
  background-color: #fff;
  border: 1px solid #737373;
border-bottom:0;
  color: #000;
  display: block;
  margin: 0 0 0 2px;
  padding: 3px 6px;
  text-decoration: none;
}
.menu a:hover, .menu a:active {
  color: #fff;
  background-color: #09c;
  background-image: url(../Default/grad_bg.png);
  text-decoration: none;
}

a:visited.menulast, 
a:hover.menulast{
  border-bottom: 1px solid #737373;
}

a.table_top {
  color: #fff;
  text-decoration: underline;
}
a.table_top:hover, a.table_top:active {
  color: #c0c0c0;
  text-decoration: none;
}