body, table, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #643F1B;
	}
body, table, ul, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	}
	
h1 {
	font-size: 1.8em;
	}
h2 {
	font-size: 1.5em;
	}
h3 {
	font-size: 1.3em;
	}
h4 {
	font-size: 1.2em;
	}
h5, h6 {
	font-size: 1.1em;
	}
	
a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 9pt;
	}
a.Important {
	color: #FF3333;
	}
a:hover, a:active {
	color: #643F1B;
	text-decoration: none
	}
.annonce a {
	color: #5E0000;
	}
	
table {
	border-collapse: collapse;
	}
table.annonce {
	border: #BBA883 solid 2px ;
	width: 550px;
	margin-bottom: 20px;
	}
table.annonce thead {
	background: #ECE0C8 ;
	font-size: 0.8em ;
	text-align: center ;
	}
table.annonce tfoot td {
	background: #BBA883 ;
	font-size: 0.7em ;
	text-align: right ;
	}
table.annonce tfoot img {
	float: left ;
	}
table.annonce table {
	width: 544px;
	}
	
.BigTxt {
	font-size: 1.5em;
	}
.MediumTxt {
	font-size: 0.9em;
	font-weight: bold;
	}
.SmallTxt {
	font-size: 0.8em;
	}
.MicroTxt { 
	font-size: 0.7em;
	}
.Important {
	font-size: 1.5em;
	color:red;
	}
	
.toright {
	float: right ;
	}
