body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 15px;
  font-size: 11px;
}

td {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

th {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

input {
  width: 200px;
  font-size: 11px;
}

textarea {
  width: 200px;
  height: 200px;
}

.right {
  text-align: right;
  padding-right: 10px;
}

A {
  color: black;
  text-decoration: none;
}

A.bluelink {
  color: blue;
  text-decoration: underline;
}

.red {
  color: red;
  font-weight: 900;
}

A:hover {
  color: #666666;
}

img {
  border: 0px;
}

.mainContainer {
  width: 100%;
  border: 1px solid #cccccc
}

.maxWidth {
  width: 100%;
}

.logo {
  width: 25%;
}

.menu {
  width: 70%;
}

.header {
  color: white;
  background-color: #A9C5E0;
  font-weight: 900
}

.topics {
  color: black;
  background: url(images/topicbg.gif);
}

.copyright {
  font-size: 10px;
  color: #999999;
  background-color: white;
  text-align: center;
}

.copylink {
  color: #FFBB55;
  background-color: white;
  text-decoration: none
}