body {
	/* background: url(images/bcg_liteyello.gif); */
	background: url(images/bcg_bleu9660.gif) top left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	margin-left: 20px;
}

div.centered {text-align: center;}
div.centered table {margin: 0 auto; text-align: left;}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: center;	
}

input {
	font-family: Courier;
	font-size: 14px;
	color: #000000;
	background-color: #EBF1FA;
}

input:focus, select:focus {
	background-color: #ffffff;
}

.left   { text-align: left;}
.center { text-align: center;}
.Bold {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-align: left;
}

.WhiteBold {
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}

/* CSS2
 draw a thin blue line around an element when it has the focus,
 and a thick red line when it is active
*/
:focus  { outline: thin solid blue }  
:active { outline: thick solid red }