body {
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: Teal;
/*	background-image: url(images/img_sfondo_prova.jpg); */
}
p, a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	color: Black;
}
a {
	color: blue;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 28px;
	color: #0172BE;
}

h2 {
	font-size: 22px;
	color: #0172BE;
}

h3 {
	font-size: 18px;
	color: Black;
}

h4 {
	font-size: 16px;
	color: #0172BE;
	text-decoration: underline;
}

h6 {
	font-size: 16px;
	color: #0172BE;
	line-height: 20px;
}

ul, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: Black;
	padding-bottom: 5px;
	outline-color: blue;
	list-style: outside;
}


.citazione {
    width: 900px; 
    margin: 30px; 
    padding: 10px; 
    background-color: #EEEEEE;
}

#wrapper { 
 margin: 0 auto;
 width: 980px;
}

/*
barra di navigazione
*/
#navigation {
	float: left;
	width: 980px;
	color: #FFFFFF;
	padding: 10px 0px 30px 0px;
	margin: 0px 0px 0px 0px;
}

.indentmenu{
	font: bold 14px Arial;
	width: 100%; /*leave this value as is in most cases*/
	overflow: hidden;
	line-height: 25px;
}

.indentmenu ul{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	width: 100%; /*width of menu*/
	background: white url(images/bg_menu.gif) center center repeat-x;
}

.indentmenu ul li{display: inline;}

.indentmenu ul li a{
	font: bold 14px Arial;
    float: left;
    color: white; /*text color*/
    padding: 5px 15px;
    text-decoration: none;
}

.indentmenu ul li a:visited{color: white;}

.indentmenu ul li a:hover, .indentmenu ul li .current{
    color: white !important; /*text color of selected and active item*/
    padding-top: 6px; /*shift text down 1px for selected and active item*/
    padding-bottom: 4px; /*shift text down 1px for selected and active item*/
    background: white url(images/bg_menuactive.gif) center center repeat-x;
}

.progtab {
	width: 100%;
}

.progtd1  .progtd2 . progtd0{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	vertical-align: top;
}

.progtd0 {
    padding: 5px;
	text-align: justify;
	background: #0172BE; 
	color:white;
    font-size:18px;
    font-weight:bold; 	
}

.progtd1 {
    padding: 5px;
    font-size:14px; 
	text-align: right;
	width: 100px;
	background: aqua;
	color: black;	
	font-weight: bold; 	
}
.progtd2 {
    padding: 5px;
    font-size:14px;
	text-align: justify; 
	color:black; 	
}