<!--
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.top_fondo {
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(//static.forpsi.com/zakaznici/img/top_fondo.gif);
	background-color: #FFFFFF;
}
.bottom_fondo {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FEFEFE;
	background-image: url(//static.forpsi.com/zakaznici/img/bottom_fondo.gif);
}
.sfondo_logo {
	background-image: url(//static.forpsi.com/zakaznici/img/fondo_testo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 228px;
	width: 275px;
}
.sfondo_laterale {
	background-repeat: repeat-x;
	background-position: left center;
}
.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top:10px;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
-->