﻿/*
  Author:       	Gruppo 36 @ http://www.gruppo36.it
  CMS:          	NTool v2.6,  http://www.ntool.it 
*/

@import url(https://fonts.googleapis.com/css?family=Arvo:400,400italic,700,700italic);


/* */
html{		height:100%;		}
body{		height:100%;	padding:0;	margin:0;		font-family: Arial, Helvetica, sans-serif;	color:#000000;	font-size:14px;		text-align:left;		background-color:#FFF;		}

table, td, div, a, style, h1, h2, h3, h4, h5, h6, ul, li, input, textarea, select, span, p, b, i, font, strong{	
	font-family:inherit;	font-size:inherit;		color:inherit;	
	-moz-box-sizing:border-box;	-webkit-box-sizing:border-box;		box-sizing:border-box;
}

table, td, form, h1, h2, h3, h4, h5, h6, ul, li{	
	padding:0;	margin:0;		border-spacing:0;		border:none;	font-weight:normal;
}
table{	width:100%;			}
td{			vertical-align:top;	}
p{			margin:0; 	padding:0;	}

input[type="submit"]{		cursor:pointer;		font-family:'Arvo', Arial;		}

img{		border:none;	}

a{ 				text-decoration:none;	}
a:hover{ 	text-decoration:none;	}

h1{		font-family:'Arvo', Arial;	font-size:26px;		padding-bottom:20px;	text-transform:uppercase;		}
h2{		font-family:'Arvo', Arial;	font-size:17px;		padding-bottom:15px;	color:#d21b7b;	}


	

