@charset "UTF-8";
.bckgrdpage {
	background-image: url(bckgrdpage.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.bckgrdcontenu {
	background-image: url(bckgrdcontenu.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #585858;
}
.bckgrdfooter {
	background-color: #585858;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
