/* css style sheet */

body {
	background-color: white;
	font-family: verdana, arial, helvetica, sans-serif;
}

body, td, th {
	font-size: 85%;
}


.box_outer {
	background-color: #e0e0e0;
#	color: white;
#	font-size: 14pt;
#	font-weight: bold;
}

.box_inner {
	padding: 5px;
	border: 2px solid #e0e0e0;
}

th {
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
}

th.noul {
	font-weight: bold;
	text-align: left;
}

span.pr {
	display: none;
}
