@charset "iso-8859-1";

/* Tag Generici */

body {
	font-family: "Roboto", Trebuchet, Arial,  Helvetica, sans-serif;	
	color: #444;
}

h1, h2, h3, h4 {	
	font-size: 36px;
	line-height: 44px;
	font-weight: 100;
	color: #333;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

h2 { 
	font-size: 30px; 
	line-height: 34px;
}

h3 { 
	font-size: 22px;
	line-height: 28px;
}

h4 {
	font-size: 18px;
	line-height: 22px;
}

div, p {
	font-size: 14px;	
	font-style: normal;	
	line-height: 24px;
	font-weight: normal;	
	font-variant: normal;	
	text-transform: none;	
}

img {
	border: 0px;
}

hr {	
	border: 0px; 
	height: 0px;
	border-bottom: 1px dotted #AAAAAA; 
}

a {
	text-decoration: none;
	color: #444;
}

a:hover	{
	text-decoration: underline;
}

.column-75 {
	width: 75%;
}

.column-20 {
	width: 20%;
}

.column-50 {
	width: 50%;
}

.left {
	float: left;
}

.right {
	float: right;
}