body {
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  background-image: url(../images/back.gif)
}

.main {
  background-color: #A4C6D5;
  width: 1020px;
  border-left: thin ridge #56727E;
  border-right: thin ridge #56727E;
  border-top: thin ridge #56727E
}

.sub {
  background-color: #A4C6D5;
  width: 1020px;
  border-left: thin ridge #56727E;
  border-right: thin ridge #56727E;
  border-bottom: thin ridge #56727E
}

.nav {
  background-image: url(../images/button.gif);
  width: 120px;
  font-size: x-small;
  padding: 3px;
  margin-bottom: 5px
}

.nav a:link {
  text-decoration: none;
  color: #000000
}

.nav a:hover {
  text-decoration: none;
  color: #FF0000
}

.nav a:active {
  text-decoration: none;
  color: #0066CC
}

.nav a:visited {
  text-decoration: none;
  color: #56727E
}

.bar {
  background-color: #56727E;
  color: #B9DDED;
  text-align: center;
  font-size: x-small;
  height: 30px
}

.bar a {
  color: #B9DDED;
  text-align: center;
  font-size: x-small
}

