
/* Scrollbar properties are only supported by Internet Explorer 5.5  */
body {
	scrollbar-3dlight-color : White;
	scrollbar-arrow-color : White;
	scrollbar-base-color : White;
	scrollbar-darkshadow-color : Black;
	scrollbar-face-color : #CECFD9;
	scrollbar-highlight-color : White;
	scrollbar-shadow-color : Gray;
	scrollbar-track-color : #9799AE;
}


a:link 
{  color: Black; text-decoration: none; font-weight : bold;  background-color : transparent;    }

a:visited 
{  color: Gray; text-decoration: none; font-weight : bold;   background-color : transparent; }

a:hover 
{  color: red ! important; text-decoration: none; font-weight : bold;  background-color : transparent; }

a:active 
{  color: Gray; text-decoration: none; font-weight : bold;   background-color : transparent; }


LI.nobullet { list-style : none inside none;  font-family : Arial, Helvetica, sans-serif;  font-size : 80%;   margin-left : 20px;   margin-right : 20px;   font-weight : bold;  }

LI.bullet {   list-style : disc outside none;   }


.TITOLO-big {
	font-family : "Times New Roman", Times, serif;
	color : #8c6651; background-color : transparent;
	font-size : 165%;
	font-style : normal;
	font-weight : bold;
}

.TITOLO-medium { 
color: #8c6651; background-color : transparent;
font-family: "Times New Roman", Times, serif; 
font-size: 120%; 
font-weight: bold; 
text-decoration: none;
 line-height : 130%;
}
.TITOLO-small {  
color: Gray; background-color : transparent;
font-family: Arial, Helvetica, sans-serif; 
font-size: 100%; 
text-decoration: none; 
font-weight: bold;
 margin-top : 8px;
 margin-left : 20px;
	margin-right : 20px;
}


.BODYTEXT {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
}
.BODYTEXT-small {  
font-family: Verdana, Arial, Helvetica, sans-serif; 
font-size: 65%; 
text-decoration: none; 
}


.color {  color: Gray; background-color : transparent; 
font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	margin-left : 20px;
	margin-right : 20px; }

.bold-color {  color: Gray; background-color : transparent;  font-weight : bold;  
font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	margin-left : 20px;
	margin-right : 20px;}

.bold {  font-weight: bold;  
font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	margin-left : 20px;
	margin-right : 20px;}

.italic {  font-style: italic; 
font-family : Arial, Helvetica, sans-serif;
	font-size : 80%;
	margin-left : 20px;
	margin-right : 20px;}


.float-LEFT {  float: left ; margin : 5px 10px 5px 0px;  vertical-align : text-top;  }

.float-RIGHT {  float: right;  margin : 5px 10px 5px 10px;  vertical-align : text-top;  }


.BOX {  margin : 5px 10px 5px 10px;  vertical-align : text-top;  border : 5px solid Gray;  }

.TITOLO-box { 
color: Gray; background-color : transparent;
font-family: Arial, Helvetica, sans-serif; 
font-size: 80%; 
font-weight: normal; 
text-decoration: none;
 border : 1px dotted Gray;
 padding-left : 5px;
 padding-right : 5px;
 padding-top : 1px;
 width : 150px;
 margin-left : 20px;
	margin-right : 20px;
}


