body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11pt;
  background-color: #666666;
  }

a {
  color: #000000;
  }
a:hover {
  color: #ffcc33;
  }
a.navigation {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  }
a.navigation:hover {
  color: #ffcc33;
  text-decoration: none;
  font-weight: bold;
  }
a.on-link {
  color: #ffcc33;
  text-decoration: none;
  font-weight: bold;
  }
a.on-link:hover {
  color: #ffcc33;
  text-decoration: none;
  font-weight: bold;
  }
a.succ {
  color: #ffcc33;
  font-weight: bold;
  }
a.succ:hover {
  color: #ffcc33;
  font-weight: bold;
  }
a.warning {
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  }
a.warning:hover {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
  }

input.button {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 10pt;
  }
input.miniButton {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 8pt;
  }
input.S_button {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 8pt;
  }

p.success {
  background-color: #000000;
  color: #ffffff;
  font-size: 9pt;
  font-weight: bold;
  }
p.warning {
  background-color: #ff0000;
  color: #ffffff;
  font-size: 9pt;
  font-weight: bold;
  }

span.answer {
  color: #000000;
  }
span.question {
  color: #008000;
  font-weight: bold;
  }
span.title {
  font-family: Impact, Arial Black;
  font-size: 14pt;
  color: #000000;
  }
span.subtitle {
  font-size: 11pt;
  font-style: italic;
  font-weight: bold;
  }

table.boxed {
  border: 1px solid #333333;
  }
table.miniBoxed {
  border: 1px solid #000000;
  }

td {
  font-size: 10pt;
  }
td.copyright {
  background-color: #000000;
  color: #ffffff;
  padding: 3px;
  }
td.header {
  color: #ffffff;
  background-color: #000000;
  font-size: 11pt;
  font-weight: bold;
  }
td.rest {
  background-color: #cccccc;
  padding: 7px;
  }
td.miniHeader {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 8pt;
  }
td.miniRest {
  background-color: #cccccc;
  font-size: 8pt;
  padding: 3px;
  }
td.S_header {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 8pt;
  }
td.S_rest {
  background-color: #cccccc;
  color: #000000
  font-size: 8pt;
  padding: 3px;
  }
td.divider {
  background-color: #000000;
  }
td.warning {
  background-color: #ff0000;
  color: #ffffff;
  font-weight: bold;
  }

.input {
  background-color: #ffffff;
  color: #000000;
  font-size: 10pt;
  border: 1px solid #000000;
  }
.miniInput {
  background-color: #ffffff;
  color: #000000;
  font-size: 8pt;
  border: 1px solid #000000;
  }
.S_input {
  background-color: #ffffff;
  color: #000000;
  font-size: 8pt;
  border: 1px solid #000000;
  }

td.navigation-square {
  padding: 5px;
/*  background-color: #FFFFFF;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  border-top: 2px solid #000000; */
  }
td.navigation {
  background-color: #ffffff;
  border-bottom: 2px solid #000000;
  }
td.logo-image {
  border-bottom: 2px solid #000000;
  background-color: #cccccc;
  }
td.header-adarea {
  border-bottom: 2px solid #000000;
  background-color: #000000;
  color: #ffffff
  }
td.sidebar {
  background-color: #333333;
  background-repeat: repeat-y;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 180px;
  padding-bottom: 100px;
  }
td.contents {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 15px;
  padding-bottom: 100px;
  background-color: #FFFFFF;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #;
  }
span.sitename {
  color: #FFFFFF;
  font-size: 20pt;
  font-weight: bold;
  }
span.siteslogan{
  color: #CCCCCC;
  font-size: 10pt;
  font-weight: bold;
  }
span.header-adarea{
  color: #ffffff;
  font-size; 12pt;
  font-weight: bold;
 }
.table {
  background-color: #cccccc;
  }
td.pbContents {
  background-color: #ffffff;
  padding: 5px;
  }

