@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-size: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#Center{
	width: 980px;
	margin:0 auto;
	position:relative;
	background: #04395a url(../images/BG.png) repeat-x 0 0;
}

#TopLinks{
	position: absolute;
	top:0;
	left:0;
	width: 980px;
	height:22px;
	background-color:#033C51;
	padding-left:85px;
	text-align:left;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing: border-box;
}

#TopLinks a{
	color: #FFF;
	display:inline-block;
	margin-right:25px;
	font-size:10pt;
	text-decoration:none;
	font-weight: bold;
	line-height:22px;
	padding:0 4px;
}

#TopLinks a:hover{
	color: #033C51;
	background-color:#FFF;
}

#ToolsBar{
	text-align:left;
	position: absolute;
	right: 12px;
	top: 35px;
}
#ToolsBar a{
	margin-left: 10px;
}

#Contect{
	text-align:center;
	position:relative;
	zoom:1;
	background:url(../images/Header_70.jpg) no-repeat top left;
	padding-top: 335px;
}

.hr {
	background-color: #CC0000;
	color: #CC0000;
}
h3 {
	color: #000;
	font-size:12pt;
	font-weight:bold;
	margin: 1px;
	margin-bottom:10px;
	padding:1px;
}

h3.Lang {
	color: #FFF;
	margin: 1px;
	cursor:pointer;
	padding:5px 125px;
}

h3.Event {
	color: #42d7da;
}

h2 {
	color:#FFFFFF;
	margin:0px;
	padding:5px;
	border:2px solid #FFCC00;
	
}
.prop {
	font-size: 12px;
	color:#666666;
}


a.FooterLink {
	font-size: 12px;
	color:#666666;
}

a.FooterLink:hover{
	color:#000;
	text-decoration:none;
}

.desc {
	font-size: 12px;
}
.LangTitle{
	text-align:left;
	width: 100%;
}

.LangTitle:hover{
	background-color:#033349;
}

.LangContent{
	padding:0 0 0 125px;
	background-color:#dddddd;
}

.LangContent table{
	margin:10px 0;
}

.Download a{
	text-decoration:none;
	font-size:10pt;
	color:#990000;
	line-height:18pt;
	font-weight:bold;
}

#Footer td{
	background-color:#dddddd;
	height:24px;
	color:#666666;
	line-height: 24px;
	border-top:1px solid #FFFFFF;
}
