@CHARSET "UTF-8";
*{ margin:0; padding:0; }

html{
	background-color:#FFF;
	color:#333;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size:10pt;
	/*background-image: url(imgs/bg_base.png);
	background-repeat: repeat-x;
	background-position: top;*/
}
body{
	margin:5px auto;
	width:900px;
	padding:0px 20px 20px 20px;
}
a{
	color:#333;
}
#top{
	overflow:auto;
	margin:0 0 20px 0;
	padding:0 0 10px 0;
	border-bottom:1px dotted #CCC;
}

#top a,img{
	border:0px;
}
#top #logo{
	width: 171px;
	height: 63px;
	float:left;
	margin:5px 0 0 0;
	border:0px;
}
#top h1{
	visibility:hidden;
	float:left;
	width:0px;
	height:0px;
}

#top p{
	overflow:auto;
	width:200px;
	margin:0 auto;
	font-size:15pt;
	text-align:center;
	float:right;
	color:#999;
}

#menu{
	padding:0 0 0 0px;
	width:200px;
	float:left;
	margin:0 10px 0 0;
	font-size:10pt;
	overflow:auto;
}
#menu li{
	list-style: square inside;
	margin:0 0 3px 0;
}
#menu .sublist li{
	list-style:none inside;
	margin:0px;
	color:#666;
}
#menu .sublist a{
	text-decoration:none;
	color:#999;
}
#menu .sublist{
	margin:0 0 5px 20px;
}

#menu .fs{
	list-style:none;
	margin:30px 0 0 0;
}

#menu .language{
	border-bottom:1px dotted #CCC;
	padding: 0 0 20px 0;
	margin: 0 0 10px 0;
}

#content{
	border-left:1px dotted #CCC;
	border-right:1px dotted #CCC;

	overflow:auto;
	min-height:850px;
	margin:0 0px 30px 0px;
	padding:0 20px 0 20px;
	font-size:9pt;
}
#content h1{
	font-size:16pt;
	margin:0 0 10px 0;
}
#footer{
	border-top:1px dotted #CCC;
	text-align:center;
	font-size:8pt;
	padding:20px 0 20px 0;
	color:#999;
}
#footer a{
	color:#999;
}
