/* CSS Document */
body {
	padding : 0;
	margin : 0;
	background-image : url(images/bg.gif);
	background-repeat : repeat-x;
	font-size: 80%;
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
}
pre {
	background-color: #EEEEEE;
	font-size: 10px;
}
h2 {
      font-family: "Trebuchet MS", Georgia, Times, serif;
      font-size: 150%;
      font-weight: bold;
      color: #6699CC;
}
p {
      font-family : "Trebuchet MS", Georgia, Times,serif;
      font-size : 100%;
      font-weight : normal;
      color : #000;
      background-color : transparent;
      line-height : 140%;
}
img {
	padding-top: 4px;
	padding-bottom: 4px;

}

.centraimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
/*
questo e' ok per applicare la class su IMG
	text-align:center;
    display:block;
*/
}
.centraimg_p {
	text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
}

#header_1 {
	font-family : "Trebuchet MS", Georgia, Times, serif;
	font-size : 350%;
	font-weight : bold;
	color : #cbe5ff;
	background-color : transparent;
	position: absolute;
	left: 10px;
	top: 10px;
}
#header {
	position: absolute;
	top : 70px;
	left: 10px;
	font-family : "Trebuchet MS", Georgia, Times, serif;
	font-size : 100%;
	font-weight : bold;
	color : #cbe5ff;
}
#th_network {
	background-color: #CBE5FF;
	padding: 4px;
}
#header_2 {
	position: absolute;
	top : 20px;
	right: 20px;
}
#petty {
	background-color: #CBE5FF;
	font-weight: bold;
	text-align: center;
}
#col_1{
	position: absolute;
	top : 130px;
	left : 10px;
	width : 180px;
}
#col_2 {
	position: absolute;
	top : 130px;
	left : 200px;
	right : 200px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #6699CC;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #6699CC;
	padding-right: 5px;
	padding-left: 5px;
	width: auto;
}
#col_3 {
	position: absolute;
/*
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #6699CC;
*/
	top : 130px;
	width : 180px;
	right : 10px;
	padding-left: 10px;
}
