body, td, form, table {
 font-family: Arial;
 font-size: 10pt;
 color: #000000;
}

a:link {
 font-family: Arial;
 color: #000000;
 text-decoration:none;
}
a:visited {
 font-family: Arial;
 color: #000000;
text-decoration:none;
}
a:hover {
 font-family: Arial;
 color: #000000;
 text-decoration: underline;
}

a.active {
 font-weight: bold;
 font-style: italic;
}

.headline {
 font-weight: bold;
}

.tablecell {
 padding-top: 2px;
 padding-left: 5px;
 padding-right: 5px;
 padding-bottom: 2px;
}

.border {
 border-color: #808080;
 border-style: solid;
 border-width: 1px;
 }

#leftcolumn {
 width: 130px;
 float: left;
}

#content {
 width: 520px;
 float: left;
}

#rightcolumn {
 width: 130px;
 float: left;
}

.field {
 border: 1px solid;
 border-color: #808080;
}
.button {
 border: 1px solid;
}