#container_home{
	width:700px;
	margin:auto;
}

#container{
	width:698px;
	margin:auto;
	border-left:solid 1px #000042;
	border-right:solid 1px #000042;
}

#header{
	background-color:#000042;
	border-bottom:solid 2px #ffffff;
	color:#9999b3;
	padding:8px 0px 8px 0px;
}
div.clock{
	float:left;
	width:139px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
}

#home{
	background:url(../gfx/home.jpg) no-repeat;
	height:321px;
	border-bottom:solid 2px #ffffff;
	padding:18px 0px 0px 38px;
	position:relative;
}
#fl{
	position:absolute;
	top:0px;
	left:0px;
}
#enter{
	width:700px;
	background-color:#526a91;
	border-top:solid 2px #000042;
}
#enter div{
	width:137px;
	padding-left:198px;
	margin-left:365px;
	border-left:solid 1px #000042;
}
#enter a{
	width:100px;
	display:block;
	background:url(../gfx/arrow-home.gif) no-repeat 17px 9px;
	padding:4px 0px 3px 33px;
	color:#ffffff;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	border-left:solid 1px #000042;
	text-decoration:none;
}

#footer_home{
	height:47px;
	background:url(../gfx/bg-footer.gif) no-repeat #000042;
	font-family:"trebuchet ms",Verdana,Arial;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
}
#footer_home a{
	display:block;
	width:255px;
	padding-top:17px;
	padding-left:80px;
	text-decoration:none;
}

#menu{
	background-color:#526992;
	height:60px;
	border-top:solid 2px #000042;
	padding:2px 0px 0px 10px;
}
.menu1{
	background-image:url(../gfx/logo-menu.gif);
	background-repeat:no-repeat;
	background-position:top right;
}
.menu2{
	background-image:url(../gfx/logo-menu1.gif);
	background-repeat:no-repeat;
	background-position:top right;
}

#content{
	position:relative;
	height:346px;
	border-bottom:solid 2px #ffffff;
	background:url(../gfx/bg-main.jpg) no-repeat;
	text-align:right;
}

#content2{
	position:relative;
	height:346px;
	border-bottom:solid 2px #ffffff;
	background:url(../gfx/bg-main2.jpg) repeat-x;
	text-align:right;
}

#footer{
	padding:15px 4px 4px 0px;
	background-color:#000042;
	font-family:"trebuchet ms",Verdana,Arial;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	text-align:right;
}

#arrowUp{
	position:absolute;
	left:340px;
	top:43px;
}
#arrowDown{
	position:absolute;
	left:340px;
	top:323px;
}
#oTextCont{
	position:absolute;
	left:15px;
	top:45px;
	width:315px;
	height:290px;
	overflow:hidden;
}
#oText{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffffff;
	text-align:left;
}
#infobox{
	width:427px;
	height:100%;
	border:solid 2px #000000;
	background-color:#efefef;
	padding:2px;
	color:#000000;
	font-size:12px;
}
#infobox th{
	background-color:#cecfce;
	font-size:10px;
	font-weight:normal;
}
span.table_title{
	font-size:14px;
	font-weight:bold;
}
.green{
	color:green;
}
.red{
	color:red;
}
.grey{
	color:#676b6d;
	font-size:10px;
	text-decoration:none;
}