@charset "utf-8";
	body {
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:18px;
		color:#000000;
		background-color:#f2ece9;
		text-align:center;
	}
	
	p {  
		margin-bottom: 18px;
		text-align:justify;
	}

	h1 { 
		font-size: 24px;
		line-height: 72px;
		font-weight:bold;
		/*border:1px solid #FF0000;*/
		/*text-transform:uppercase;*/
	}

	h2 {  
		font-size: 18px;  
		line-height: 36px;  
		font-weight:normal;
	}

	h3 {  
		font-size: 14px;
		line-height: 36px;
	}
	
	ul, ol {
		margin-bottom: 18px;
	}
	
	li {
		margin-left: 54px;
		text-align:justify;
	}
	
	ul li {
		list-style-type:disc;
	}

	.left {
		text-align:left;
	}
	
	.right {
		text-align:right;
	}
	
	.center {
		text-align:center;
	}

	.width_25perc {
		width: 25%;
	}

		table.normal {
			margin-bottom:10px;
		}
		
		table.normal,
		table.normal th,
		table.normal td {
			border:1px solid #999999;
			line-height: 18px;
			font-size:11px;
			border-collapse: collapse;
			vertical-align:middle;
		}
		
		table.normal th,
		table.normal td {
			padding-left:10px;
			padding-right:10px;
			padding-top:2px;
			padding-bottom:2px;
		}
		
		table.normal th {
			text-align: center;
			font-weight: bold;
			font-size:12px;
			background-color:#F4F4F4;
		}

		table.normal td {
			vertical-align: middle;
			text-align: center;
			background-color:#FDFDFD;
		}

/* Flags */
	#flags {
		border:none;
		height:36px;
		margin-top:38px;
		width:236px;
		text-align:right;
		float:left;
	}
	
	#flags a:focus {
		outline:none;
	}
	
	
	img.flagimg, img.c_flagimg {
		width:35px;
		height:24px;
		margin:0px 0px 0px 0px;
		float:right;
	}
	
	img.flagimg {
		padding: 6px 6px 6px 6px;
		border:none;
	}

	img.c_flagimg {
		padding: 2px 2px 2px 2px;
		margin: 2px 2px 2px 2px;
		border:2px solid #a9dffe;
	}

	