body {
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #686868;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
td {
	font-size: 12px;
}
a {
	text-decoration: underline;
	color: #E70104;
}
a:hover {
	text-decoration: none;
}
img {
	border: 0;
}
h1 {
	font-size: 22px;
	color: #E70104;
}
h2 {
	font-size: 14px;
	color: #000;
}
h2 a {
	color: #666;
}
h3 {
	color: #E70104;
	font-size: 14px;
}
textarea {
	border: 1px solid #999;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
}
input {
	border: 1px solid #999;
	font-size: 12px;
}
.testomini {
	font-size: 11px;
	color: #E70104;
}
#presentazionehome {
	padding-right: 30px;
	padding-left: 30px;
	line-height: 17px;
}

#menuhome {
	width: 100%;
	text-align: center;
	height: 30px;	
}
#menuhome table {
	background-color: #FFF;
}
#menuhome td {
	background-color: #E60003;
	width: 20%
}
#menuhome a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
#corpo {
	width: 850px;
	background-color: #FFF;
}
#corposx {
	width: 195px;
	background-color: #f8f8f8;
}
#corpodx {
	width: 130px;
	border-left: 1px solid #EDEDED;
	background-color: #F8F8F8;
}
#menu {
	width: 100%;
}

#menu td {
	background-image: url(images/menu_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 36px;
}
#menu a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	margin-left: 50px;


}
#menu a:hover {
	color: #E70104;
}

#menu2 {
	width: 100%;
}
#menu2 a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	margin-left: 10px;
}
#menu2 a:hover {
	color: #E70104;
}

#banner {
	width: 100%;
	margin-top: 10px;
}
#menudx {
	width: 100%;
	/*margin-top: 5px;*/
}
#menudx td {
	border-bottom: 1px solid #EDEDED;
}
#menudx a {
	color: #666;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
#menudx a:hover {
	color: #E70104;
}
#content {
	width: 100%;
	padding: 5px;
}
#interna {
	width: 100%;
	padding: 5px;
}
#interna td {
	border-bottom: 1px solid #EDEDED;	
}
#interna p {
	border-bottom: 1px solid #EDEDED;	
}
li {
	list-style-type: square;
}

a.linkpdf{
	background: url(images/acroread.gif) no-repeat center left;
	padding: 2px 0 2px 17px;
}