/* CSS Document */

body
{
	background-image:url(./images/sfondo.gif);
    background-color: #2c4a8d;
}

A
{
    color: #2c4a8d;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
A:link
{
    color: #2c4a8d;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}
A:hover
{
    color: #77cfdd;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}


.sf_tab_links
{
	background-image: url(./images/sf_tab_links.gif);
	background-color: #2c4a8d;
	background-repeat: repeat-x;
}

.sf_tab_sottolinks
{
	background-image: url(./images/sf_tab_sottolinks.jpg);
	background-color: #ebebeb;
	background-repeat: no-repeat;
	background-position: top;

}

.sf_grigio
{
	background-color: #ebebeb;
}

.sf_tab_testo
{
	background-image: url(./images/sf_tab_testo.gif);
	background-color: #ebebeb;
	background-repeat: repeat-y;

}

.testo
{
	color:#2c4a8d;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
}

.bianco
{
	color:#ffffff;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
A.bianco
{
	color:#ffffff;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
.bianco:hover
{
	color:#ffffff;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: underline;
}

.percorso
{
	color:#3597b4;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding: 30px;
}
A.percorso
{
	color:#3597b4;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}
.percorso:hover
{
	color:#82c9de;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}

.linksx
{
	color:#3697b5;
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
A.linksx
{
	color:#3697b5;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: nome;
}
.linksx:hover
{
	color:#82c9de;
    font-family: Verdana, Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: nome;
}
