body {
    background: url(img/sfondo_pagina.jpg);
	border-top-width: 0px;
	border-top: 0;
	border-left:0;
	margin-top: 0px;
	margin-left:0px;
	margin-right:0px;
}

.testo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
}

.testopiccolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
}

.testopiccolonero {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
}

.testomoltopiccolo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #FFFFFF;
}

.titolo {
	font-size: medium;
	weight:bold;
}


.paragrafo { line-height: 120%; }

.enfasi {
	weight:bold;
}

a:link {
	color: #FFFF00;
	text-decoration: underline;
}

a:visited {
	color: #FFFF00;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	
}

a:active {
	color: #FFFFFF;
	text-decoration: underline;
}

.menu a:link {
	color: #FFFFCC;
	text-decoration: none;
}
.menu a:visited {
	color: #FFFFCC;
	text-decoration: none;
}
.menu a:hover {
	color: #FFFFCC;
	text-decoration: underline;
}
.menu a:active {
	color: #FFFFCC;
	text-decoration: underline;
}


.testocorpo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
}

.testocorpo a:link {
	color: #FF6600;
	text-decoration: underline;
}
.testocorpo a:visited {
	color: #FF9900;
	text-decoration: underline;
}
.testocorpo a:hover {
	text-decoration: none;
}
.testocorpo a:active {
	color: #FF6600;
	text-decoration: none;
}

hr {
	height: 1px;
}

img {
	border: 0;
}

.t_left {
	background-image:  url(img/top_left.gif);
	width: 20px;
	height: 20px;
}
.t_center {
	background-image:  url(img/top_center.gif);
}
.t_right {
	background-image:  url(img/top_right.gif);
	width: 20px;
	height: 20px;
}
.left {
	background-image:  url(img/left.gif);
}
.right {
	background-image:  url(img/right.gif);
}
.b_left {
	background-image:  url(img/bottom_left.gif);
	height: 20px;
	left: 20px;
}
.b_center {
	background-image:  url(img/bottom_center.gif);
}
.b_right {
	background-image:  url(img/bottom_right.gif);
}
.bodytable {
	width: 550px;
	background-image:  url(img/body_bg.jpg);
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #666666;
	padding-top : 10px;
	padding-bottom : 10px;
}

.box {
	padding:10px;
}