@charset "UTF-8";
/* CSS Document */

.text
{
	color: #676767;
	font-size:15px;
	text-align: left;
	font-family: "Arial Narrow";
}

.textbold
{
	color: #676767;
	font-size:15px;
	text-align: left;
	font-family: "Arial Narrow";
	font-weight:bold;
}

.text-center
{
	color: #676767;
	font-size:15px;
	text-align: center;
	font-family: "Arial Narrow";
}

.textfooter
{
	font-family: "Arial Narrow";
	color: #676767;
	text-align: center;
	font-size:12px;
}

a:link {
	color: #333;
	text-decoration: none;
	font-family: "Arial Narrow";
}
a:visited {
	text-decoration: none;
	color: #000;
	font-family: "Arial Narrow";
}
a:hover {
	text-decoration: underline;
	color: #666;
	font-family: "Arial Narrow";
}
a:active {
	text-decoration: none;
	font-family: "Arial Narrow";
}

a.image:hover, 
a.image:active, 
a.image:visited, 
a.image:link
{
	color: transparent;
	text-decoration: none;
}

a.image_arch:hover, 
a.image_arch:active, 
a.image_arch:visited, 
a.image_arch:link
{
	border: 2px;
	color: white;
	text-decoration: none;
}

a.chiudi:link {
	color: #FFF;
	text-decoration: none;
	font-family: "Arial Narrow";
}
a.chiudi:visited {
	text-decoration: none;
	color: #FFF;
	font-family: "Arial Narrow";
}
a.chiudi:hover {
	text-decoration: underline;
	color: #999;
	font-family: "Arial Narrow";
}
a.chiudi:active {
	text-decoration: none;
	font-family: "Arial Narrow";
}


