html, body, form {
    background-color: #ffffff;
    color: #262a39;
    margin: 0px;
	padding: 0px;
}
p {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
}
img {
	border: 0px;
}
fieldset {
	border-left: 0px;
	border-right: 0px;
	border: 1px solid #ccccdd;
}
body, td, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#container {
    text-align:left;
	width: 857px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 0px;
	padding: 0px;
}
#content {
	border: 1px solid #262a39;
}
#language {
	text-align: right;
	margin: 3px;
}
#footer {
	text-align: left;
	margin: 0px;
	background-color: #262a39;
	color: #ffffff;
	padding: 5px;
	border: 1px solid #262a39;
	width: 845px;
}
a {
    color: #262a39;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#menu {
	width: 150px;
	background-color: #262a39;
	color: #ffffff;
	text-align: right;
}
/* Styles for the entire LavaLamp menu */
.lavaLamp {
    height: 25px;
	background-color: #262a39;
    overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px 0;
	text-align: center;
	border-bottom: 1px solid #262a39;
}
/* Force the list to flow horizontally */
.lavaLamp li {
	float: left;
	list-style: none;
	border-right: 1px solid #ccccff;
	width: 100px;
	text-align: center;
}
/* Represents the background of the highlighted menu-item. */
.lavaLamp li.back {
	background-color: #ccccff;
	color: #262a39;
	height: 25px;
	z-index: 8;
	position: absolute;
	width: 9px;
}
.lavaLamp li.back .left {
	height: 25px;
}
/* Styles for each menu-item. */
.lavaLamp li a {
	position: relative;
	overflow: hidden;
	font-size: 8pt;
	color: #fff;
	outline: none;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	height: 25px;
	line-height: 25px;
	top: 0px;
	left: 0px;
	z-index: 10;
	letter-spacing: 0px;
	float: left;
	display: block;
	text-decoration: none;
	width: 100px;
}
.lavaLamp li a:hover {
	text-decoration: none;
}
.transferer {
	border: 1px dashed #262a39;
}
#text h1, #text h2, #text h3, #text p {
	margin-left: 15px;
	margin-right: 15px;
}
#text h1 {
	border-bottom: 1px solid #cccccc;
	font-size: 12pt;
	margin-top: 10px;
	margin-bottom: 10px;
}
#text h3 {
	font-size: 9pt;
}
.error {
	color: #CC0000;
	font-weight: bold;
	margin: 5px;
}
.message {
	color: #00CC00;
	font-weight: bold;
	margin: 5px;
}
