* {
  padding: 0px;
  margin: 0px;
}

body {
	background-color: #ffffff;
	text-align: center;
}

body,table,td,th {
  font-family: Arial;
  font-size: 12px;
}

h1,h2,h3,h4,h5,h6 {
  color: #444444;
  padding-top: 5px;
  padding-bottom: 5px;
}

a:hover,
a:link,
a:visited {
  color: #67003d;
  font-weight: bold;
  font-size: 110%;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#main {
  width: 854px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

#breadcrumb a {
  font-size: 13px;
}

#top {
  width: 854px;
  height: 97px;
  background-image: url(../../images/top.gif);
}

#logo {
  width: 300px;
  height: 97px;
  padding-top: 3px;
  float: left;
}

#menu {
  float: left;
  width: 540px;
  text-align: right;
  overflow: hidden;
  padding-top: 4px;
}

#menu a {
  color: #67003d;
}

#footer {
  width: 854px;
  height: 44px;
  overflow: hidden;
  background-image: url(../../images/footer.gif);
  background-repeat: no-repeat;
  padding-top: 14px;
  padding-left: 12px;
}

#footer a:link,
#footer a:visited,
#footer a:hover {
  color: #67003d;
}

#content {
  width: 100%;
  text-align: left;
  clear: both;
  padding: 10px 0px;
}

#lostpasslink {
	padding: 10px 0px;
	width: 100%;
}

.statstable {
  border-collapse: collapse;
  margin-top: 10px;
}

.statstable th,
.statstable td {
  border: 2px solid #888888;
  white-space: nowrap;
  padding: 4px;
  font-size: 12px;
}

.statstable th {
  background-color: #eeeeee;
}

