﻿body
{
	font-family: Avenir, Tahoma, Verdana;
	font-size: 12px;
	margin: 0px;
	line-height: 20px;
}

a
{
	color: #005AA5;
	text-decoration: none;
}

a:hover
{
	color: #cccccc;
}

a.faq
{
	color: #58585A;
	text-decoration: none;
	font-style: italic;
}

/* COLORI */
.colorBlue
{
	color: #005AA5;
}

.colorAzzurro
{
	color: #87C9E4;
}

.colorGrigioTesto
{
	color: #58585A;
}

.colorGrigioSfondo
{
	color: #E7EBF0;
}

/* SFONDI */
.bgBlue
{
	background-color: #005AA5;
}

.bgAzzurro
{
	background-color: #87C9E4;
}

/* DIV */
#footer
{
	color: #FFFFFF;
	background-color: #87C9E4;
	width: auto;
	height: 80px;
	text-align: center;
	vertical-align: bottom;
}

#header
{
	color: #FFFFFF;
	background-color: #87C9E4;
	/* background-image: url(../imgs/header_f.jpg); */
	/* background-repeat: no-repeat; */
	/* background-position: center; */
	width: 1024px;
	height: 220px;
	text-align: left;
	vertical-align: bottom;
}

#mainArea
{
	background-color: #FFFFFF;
	width: 1024px;
	/* height: 399px; /*470*/
	height:auto;
}

#newsArea
{
	/* background-color: #E7EAEF; */
	padding: 0px;
	background-image: url(../imgs/bgFAQ.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 525px;
	height: 374px;
}

#internalNews
{
	padding: 25px;
}

.spaceHeader
{
	height: 190px;
	width: 350px
}

.spaceTopMainArea
{
	height: 15px;
}

.spaceBottomMainArea
{
	height: 10px;
}

/* LINK */
.footeremail
{
	color: #FFFFFF;
	text-decoration: none;
}

.mainMenu
{
	font-size: 12px;
	color: #FFFFFF;
	width: 150px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.mainMenu:hover
{
	color: #005AA5;
}

.mainMenuSelected
{
	font-size: 12px;
	color: #005AA5;
	width: 150px;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.mainText
{
	color: #58585A;
	font-size: 14px;
}

.newsArea
{
	background-color: #E7EAEF;
}

.fatamadrina
{
	color: #005AA5;
	font-weight: bold;
}
