@charset "utf-8";
/* CSS Document */

body {
	background: #707070;
	color: #000;
	line-height: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

#container {
	background: #ffffff;
	margin: 0 auto;
	overflow: hidden;
	padding-left: 35px;
	padding-right: 35px;
	width: 800px;
}

#menu {
	width: 800px;
	height: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	margin-bottom: 35px;
	font-size: 10pt;
}

#language {
	font-size: 8pt;
}

#cover {
	width: 200px;
	padding: 5px;
	border: 1px solid #000;
}

#cover_data_line {
	width: 212px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#footer {
	height: 30px;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	padding-top: 5px;
	width: 800px;
}


