﻿/*************************************************************************/
/** PAGE DESIGNER /// Contenuto 1 (TRC Editor)                          **/
/*************************************************************************/	

.PGDES1_Titolo1
{
    font-family: 'Times New Roman' , Times, serif;
    color: #c4ad74;
    font-size: 18px;
    line-height: 20px;
    font-style: italic;
}

.PGDES1_Titolo2
{
    font-family: 'Times New Roman' , Times, serif;
    color: #c4ad74;
    font-size: 16px;
    font-style: italic;
	line-height: 18px;
}

.PGDES1_CorpoTesto
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 17px;
	color:#FFFFFF;
}

.PGDES1_CorpoTesto a:link, .PGDES1_CorpoTesto a:visited
{
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
	color:#FFFFFF;
}

.PGDES1_CorpoTesto a:hover, .PGDES1_CorpoTesto a:active
{
	font-weight:bold;
	font-size:11px;
	text-decoration:underline;
	color:#000000;
	background-color:#FFFFFF;
}

.PGDES1_Note
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#FFFFFF;
}

.PGDES1_Note a:link, .PGDES1_Note a:visited
{
	text-decoration: underline;
	color:#FFFFFF;
}

.PGDES1_Note a:hover, .PGDES1_Note a:active
{
	font-size: 10px;
	color:#FFFFFF;
}


/*************************************************************************/
/** PAGE DESIGNER /// Footer                                            **/
/*************************************************************************/	

.PGDES1_FooterTextNav
{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #d8bf8c;
	line-height: 12px;
}

.PGDES1_FooterTextNav a:link, .PGDES1_FooterTextNav a:visited {
	font-weight: bold;
	color: #d8bf8c;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
}

.PGDES1_FooterTextNav a:hover, .PGDES1_FooterTextNav a:active {
	font-weight: bold;
	background-color: #d8bf8c;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
	line-height: 12px;
}

.PGDES1_FooterCopyright  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
	line-height: 12px;
}

.PGDES1_FooterCopyright  a:link, .PGDES1_FooterCopyright  a:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 10px;
	line-height: 12px;
}

.PGDES1_FooterCopyright  a:hover, .PGDES1_FooterCopyright  a:active {
	font-weight: normal;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: underline;
	font-size: 10px;
	line-height: 12px;
}


