p, table, td, tr {font-size: 11px; font-family: Verdana, Arial;}

form {display: inline; margin-bottom: 0;}
body {
  color: #000000;
  background: #404040;
  font: 10px verdana, arial;
  margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px;
}
.form1 {
 font-size: 10px;
 color:#000000;
 font-family:verdana;
 background-color:#CBCBCB;
}
.submits {
  font: 10px verdana;
  color:#ffffff;
  background-color:#404040;
}
.blackbg {
  background: #000000;
  color: #FFFFFF;
}
.graybg {
  background: #CBCBCB;
}
.darkgraybg {
  background: #404040;
  color: #FFFFFF;
  font-size:11px;
  font-weight:bold;
}
.sidebg {
  background: #6D6D6D;
  color: #000000;
}
.whitebg {
  background: #FFFFFF;
  color: #000000;
}
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: #000258;
  text-decoration: underline;
}
a:visited {
  color: #000258;
  text-decoration: underline;
}
a:active {
  color: #000;
  text-decoration: underline;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

.bottom {
  color: #737373;
  font-size: 10px;
  text-align: center;
}

.graph {
  background-color: #069;
  padding: 0px;
  width: 75px;
}

/* For the ranking tables. */

.darkbg {
  background-color: #737373;
  color: #fff;
}

.mediumbg {
  background-color: #000258;
  background-image: url(grad_bg.png);
  color: #fff;
}

.lightbg {
  background-color: #fff;
  color: #000;
}
.lightbgalt {
  background-color: #f0f0f0;
  color: #000;
}

/* For the menu. */

td.sidetext a:link  {color: #ffffff; background: none; text-decoration: none;}
td.sidetext a:visited {color: #ffffff; background: none; text-decoration: none;}
td.sidetext a:active {color: #ffffff; background: none; text-decoration: none;}
td.sidetext a:hover {color: #DFDFDF; background: none; text-decoration: underline;}

a.table_top {
  color: #fff;
  text-decoration: underline;
}
a.table_top:hover, a.table_top:active {
  color: #c0c0c0;
  text-decoration: none;
}