﻿a:link { color: #0000FF }
a:visited { color: #FF00FF }
a:active { color: #FF0000 }

body {
  font-family: "arial ce", "helvetica ce", arial, helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #DFDFDF;
}

.main {
  width: 900px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 35px;
  border-width: 10px;
  border-style: solid;
  border-color: #808080;
  padding: 0px;
  background-color: #000000;
}

.top {
  width: 900px;
  height: 28px;
  background-color: #CCE6FF;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.middle {
  width: 860px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #FFFFFF;
}

.bottom {
  width: 900px;
  height: 35px;
  background-color: #FFFFCC;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.reltable {
  width: 100%;
  text-align: left;
}

.relrow {
  height: 20px;
}

.relemptyrow {
  height: 40px;
}

.noborder { border-style: none; }
