html,body {
        background-color: #eef3f4;
        text-align: center;
        margin: 0px;
        padding: 0px;
        font-family: Arial, Helvetica, sans-serif;
}

img {
        border: 0px;
}

.main {
        background-color: #ffffff;
        border-left: 1px solid #354e54;
        border-right: 1px solid #354e54;
}

.header {
        background: #385258 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: #b4cbd0;
        font-size: 8pt;
        font-weight: bold;
        text-transform: uppercase;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        line-height: 15px;
}

h1 {
        font-size: 12pt;
        margin: 20px 0px 30px 0px;
        font-weight: bold;
        color: #354e54;
        text-align: center;
        text-decoration: none !important;
}

.formtable {
        background-color: #e9e9e9;
        border: 1px solid #354e54;
        width: 528px;
}

.formfield {
        padding-right: 15px;
}
.formfield span {
        font-size: 10pt;
        color: #354e54;
}

td.label {
        width: 75px;
        color: #354e54;
        padding-left: 15px;
}

.textfield {
        width: 440px;
        font-size: 8pt;
        border: 1px solid #a1a1a1;
        color: #354e54;
        font-weight: bold;
}

.formselect {
        text-align: right;
        padding: 10px 15px 0px 0px;
}

select {
        font-size: 8pt;
        border: 1px solid #354e54;
        color: #354e54;
        font-weight: bold;
        width: 100px;
        text-align: center;
}

.formbutton {
        text-align: right;
        padding: 17px 10px 15px 20px;
}

.button {
	width: 70px;
        height: 22px;
        border: none;
        background: transparent url(images/btn-ok.gif) no-repeat center center;
}

.results td {
        color: #354e54;
        font-weight: bold;
        font-size: 9pt;
        padding: 7px 5px;
}

.results th {
        color: #354e54;
        font-size: 10pt;
        width: 55px;
}

.odd td, .odd th {
        background-color: #d8d8d8;
}

.row td, .row th {
        background-color: #c7c7c7;
}

.resheader td {
	padding: 4;
	margin: 0;
        background-color: #aac8ce;
        font-size: 12pt;
        font-weight: bold;
        color: #598891;
        padding-left: 30px;
}


.langtable {
	float: left;
	position:relative;
	top: 112px;
	left: 1px;
}

.langtable td {
	background-color: #e0e4e5;
	border: 1px solid #354e54;
	padding: 0px 8px;
}

.langtable td a {
	color: #354e54;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.linkplace {
	width: 400px;
        height: 100px;
        border: 1px solid silver;
}

p {
	margin: 20px 30px;
        text-align: justify;
        color: #354e54;
        font-size: 10pt;
}