html, body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #A1B7C3;
	height: 100%;
	width: 100%;
	background: #007D7D url('img/main_back.gif');
}
a:link, a:visited {
	text-decoration: none;
	color: #fff;
}
a:hover {
	text-decoration: underline;
	color: #fff;
}
#content {
	width: 772px;
	height: 522px;
	overflow: hidden;
	background-color: #EBF5F5;
	position: relative;
}
#bottom {
	width: 595px;
	margin-top: 0px;
	height: 28;
	padding-right: 12px;text-align: right;
}
#lang {
	width: 595px;
	text-align: right;
	margin-bottom: 7px;
}
#topimg {
	width: 595px;
	height: 92px;
	background: #fff url('menu/img/logo.gif') no-repeat left top;
	text-align: right;
}
#mainf {
	width: 595px;
	height: 335px;
	background: #fff;
	margin: 3px 0 5px 0;
}
.borders {
	border-left: 1px solid #757A7A;
	border-right: 1px solid #C2C7C7;
	border-top: 1px solid #757A7A;
	border-bottom: 1px solid #C2C7C7;
}
img {
	border: 0px;
}
.menu {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
.menu A:link, .menu A:visited, .menu A:active {
	color: #fff;
}
.menu A:hover {
	text-decoration: underline;
	color: #fff;
}
.menu td {
	padding: 2px 5px 4px 10px;
	background: url('img/m_sep.gif') repeat-x bottom;
}

