﻿body 
{
	background-color: #ffffff;
	margin: 0 auto auto auto;
	width:1000px;
	padding: 0;
	font-family: 'Verdana';
	font-size: 8pt;
	color:  #606060;
}

/* 1 HEADER */
.header {
	background-image: url(Images/Top_Red.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 1000px;
	height: 100px;
	border: 1pt solid #d3d3d3;
	margin-left: 0;
	margin-right: auto;
}

/* 2 CONTENT */
.content {
	background-repeat: no-repeat;
	position: relative;
	width: 1000px;
	/* border: 1pt solid #a9a9a9; */ 
	border-right: lightgrey 1pt solid;
	border-left: lightgrey 1pt solid;
	margin-left: 0;
	margin-right: auto;
}

.contentnav
{
	font-family: 'Microsoft Sans Serif';
	font-size: 9pt;
	background-repeat: no-repeat;
	position: relative;
	width: 1000px; /* border: 1pt solid #a9a9a9; */
	border-right: lightgrey 1pt solid;
	border-left: lightgrey 1pt solid;
	border-bottom: lightgrey 1pt solid;
	margin-left: 0;
	margin-right: auto;
}

.tableborder {
	background-repeat: no-repeat;
	position: relative;
	/* width: 1000px;
	   border: 1pt solid #a9a9a9; */ 
	border-right: lightgrey 1pt solid;
	/* border-left: lightgrey 1pt solid; */
	margin-left: 0;
	margin-right: auto;
}

.bggrid {
    background-color:  #661f00;
}	

.bggroup {
    background-color:  #ffcc33;
}

.intmenu {
    color:  #661f00;
}	

.cellborder {
	background-color: Orange;

}	
.cellimgbg {
	background-color: Orange;

}	
.linecolor 
{
	color: #C72108;
	width: 80%;
	height:1pt;
}

/* 3 FOOTER */
.footer {
	background-image: url(images/Bot_Red.gif);
	background-repeat: no-repeat;
	position: relative;
	width: 1000px;
	height: 25px;
	border: 1pt solid #d3d3d3;
	margin-left: 0;
	margin-right: auto;
}

.menutop {
	font-family: 'Verdana';
	font-size: 8pt;
	/* color: #400006; 
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold; */
}
/* pulsanti lingua */
.language {
	font-family: 'Verdana';
	font-size: 8pt;
	/*color: #ffffff; 
	 font-weight: bold; */
}
/* Linee */

.linedes {
	/*background-color: Maroon;*/
	/* width: 80%; */
}

A:link  {
    text-decoration: none;
    color:  #661f00;
}

A:hover {
    text-decoration: none;
    color:  #661f00;
}
A:visited {
    text-decoration: none;
    color:  #661f00;
}
A:active {
	text-decoration: none;
    color:  #661f00;
}

