body {
	margin: 0px;
	color: black;
	background-color: #1a5c8c;
} 

body,th,td,p,select,input {
	font-family: Tahoma, Verdana, Arial, Helvetica, Geneva, Sans-Serif;
	font-size: 8pt;
}

a:link, a:visited, a:active {
	color: #0000ff;
}

p, h1, h2, h3 {
	margin-top: 0px;
}

h1, h2, h3 {
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, Geneva, Sans-Serif;
	color: #140174;
}

h1 { font-size: 11pt; }
h2 { font-size: 10pt; }
h3 { font-size: 9pt; }

#container {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#frame {
	margin-top: 5px;
	background-color: #c0c0c0;
	padding: 0px;
	border: 2px solid white;
	min-height: 400px;
}

#languages {
	margin-left: auto;
	margin-right: auto;
}
#languages ul {
	margin: 0;
	padding: 0;
}
#languages ul li {
	margin: 0px 5px 5px 0px;
	padding: 0;
	list-style: none;
	display: inline;
}
#languages ul li a img {
	border: 2px solid white;
}

#body {
	width: 466px;
	padding: 10px;
	background: url("/images/bodybg.png") 0 0 repeat-x;
	background-color: #c3c3c3;
	min-height: 218px;
	/* height: 218px; */
}
#body p {
}
#body ul {
	line-height: 150%;
}

#header {
	width: 486px;
	height: 260px;
}

#logo {
	float: right;
	width: 280px;
	height: 227px;
}

#menu {
	clear: right;
	float: right;
	width: 280px;
	height: 33px;
}

#cleaner {
	clear: right;
	float: right;
	width: 280px;
	height: 238px;
}

#footer {
	color: white;
	padding-top: 10px;
	clear: right;
	margin-bottom: 10px;
}
#footer table {
	width: 100%;
}
#footer table tr td.col1 {
	text-align: left;
}
#footer table tr td.col2 {
	text-align: right;
}
#footer a {
	color: white;
}

table.table0 {
	border-collapse: collapse;
	empty-cells: show;
	border: none;
	vertical-align: top;
}
table.table0 td {
	padding: 0;
	margin: 0;
}
table.table0 th {
	text-align: left;
}

table.table1 {
	border-collapse: collapse;
	empty-cells: show;
	border: none;
}
table.table1 td {
	vertical-align: top;
	padding: 2px;
	margin: 0;
}
table.table1 th {
	text-align: left;
}

table.tbl_underline {
	width: 100%;
	border-collapse: collapse;
	empty-cells: show;
	border: none;
	vertical-align: top;
}

table.tbl_underline th {
	padding: 1px 1px 1px 1px;
	border-spacing: 0px;
	background-color: black;
	text-align: left;
	color: white;
}

table.tbl_underline td {
	padding-top: 1px;
	border-bottom: 1px solid black;
}

table.tbl_underline td.right {
	text-align: right;
}

table.tbl_underline td img {
	border: none;
}

table.tbl_blank {
	border-collapse: collapse;
	empty-cells: show;
	border: none;
}

table.tbl_blank td {
	padding: 2px;
	vertical-align: top;
}

table.tbl_underline td img {
	border: none;
}

input.button {
	width: 9em;
	height: 2.2em;
	padding: 0 0 2px 0;
}

label {
	font-weight: bold;
	margin-right: 1em;
}

fieldset {
	border: 1px solid black;
	padding: 5px;
	margin-bottom: 1em;
}
fieldset legend {
	font-weight: bold;
	margin-bottom: 1px;
}

div.warning, div.error, div.information {
	padding: 5px 10px 2px 48px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	min-height: 48px;
}
div.warning {
	border: 1px solid gold;
	background-color: #ffffc0;
	background-image: url('/images/warning.png');
}
div.error {
	border: 1px solid #ff8080;
	background-color: #ffc0c0;
	background-image: url('/images/error.png');
}
div.information {
	border: 1px solid #0000c0;
	background-color: #e0e0ff;
	background-image: url('/images/information.png');
}

a.button, a.minibutton {
	border: 1px solid black;
	border-top: 1px solid #d0d0d0;
	border-left: 1px solid #d0d0d0;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	background-color: #c0c0c0;
	text-decoration: none;
	color: black;
}
a.minibutton {
	padding: 0px 2px 2px 2px;
	font-size: 95%;
}
a.button {
	padding: 1px 0.5em 2px 0.5em;
}
a.button:hover, a.minibutton:hover {
	background-color: #e0e0e0;
}

textarea {
        font-family: tahoma, arial, helvetica, sans-serif;
        font-size: 10pt;
}

a.hide {
	color: white;
	text-decoration: none;
}

div#map {
	width: 740px;
	height: 300px;
	border: 1px solid black;
}
