body {
	margin-left:				0px;
	margin-top:					0px;
	margin-right:				0px;
	margin-bottom:				0px;
	
	scrollbar-track-color:		#7D7D7D;	/* BAR TRACK */
	scrollbar-base-color:		#A3007B;	/* BAR SURFACE */	
	scrollbar-shadow-color:		#A3007B;    /* INTERNAL SHADOW */
	scrollbar-highlight-color:	#A3007B;	/* INTERNAL LIGHT */
	scrollbar-darkshadow-color:	#A3007B;	/* EXTERNAL SHADOW */
	scrollbar-3dlight-color:	#A3007B;    /* EXTERNAL LIGHT */
	scrollbar-arrow-color:		#FFFFFF;	/* ARROW */	
}

/* BACKGROUNDS */

.bg_color_purple{
	background-color:			#A3007B;
}

.bg_sfondo_tot{
	background-repeat:			no-repeat;
	background-image:			url(../images/bg_sfondo.jpg);
	background-position:		center center;
	background-attachment:		fixed;
}

/* IMAGES */

.floatleft {
	float:						left;
	margin:						5px 10px 5px 0px;
}
.floatright {
	float:						right;
	margin:						5px 0px 5px 10px;
}

/*---*/

.borderimage1{
	border-width:				1px;
	border-color:				#144682;
	border-style:				solid;
}

/* TEXTFIELD */

.textfield{
	font-family:				Arial;
	font-size:					11px;
	border-width:				0px;
	padding-left:				5px;
	padding-right:				5px;
	vertical-align:				middle;
	height:						17px;
	background-repeat:			repeat-x;
	background-position:		center bottom;
}
#textfield_color1{
	background-color:			#144682;
	color:						#F5F5FA;
}
#textfield_color2{
	background-color:			#DCDCE6;
	color:						#144682;
}

/* TITLES */

.title1{
	color:						#144682;
 	font-family: 				Arial;
	font-size: 					26px;
	font-weight:				bold;
	text-decoration:			none;
	letter-spacing:				-2px;
	word-spacing:				0px;
}
.title1 a:link, .title1 a:visited{
 	color:						#144682;
	font-weight:				bold;
	text-decoration:			none;
}
.title1 a:hover, .title1 a:focus, .title1 a:active{
 	color:						#FF0000;
	text-decoration:			none;
}

/* FONTS */

.txt1{
	color:						#AAAAAA;
 	font-family:				Arial;
	font-size:					11px;
	font-weight:				normal;
	text-decoration:			none;
}
.txt1 a:link, .txt1 a:visited{
 	color:						#AAAAAA;
	font-weight:				bold;
	text-decoration:			none;
}
.txt1 a:hover, .txt1 a:focus, .txt1 a:active{
 	color:						#A3007B;
	text-decoration:			none;
}

/*---*/
