body { 
	background: #3366CC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 5px;
	margin-left: 5px;
}

h1, h2, h3 {
	font-family: "Times New Roman", serif;
}

h1 {
     font-size: 20px; color: #380071; 
     font-weight: 300;
     margin-top: 20px; margin-bottom: 6px;
}

h2 {
     font-size: 18px; color: #380071; 
     font-weight: 300;
     margin-top: 16px; margin-bottom: 6px;
}

h3 {
     font-size: 15px; color: #380071; font-weight: bold; font-style: italic;
     margin-top: 12px; margin-bottom: 6px;
}

p { 
     font-size: 12px; color: #280051; 
     text-align: justify; margin-bottom: 8px; margin-top: 0px
}

p a:link { 
	font-weight: bold;
	color: #006F93;
	text-decoration: none;
}

p a:visited { 
	font-weight: bold;
	color: #006F93;
	text-decoration: none;
}

p a:hover { 
	font-weight: bold;
	color: red;
	text-decoration: none;
}

table { 
     font-size: 12px; color: #280051; 
     margin-bottom: 0px; margin-top: 0px
}

#div1 {
	 background: #C0C0C0;
	 width: 300px; 
	  }

#div2 {
	 background: #C0C0C0;
	 width: 300px; 
	 position: absolute; 
	 top: 400px;	 
	 left: 400px;
}

.pscroll { 
	font-weight: normal;
	font-size: 10px; color: white; 
	text-align: justify; text-indent: 0px; 
}

a.pscroll:link {
	font-weight: normal;
	color: white;
	text-decoration: none;
}

a.pscroll:visited {
	font-weight: normal;
	color: white;
	text-decoration: none;
}

a.pscroll:hover {
	font-weight: normal;
	color: lime;
	text-decoration: none;
}

.tabmen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	font-weight:bold; 
	text-align: center;
	background-color: #0099CC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006666;
	border-bottom-color: #006666;
	border-left-color: #006666;
}

.clmen {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366;
	background-color: #0099CC;
	border-right-width: 1px; /* Come si puņ notare, per le celle definiamo solo il bordo destro */
	border-right-style: solid;
	border-right-color: #006666;
}

.clmen a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003366; /* Questo č il colore del link */
	padding-top: 2px;
	padding-bottom: 2px;
	display: block; /* Fondamentale! Da impostare sempre */
	position: relative; /* Fondamentale! Da impostare sempre */
	text-decoration: none; /* Eliminiamo la sottolineatura del link */
}

.clmen a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white; /* Cambiamo il colore del link al passaggio del mouse */
	background-color: #003366; /* Cambiamo il colore di sfondo al passaggio del mouse */
	text-decoration: none;
}

table.tab1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	table-layout : fixed;
	width : 600px;
	border-collapse : collapse;
	border: 1px solid black;
	border-color: #000080;
	empty-cells : hide;
}

table.tab1 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px; color: #280051; 
	border: 1px solid black;
	border-color: #c0c0c0;
	background: #F9FFFB;
	padding: 2px;
}

table.tab1 td.cll1 {
	width : 250px;
	text-align: left; 
}

table.tab1 td.cll2 {
	width : 150px;
	text-align: left; 
}

table.tab1 td.cll3 {
	width : 30px;
	text-align: center; 
}

table.tab1 td.cll4 {
	text-align: center; 
	font-size: 10px;
}

table a:link { 
	font-weight: bold;
	color: #006F93;
	text-decoration: none;
}

table a:visited { 
	font-weight: bold;
	color: #006F93;
	text-decoration: none;
}

table a:hover { 
	font-weight: bold;
	color: red;
	text-decoration: none;
}

input.btng {
	background-color: #ceeac6;
	color: #280051;
	font-size: 11px;
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	border-width: 2px;
}

textarea.btng {
	background-color: #ceeac6;
	color: #280051;
	font-size: 11px;
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	border-width: 2px;
}

select.btng {
	background-color: #ceeac6;
	color: #280051;
	font-size: 11px;
	font-family: Verdana, Sans-serif;
	font-weight: bold;
	border-width: 2px;
}


.tabform {
border-collapse : collapse;
border : 1px solid #ceeac6;
width : 100%;
}
.tabform th {
border : 1px solid #C0C0C0;
text-align : center;
color : #ffffff;
background-color : #006666;
font-weight : bold;
padding: 0.1em;
}
.tabform th:first-letter {
text-transform: uppercase;
}
.tabform td, .tabform tr {
border : 1px solid #C0C0C0;
}
.tabform td {
padding: 0.1em;
}
caption {
font-size : 110%;
font-weight : bold;
}

