/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
	overflow: auto;
	scrollbar-face-color: #E8EBF1;
	scrollbar-shadow-color: #666666;
	scrollbar-highlight-color: #E8EBF1;
	scrollbar-3dlight-color: #E8EBF1;
	scrollbar-darkshadow-color: #cccccc;
	scrollbar-track-color: #B4C5DC;
	scrollbar-arrow-color: #949CC9;
	background-color : White;
	margin : 0 0 0 0;
}

P {
	font-family:  Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #666666;
	font-weight: normal;
	font-style:normal;
	text-decoration:none;
	word-spacing:normal;
	letter-spacing:normal;
	text-transform:none;
	text-align : justify;
	border-bottom-width : 0;
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

H1 {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 15px;
	text-decoration:none;
	color: #466186;
	border-bottom-width : 0;
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration:none;
	color: #466186;
	border-bottom-width : 0;
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

H3 {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration:none;
	color: #987B87;
	border-bottom-width : 0;
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}
H4 {
	font-family:  Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #666666;
	font-weight: normal;
	font-style:normal;
	text-decoration:none;
	word-spacing:normal;
	letter-spacing:normal;
	text-transform:none;
	border-bottom-width : 0;
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
}

H5 {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration:none;
	color: #466186;
	border-bottom-width : 0;
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	text-align : center;
}
H6 {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #666666;
	font-weight: normal;
	font-style:normal;
	text-decoration:none;
	word-spacing:normal;
	letter-spacing:normal;
	text-transform:none;
	border-bottom-width : 0;
	border-left-width : 0;
	border-right-width : 0;
	border-top-width : 0;
	margin-bottom : 0;
	margin-left : 0;
	margin-right : 0;
	margin-top : 0;
	text-align : center;
}
A:link	{
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration:none;
	color: #4871A9;
	}	
		
A:visited	{
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration: none;
	color: #4871A9;
	}	
		
A:active	{
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	text-decoration: none;
	color: #4871A9;
}		
		
A:hover	{
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	color: #987B87;
	text-decoration : none;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #666666;
	font-weight: normal;
	font-style:normal;
}
textarea { 	
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #666666;
	font-weight: normal;
	font-style:normal;
}
select { 	
	font-family: Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	COLOR: #666666;
	font-weight: normal;
	font-style:normal;
}