BODY {
	
padding:0px;
	margin:0px;
	background-color: #484640;
	text-align: center;
}

.titre     { 
font-family: Arial;
	font-size: 10pt;
	color: #666666;
}
.titre2     { 
font-family: Arial;
	font-size: 9pt;
	color: #666666;
}
.txt     {
	font-family: Arial;
	font-size: 8pt;
	color: #C0BEB8;
	font-weight: normal;
}
a.txt:link, a:link {text-decoration: none; font-size: 8pt; color: #C0BEB8;}
a.txt:visited, a:visited {text-decoration: none; font-size: 8pt; color: #C0BEB8;}
a.txt:hover, a:hover {
	text-decoration: none;
	font-size: 8pt;
	color: #FFF;
}
a.txt:active, a:active {text-decoration: none; font-size: 8pt; color: #C0BEB8;}



div.scroll {
	height: 320px;
	width: 599px;
	overflow: auto;	
	background-color: #f5f5f5;	
}
.txt2     {
	font-family: Arial;
	font-size: 8pt;
	color: #FFF;
}

#main {
	width: 640px;
	margin: 0 auto;
	color: #B0ADA4;
	background-color: #605C53;
	padding:10px;	
}
.separator{
	height:20px;
	background-image:url(separator.png);
}
.coloured{
	font-family: Arial;
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
}
th{
	text-align:right;
	padding-right:20px;
	width:270px;
}
table{
	width:100%;
}

.inputfields{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;	
}
.notthere{
	display:none;
}
.red{
	color: #C33;
}

