html, body{width: 100%; height: 100%; margin: 0; padding: 0;}
			
			body{
				background-image: url(../images/bg_blue.jpg);
				background-repeat: repeat;
				width:100%;
				color: #4c596d;
				font-family: Arial, verdana, tahoma; 
				font-weight: normal;
				font-size: 9pt;
			}
			img {border: none;}
			a{color:#4c596d; text-decoration: underline;}
			a:hover{color:#4c596d; text-decoration: none;}
			#container{
				background-image: url(../images/bg_container.jpg);
				background-repeat: repeat-x;
			}
			
			#content{
				width:745px; 
				/*margin-left: 25px;*/
				margin: 0px auto 0px auto;
			}
			div.language{
				height: 20px;
				float: right;
				color: white;
			}
			
			div.language a.act{
				height: 30px;
				float: right;
				color: white;
				background-color: red;
				text-decoration: none;
				margin: 3px 3px 0px 3px;
				padding: 0px 5px 0px 5px;
			}
			
			div.language a{
				height: 30px;
				float: right;
				color: white;
				background-color: black;
				text-decoration: none;
				margin: 3px 3px 0px 3px;
				padding: 0px 5px 0px 5px;
			}
			span{font-size:9pt;}
			
			div.bodytext{ display:block; background-color: white; border-left:1px solid #e1e1e2; border-right:1px solid #e1e1e2; margin:0px; padding: 0px; font-size:9pt; line-height:140%;}
			div.menu{float: left; width: 185px; background-image: url(../images/worldmap.jpg); 
			background-repeat: no-repeat; background-color: white; font-size:9pt;}
			
			div.menu a{text-decoration:none; border-bottom: 1px solid #e0e0e1; color:#981418; display:block; font-weight: bold; height: 20px; margin: 5px 0px 5px 20px; padding: 0px 0px 5px 0px}
			div.right{float: right; width: 505px; margin-left:30px; padding: 0px 20px 0px 0px; text-align:justify; background-color: white;}
			div.right h1{ font-size:14pt; padding: 25px 0px 0px 0px; color:#a01c20 ; font-weight: normal;}
			
			div.top{height: 5px; background-image: url(../images/content_top.jpg); background-repeat: no-repeat; padding:0px; margin: 0px; background-color:#FF0000; font-size:0px;}
			div.bottom{float: left; display: block; height: 8px; width: 745px; background-image: url(../images/content_bottom.jpg); background-repeat: no-repeat; background-position:0px 0px;}
			
			img.menu_icon{ margin: 0px 15px 0px 0px;}
			img.menu_subicon{margin: 0px 10px 0px 30px;}
			
			div.footer{color: white; float: right; margin: 4px 0px 0px 0px; font-size: 8pt;}
			div.footer a{color: white; text-decoration: underline; font-size: 8pt;}
		
			br.clear{clear: both;}
			img.logo{margin-left: 70px; margin-bottom: 10px;}