
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;
}

body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #E3F8E3;
}
/* #65D965 */
div.container {
	position: absolute;
	margin-left: -390px;
	left: 50%;
	top: 0px;
	width: 780px;
}

div.logo {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 780px;
}

div.menu {
	position: absolute;
	left: 0px;
	top: 115px;
	width: 780px;
}

div.main {
	position: absolute;
	left: 0px;
	top: 140px;
	width: 768px;
	height: 440px;
	padding: 5px;
	border-width: 1px;
	border-color: #990000;
	border-style: solid;
	background-position: 0px 0px;
	background-image: url('img/bg2.gif');
	background-repeat: no-repeat;
	background-attachment: fixed;
	/*background-image: url('img/main_bg.gif');*/
	overflow: auto;
}

div.bmit {
	position: absolute;
	left: 0px;
	top: 595px;
	width: 780px;
}

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;
}