/* CSS 2.0 */

a:link { font-weight:bold; color:#6666ff; text-decoration:underline; }
a:visited { font-weight:bold; color:#6666ff; text-decoration:underline; }
a:focus { font-weight:bold; color:#6666ff; text-decoration:underline; }
a:hover { font-weight:bold; color:#6666ff; text-decoration:underline; }
a:active { font-weight:bold; color:#6666ff; text-decoration:underline; }

BODY {
  background-color: #ffffff;
}

UL {
  margin-top: 0; 
  margin-bottom: 0;
}

strong {
  margin: 0;
}

LI {
  margin:0;
}

TD { 
  vertical-align: top;
}

TD.topbar {
  background-color: #ccccff;
  font-weight: bold;
  font-size: large;
}

TD.mainmenu {
  background-color: #eeeeff;
  font-weight: bold;
}

TD.submenu {
  background-color: #eeeeff;
}

TD.pageheading {
  background-color: #eeeeff;
  font-size: large;
}

TD.leftheading { 
  font-weight: bold;
  text-align: left;
}

.colortable { 
  background-color: #eeeeff;
}

.colortabletop { 
  background-color: #ddddff;
}

.colortable TD, .colortable TH {
  vertical-align: middle;
}

TABLE.bordertable {
  border-collapse: collapse;
}

.bordertable TD, .bordertable TH { 
  border: thin solid black;
  padding: 5px;
}
