/*
	Style sheet of the Menu
*/	
table.menu{ 
	width: 190;
}
/*------style sheet of the text------*/
td.menuT {
	background-color: #e7ebf3;
	font-size: 12pt;
	width: 160;
	height: 19;
}
/*------style sheet of the picture------*/
td.menuP {
	background-color: #e7ebf3;
	width: 25;
	height: 20;
}
/*------style sheet of the space between the text------*/
td.menuS {
	width: 25;
	height: 1;
}
/*------style sheet of the space between the text------*/
td.menuS2 {
	width: 160;
	height: 1;
}



/* 
	Style Sheet of the Standard-searches : the parameter's table
*/
table.choice{
	font-family: arial, helvetica, geneva, sans-serif; 
	font-size: 8pt;
	width: 100%;
}
th.choice {
	background-color: #9eadbd;
	font-size: 10pt;
	text-align: center;	
}
td.choice {
	background-color: #ffffcc;
	font-size: 8pt;
	text-align: center;
}

/* 
	Style Sheet of the listing's table
*/
table.list{
	font-family: arial, helvetica, geneva, sans-serif; 
	font-size: 8pt;
	width: 100%;
	text-align: center;
}
th.list {
	background-color: #9eadbd;
	font-size: 9pt;	
}
td.list1 {
	background-color: #f0f3f7;
	font-size: 8pt;
}
td.list2 {
	background-color: #e7ebf3;
	font-size: 8pt;
}
td.list4 {
	background-color: #e7ebf3;
	font-size: 8pt;
	color: #FF3333;
}
td.list3 {
	background-color:#f0f3f7;
	font-size: 9pt;
	width: 50%;
}

/* 
	Style Sheet of the Registration
*/

input {
	font-size: 12px;	
}
/* 
	Style Sheet of the Invoice
*/

table.invoice {
	font-size: 9px;
	font-weight: italic;	
}



/*   Style for the invoices*/




