/* Foglio di stile CSS predefinito per un nuovo progetto di applicazione Web */

BODY
{
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #F1F1F1;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-arrow-color: #001C00;
}

P {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	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;
}

H4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	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;
}

H2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight: bold;
	color: #D8B485;
	border-bottom : 0;
	border-bottom-width : 0;
	margin-bottom : 0;
	text-decoration : none;
}

H3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight: bold;
	color: #7D98AF;
	border-bottom : 0;
	border-bottom-width : 0;
	margin-bottom : 0;
	text-decoration : none;
}

A:link	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight: bold;
	text-decoration:none;
	color: #D8B485;
	border-bottom : 0;
	border-bottom-width : 0;
	margin-bottom : 0;
}	
		
A:visited	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #D8B485;
	border-bottom : 0;
	border-bottom-width : 0;
	margin-bottom : 0;
}	
		
A:active	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #D8B485;
	border-bottom : 0;
	border-bottom-width : 0;
	margin-bottom : 0;
}	
		
A:hover	{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	font-weight: bold;
	color: #7D98AF;
	border-bottom : 0;
	border-bottom-width : 0;
	margin-bottom : 0;
	text-decoration : none;
}