body {
	font-family: Arial;
	font-size: 13px;
}
h1 {
	font-size: 19px;
}
h2 {
	font-size: 15px;
	margin: 25px 0 15px 0;
}
p {
	text-align: justify;
}
.nod, hr, #header, #logo, #menu, #submenu, #footer {
	display: none;
}
.half1 {
	float: left;
	width: 45%;
	margin: 0 5% 0 0;
}
.half2 {
	float: left;
	width: 50%;
}
.clean {
	clear: both;
	font-size: 1px;
	height: 2px;
}
.picture {
	float: right;
	border: 1px solid #b7bae1;
	margin-left: 10pt;
}
.picturel {
	float: left;
	border: 1px solid #b7bae1;
	margin-right: 10pt;
}
.visible {
	border-collapse: collapse;
}
.visible th {
	padding: 1px 5px 1px 0;
	text-align: left;
	font-weight: bold;
}
.visible td {
	padding: 1px 5px;
}
.mt0 {
	margin-top: 0;
}
.mt10 {
	margin-top: 10px;
}