/*
	giallo scuro: #e9c13e
	giallo chiaro: #f7db3e
	rosso: #AB231C
	verde: #00682c
	blu: #003366
*/


h1, h2, h3, h4, h5 {
color: #003366;
}

.clear {
clear:both;
display:none;
width:0;
height:0;
border:none;
}

.clearLeft {
clear:left;}

.clearRight{
clear:right;}

.textRight {
text-align:right;
}

.textLeft {
text-align:left;
}

.textCenter {
text-align:center;
}

h1 {
margin:0;
font-size:20px;
padding:0;
}

h2 {
margin:0;
font-size:16px;
padding:0;
}

h3 {
margin:0;
font-size:12px;
font-weight:bold;
padding:0;
}

img {
padding:0;
border:none;
}

.imgLeft {
float:left;
margin:0;
padding:0;
}

.imgRight {
float:right;
margin:0;
padding:0;
padding-bottom:10px;
}

a {
color:#AB231C;
text-decoration:none;
font-weight:bold;}

a:link, a:visited {
color:#AB231C;
text-decoration:none;
}

a:hover, a:focus, a:active {
color:#DD3C33;
text-decoration:underline;
}

