body {
  font-family: Verdana, Sans-Serif;
  font-size: 10pt;
  color: #FFFFFF;
  background-color: #E0E0E0;
}

td {
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
  color: #000000;
}

.banner {
  font-family: Verdana, Sans-Serif;
  font-size: 1pt;
  color: #FFFFFF;
  background: #FFFFFF url('images/banner.png');

  width: 750px;
  height: 100px;
}

.titlebar {
  font-family: Verdana, Sans-Serif;
  font-size: 10pt;
  color: #FFFFFF;
  position: relative;
  top: 40px;
  left: 425px;
  width: 300px;
}

td.navbox {
  font-family: Verdana, Sans-Serif;
  font-size: 10pt;
  background: #61aee1;
  text-align: center;

  border: 1px #000099 solid;
  padding: 1px;
}

td.navbox:hover {
  background: #4791ce;
}

.navtop {
  font-family: Verdana, Sans-Serif;
  font-size: 10pt;
  color: #000000;
  background: #FFFFFF;
  text-align: center;

  width: 750px;
  height: 25px;
  border-top: 1px #61aee1 solid;
  border-bottom: 1px #61aee1 solid;
}

.navside {
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
  color: #000000;
  background: #FFFFFF;

  width: 150px;
  padding: 5px;
  border-right: 1px #61aee1 solid;
}

.content {
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
  color: #000000;
  background: #FFFFFF;

  width: 600px;
  padding: 5px;
}

.footer {
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
  color: #000000;
  background: #FFFFFF;

  width: 750px;
  height: 20px;
  padding-left: 2px;
  border-top: 1px #61aee1 solid;
}

.spacer {
  font-family: Verdana, Sans-Serif;
  font-size: 1pt;
  color: #FFFFFF;
}

.blogtop {
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
  color: #FFFFFF;
  background: #61aee1;
}

.blogcont {
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
  color: #000000;
  background: #FFFFFF;
}

.blogbot {
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
  color: #FFFFFF;
  background: #0761AF;
}

.comment {
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
  color: #000000;
  background: #FFFFFF;
  border-bottom: 1px solid #000000;
}

.compc {
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
  color: #000000;
  text-align: center;
  border-left: 1px #000000 solid;
}

.admin {
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}

input, select, textarea {
  font-family: Verdana, Sans-Serif;
  font-size: 8pt;
  color: #000000;
  border: 1px solid #000000;
  background-color: #DEEFFF;
  margin: 1px;
}

.admin input, .admin select, .admin textarea {
  background-color: #DEEFFF;
}


a:link.navt { color: #FFFFFF; text-decoration: none; }
a:visited.navt { color: #FFFFFF; text-decoration: none; }
a:hover.navt { color: #FFFFFF; text-decoration: none; }

a:link.navs { color: #4791ce; text-decoration: none; }
a:visited.navs { color: #4791ce; text-decoration: none; }
a:hover.navs { color: #4791ce; text-decoration: underline; }

a:link { color: #0000FF; text-decoration: none; }
a:visited { color: #0000FF; text-decoration: none; }
a:hover { color: #0000FF; text-decoration: underline; }

.blogbot a:link { color: #FFFFFF; text-decoration: underline; }
.blogbot a:visited { color: #FFFFFF; text-decoration: underline; }
.blogbot a:hover { color: #FFFFFF; text-decoration: none; }

b.header { font-size: 10pt; }