a:link {
	text-decoration: none;
	color: #7E6B5F;
}
a:visited {
	text-decoration: none;
	color: #7E6B5F;
}
a:hover {
	text-decoration: underline;
	color: #55463E;
}
a:active {
	text-decoration: none;
	color: #7E6B5F;
}

.path {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 24px;
	color: #333333;
}

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
}

.links_sel {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #55463E;
}

.links_flag {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #55463E;
	font-weight: bold;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

th {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

form {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	}

input {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

select {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	list-style-type: circle;
	list-style-position: outside;
}

li {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

ol {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	list-style-type: upper-alpha;
	list-style-position: outside;
}

.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
}

.big {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	text-align:center
}

.testo {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-align:justify;
}

.bodystyle {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

.box1 {
	padding: 3px;
	border-width: thin;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	border-width: 3px;
	border-style: solid;
	padding: 5px;
}
#box_testo {
 border: 1px solid #CCCCCC;
 overflow: auto; 
 height: 390px;
 width: 535px; 
 padding-right: 10px;
 padding-left:5px;
 text-align:justify;
 }
 #box_testo_pb_op {
 border: 1px solid #CCCCCC;
 overflow: auto; 
 height: 355px;
 width: 535px; 
 padding-right: 10px;
 padding-left:5px;
 }
 #box_testo_pb_lv {
 overflow: auto; 
 height: 355px;
 width: 535px; 
 padding-right: 10px;
 padding-left:5px;
 text-align:justify;
 }