
a:link {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	color: #990000;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}

html {
	margin:0; padding: 0;
}

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin:0; padding: 0;
}

#container {
	position: relative;
	margin: 0px auto;

	width: 800px;
	padding: 10px;
}

/* #65D965 */
div.logo {
	width: 780px;
	position: relative;
}

#logo-language {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

div.menu {
	width: 780px;
	text-align: center;
	margin-top: 5px;
}

div.main-wrapper {
	background-position: 0px 0px;
	background-image: url('img/bg2.gif');
	background-repeat: no-repeat;
}

div.main {
	position: relative;
	width: 768px;
	height: 440px;
	padding: 5px;
	border-width: 1px;
	border-color: #990000;
	border-style: solid;
	overflow: auto;
}

div.bmit {
	margin-top: 3px;
	width: 780px;
	text-align: center;
}

td.title {
	color: #990000;
	border-bottom: solid 1px #990000;
}

span.title {	
	color: #990000;
	font-weight: bold;
}

div.float_left {
	float: left;
	margin: 5px;
	clear: both;
}

div.float_right {
	top: 100px;
	float: right;
	margin: 5px;
	clear: both;
}
div.clear {
	clear: both;
}

a img {
	border: 1px solid #990000;
}

#logo a img,
#menu a img {
	border: 0;
}

