@charset "UTF-8";
/* CSS Document */
body{
	padding: 0px;
	margin: 0px;
	background-color: white;
}

.menu_block{
	background-color:#FFF;
	border-right:dashed;
	border-right-width:1px;
	padding-top:20px;
	padding-right:20px;
}
.menu_block a:link, .menu_block a.link {
	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size:16px;
	color:#360;
}
.menu_block a:visited, .menu_block a.visited {
	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size:16px;
	color:#030;
}
.menu_block a:hover, .menu_block a.hover {
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size: 16px;
	color: Lime;
}
.menu_block img {
	border-width:0px;
	border:none;
}

.menu_strip{
	background-color:#030;
	border-bottom-color:#000;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-top-color:#000;
	border-top-style:solid;
	border-top-width:1px;
	color:#FFF;
	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size:22px;
	font-variant:small-caps;
}
.page_block{
	background-color: white;
	text-align: justify;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom-color: #C00;
	border-right-color: #C00;
	border-top-color: #C00;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
}

.tr_block{
	background-color: white;
	text-align: justify;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom-color: #C00;
	border-right-color: #C00;
	border-top-color: #C00;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-right-width: 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-left:solid;
	border-left-width:2px;
	border-left-color:#C00;
}

.img_testo{
	float:left;
	padding:5px;
	border:none;
}
.footer{
	width:880px;
	height:40px;
	background-color:#400;
	color:#FFF;
	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size:14px;
	border-right:solid;
	border-right-width:2px;
	border-right-color:#C00;
	border-left:solid;
	border-left-width:2px;
	border-left-color:#C00;
	border-bottom:solid;
	border-bottom-width:2px;
	border-bottom-color:#C00;
}
.footer a:link, .footer a.link{
	font-family:"Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size:16px;
	color:#f44;	
}
.testo{
	background-color: white;
	text-align: justify;
	font-family: "Book Antiqua", "Palatino Linotype", Palatino, serif;
	font-size: 16px;
	padding-left: 20px;
	padding-right: 20px;

}