body {
	background-repeat:repeat-x;
	background-color:#ffeed4;
	margin:0px;
	
	font-family:Arial Narrow, Arial, Verdana, sans serif;
	font-size:11pt;
}

/*--------------------------------------------
/*GENERAL
/*--------------------------------------------
*/

hr {
	background-color:#000000;
	margin-bottom:10px;
	width:100px;
}

img {
	border:none;
}

#content {
	margin:0px auto;
	width:810px;
	text-align:left;
}

	.clear {
		clear:both;
		/*float:none;
		width:100%;*/
	}

#bottomSign {
	/*position:absolute;
	bottom:5px;*/
	margin:10px;
	font-size:9pt;
	text-align:center;
}

	#bottomSign a, #bottomSign a:* {
		text-decoration:none;
		color:#000000;
	}
	
#bottomWarning {
	font-variant:small-caps;
	color:red;
	margin:10px;
	font-size:12pt;
	text-align:center;
}

.title {
	font-family:Arial Black, Arial, Impact, sans serif;
	font-size:13pt;
}

.text {
	text-align:justify;
}

	.text div {
		margin:5px;
	}

	.title span {
		padding:5px 10px;
	}
	
	.title a, .title a:*, .text a, .text a:*{
		text-decoration:none;
		color:#000000;
	}

.sign {
	text-align:right;
	font-size:6pt;
}

.pad {
	margin:1em;
}

.urgent {
	color:red;
	font-weight:bold;
}

/*#imgBas {
	width:800px;
}*/

	#imgBas img {
		margin:1em;
	}
	
.white_link a {color:#FFFFFF}