/*
	colore rosa							: FFCEFF
	colore giallo						: FFFF94
	colore crema						: ECE4D6
	colore blu back/line		: 3C72A6
	colore blu scuro				: 2E5880
	
*/
html, body {
	background-color: transparent;
	}

body {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	margin: 0px 0px 20px 0px;
	color: #3C72A6;
	text-decoration: none;
	text-align: justify;
	line-height: 140%;
	font-stretch: extra-expanded;
	font-weight: 100;
}

h1, h2, h3, h4 {
	font: bold 16px Georgia, Arial, Helvetica, sans-serif;
}
h1 {
	color: #2E5880;
	margin: 0;
	padding: 0;
	margin-top: 3px;
	padding-left: 5px;
	font-size: 140%;
	font-style: italic;
	width: 570px;
	font-weight: bold;
}
h2 {
	color: #FFFF94; 
	margin: 5px 0px 0px -5px;
	padding-top: 10px;
	padding-bottom: 6px;
	font-size: 130%;
	font-weight: bold;
}
h3 {
	color: #3C72A6;
	margin: 5px 0px 0px -5px;
	padding-top: 10px;
	padding-bottom: 4px;
	font-size: 110%;
	font-weight: bold;
}
h4 {
	color: #ECE4D6;
	margin: 0px 0px 0px 0px;
	padding-top: 5px;
	padding-bottom: 4px;
	font-size: 100%;
	font-style: italic;
	font-weight: bold;
}

a:link, a:visited {
	color: #83251A;
	font-weight: bold;
	text-decoration: none;
	}
a:hover, a:visited:hover {
	color: #CD3B29;
	text-decoration: none;
	}

img {
	border: none;
}


.myBox {
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #3C72A6;
	}
.imgfloatright {
	float: right;
	margin: 5px 0px 5px 10px;
	}
.imgfloatleft {
	float: left;
	margin: 5px 10px 5px 0px;
	}
.smallitalic {
	font-size: 80%;
	font-style: italic;
	color: #000080;
	}	
.smallnormal {
	font-size: 90%;
	}	
.font80 {
	font-size: 80%;
	}	
.font90 {
	font-size: 90%;
	}	
.ta_justify {
	text-align: justify;
	}	
.ta_left {
	text-align: left;
	}
.ta_center {
	text-align: center;
	}
.ta_right {
	text-align: right;
	}		
.borderOn {
	border: 1px solid #B3B3B3;
	}
.borderOff {
	border: none;
	}
	
/* TEXTBOX */
#textbox {
	position: static;
	margin: 0px 10px 0px 10px;
	padding: 5px 10px 5px 10px;
	width: 530px;
	border: none;
	text-align: justify;
	overflow: hidden;
	height: auto;
}

/* Small menu for inpage navigation */
#smallmenu { 
	top: 3px; left: 0px;
	width: 570px;
	margin: 0px 0px 5px 0px;
	text-align: center;
	border-bottom: 1px solid #7F7F7F;
	} 
#smallmenu ul {
	list-style: none; 
	margin: 0; 	
	padding: 1px 0px 1px 0px; 
	font-family: Georgia, Arial, Helvetica, sans-serif; 
	font-size: 12px;
	} 
#smallmenu li { 
	display: inline;
	} 
#smallmenu li a { 
	padding: 6px 10px 4px 10px; 
	color: #4C4C4C; 
	text-decoration: none; 
	}
#smallmenu li a:hover { 
	color: #A53822;
	background: none;
	}

