html,body {
        background-color: #e6e8e0;
        text-align: center;
        margin: 0px;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif;
}

img {
        border: 0px;
}

.main {
        background-color: #ffffff;
        border-left: 1px solid #5c6e24;
        border-right: 1px solid #5c6e24;
}

.header {
        background: #647044 url(images/bg-header.jpg) no-repeat center top;
        height: 167px;
        vertical-align: top;
}

.subheader {
        float: right;
        position:relative;
        top: 86px;
        right: 16px;
        text-align: right;
        color: #babaa0;
        font-size: 8pt;
        font-weight: bold;
        text-transform: uppercase;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        line-height: 15px;
}

a {
        text-decoration: none;
        color: c50000;
}

a:hover {
        text-decoration: underline;
}

h1 {
        font-size: 12pt;
        margin: 20px 0px 30px 0px;
        font-weight: bold;
        color: c50000;
        text-align: center;
}

.formtable {
        background-color: #f2f2eb;
        border: 1px solid #700000;
        width: 528px;
}

.formfield {
        padding-right: 15px;
}
.formfield span {
        font-size: 10pt;
        color: #737960;
}

td.label {
        width: 75px;
        color: #c50000;
        padding-left: 15px;
}

.textfield {
        width: 440px;
        font-size: 8pt;
        border: 1px solid #a1a1a1;
        color: #606b41;
        font-weight: bold;
}

.formselect {
        text-align: right;
        padding: 10px 15px 0px 0px;
}

select {
        font-size: 8pt;
        border: 1px solid #a1a1a1;
        color: #606b41;
        font-weight: bold;
        width: 100px;
        text-align: center;
}

.formbutton {
        text-align: right;
        padding: 17px 10px 15px 20px;
}

.results td {
        color: #555541;
        font-weight: bold;
        font-size: 9pt;
        padding: 7px 5px;
}

.results th {
	color: #ab0000;
	font-size: 10pt;
	white-space: nowrap;
        width: 100px;
        padding: 0px 2px;
}

sup {
	white-space: nowrap;
}

.odd td, .odd th {
        background-color: #e9e9de;
}

.row td, .row th {
        background-color: #d7d7ba;
}

.langtable {
        float: left;
        position:relative;
        top: 112px;
        left: 1px;
}

.langtable td {
        background-color: #d1ddb2;
        border: 1px solid #5c6e24;
        padding: 0px 8px;
}

.langtable td a {
        color: #5c6e24;
        font-size: 10px;
        font-weight: bold;
        text-decoration: none;
}

.linkplace {
        width: 500px;
        height: 200px;
        border: 1px solid silver;
        padding: 5px;
}

.linkplaced {
        width: 500px;
        height: 130px;
        border: 1px solid silver;
        padding: 5px;
}

p {
        margin: 20px 30px;
        text-align: justify;
        color: #555541;
        font-size: 10pt;
}

.button {
	width: 62px;
        height: 26px;
        background: url(images/btn-ok.gif) no-repeat;
        border: none;
}