/* *** TECNICHE PERFETTE - ELEMENTI DI TESTO *** */


/*LINKS*/
/*link barra slide*/
a.one:link{color:#CCCCCC; font-size:11px; text-transform:none}
a.one:hover{color:#FFFFFF; font-size:11px; text-transform:none}
a.one:active{color:#FFFFFF; font-size:11px; text-transform:none}
a.one:visited{color:#CCCCCC; font-size:11px; text-transform:none}

/*link semplice*/
a.two:link{color:#333; font-size:11px; text-transform:none;}
a.two:hover{color:#333; font-size:11px; text-transform:none; text-decoration:none}
a.two:active{color:#333; font-size:11px; text-transform:none; text-decoration:none}
a.two:visited{color:#333; font-size:11px; text-transform:none}


a:link{color:#333; font-size:11px; text-transform:none;}
a:hover{color:#333; font-size:11px; text-transform:none; text-decoration:none}
a:active{color:#333; font-size:11px; text-transform:none; text-decoration:none}
a:visited{color:#333; font-size:11px; text-transform:none}

#testo
{padding-left:5px; padding-right:5px}


/*-----------------------------------------titoli--------------------------------*/

/*titolo principale*/
h1{
width:98%; 
font-size:14px; 
color:#FFFFFF; 
text-transform:uppercase; 
font-weight:bold; 
background-color:#333333;
border-top:2px solid #333333; 
border-bottom:4px solid #333333;
border-left:5px solid #333333;
margin-top:0;
margin-bottom:5px
}


/*sottotitolo*/
h3{
width:98%; 
font-size:11px; 
color:#333333; 
background-color:#CCCCCC;
border-top:1px dashed #333333; 
border-bottom:1px dashed #333333;
border-left:5px solid #CCCCCC;
margin-top:0;
margin-bottom:5px
}


/*titolino piccolo*/
h5{
width:98%;
font-size:9px; 
color:#333333; 
text-align:right;
margin-top:0;
margin-bottom:5px
}

/*disclaimer*/
h6{
width:98%;
font-size:11px; 
color:#666666; 
border-left:5px solid #CCCCCC;
background-color:#CCCCCC;
margin-top:0;
margin-bottom:5px
}



/*staff*/
.staff{
width:98%;
height:18px;
background-image:url(../files/titolo_bg.gif);
background-repeat:no-repeat;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
margin-top:0;
margin-bottom:5px;
padding-top:4px;
padding-left:5px
}

.link_staff
{float:right; margin-top:-15px}

.content
{border-top:1px dashed #333; border-bottom:1px dashed #333; width:98%; margin-bottom:5px}



/*DWNL*/
.dwnl{background-image:url(../files/dwnl_bg.gif); padding-left:5px}
