body {
  background: #ffffff;
  margin: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  text-align: left;
  color: #666666;
  font-size: small;
  }
h1 {
    color: #001177;
    background-color: #e2e5f9;
    font-size: 16pt;
    margin: 3px;
}
.message {
    color: #663333;
    background-color: #ccffcc;
    border: 1px dashed #001177;
    font-size: 12pt;
}

h2{
    color: #001177;
    background-color: #e2e5f9;
    font-size: 16pt;
    margin: 5px;
}

h3{
    color: #001177;
    font-size: 12pt;
    margin: 1em 0em 1em 0em;
}

textarea, input {
    font-family: Verdana; 
    font-size: small;
}

a:link, a:visited {
  color: #663333;
  text-decoration: none;
  }
a:hover {
    color: #001177;
    text-decoration: none;
}
h1 a:hover, h1 a:link, h1 a:visited {
    color: #001177;
    text-decoration: none;
    font-weight: bold;
}
a img {
  border-width: 0;
  }

table {
    padding: 0px;
    border: 0px;
    border-collapse: collapse;
    padding: 5px;
    font-size: 11px;
}

table th {
    background-color: #e2e5f9;
    border: 0px;
    color: #7b7dc1;
}

table td {
    border: 0px;
    text-align: left;
    font-weight: normal;
}

table.main {
    border: 1px solid #e2e5f9;
}
table.main th{
    padding: 0em;
}
table.main td{
    padding: 0px 5px 0px 5px;
}

tr.r0 {
    background-color : #ffffff;
}

tr.r1 {
    background-color : #e2e6e6;
}

table.white td{
    border: 0px;
}

.colorbox {
    width: 16px;
    height: 16px;
    border: 1px solid #666666;
}

.label {
    text-align: right;
    vertical-align: top;
    width: 100px;
}

.menu {
    margin: 0 10px 0 10px;
    width: 120px;
    color: #7b7dc1;
}

.menu td {
    border: 1px solid #ffffff;
    background-color: #e2e5f9;
}

.menu th {
    border: 1px solid #ffffff;
    background-color: #7b7dc1;
    color: #ffffff;
}
.menu a:hover, .menu a:link, .menu a:visited {
    text-decoration: none;
    font-weight: normal;
}

.comments_name {
    color: #7b7dc1;
    font-weight: bold;
}

.comments_date {
    color: #7b7dc1;
}

.comments_text {
    margin-left: 1em;
}


