body {
	MARGIN : 0;
	PADDING : 0px;
	COLOR : #333333;
	BACKGROUND-COLOR : #E4E4E4;
	font-size: 100%;
	line-height : 120% ;
	font-family : Arial, sans-serif;
}
.header {
	PADDING-BOTTOM : 5px;
	PADDING-TOP : 10px;
	COLOR : #333333;
	background-color : #FFFFFF ;
	FONT-SIZE : 90%;
	FONT-WEIGHT : normal;
	letter-spacing : 1px;
	height : 15px;
	vertical-align : bottom;
	BORDER-BOTTOM-COLOR : #871026;
	BORDER-BOTTOM-STYLE : solid;
	border-bottom-width : 1px;
	font-family: Arial, sans-serif;
}



/*.FOOTER {

	font-size : 75%;
	padding-left : 0px ;
	padding-right : 10px ;
	padding-top : 0px ;
	text-align: left ;
	line-height: 130% ;
	font-family : "Trebuchet MS", "sans-serif";
	vertical-align : bottom;
}*/
.clear
{
	clear: both;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 0;
	height: 0;
}

#TEXT_SPACE { padding-right : 50px ; }

/* -------------------------------------------------------BOX & BORDER ------- */
#SPACE_SIZE { 

	border-left : 1px solid #871026;
	border-right : 1px solid #871026;
 }
.BORDER-all {
	BORDER-COLOR : #333333;
	BORDER-STYLE : solid;
	border-width : 1px;
}
.BORDER-left {
	BORDER-left-COLOR : #333333;
	BORDER-left-STYLE : solid;
	border-left-width : 1px;
}
.BORDER-right {
	BORDER-right-COLOR : #333333;
	BORDER-right-STYLE : solid;
	border-right-width : 1px;
}
.BORDER-right-highlight {
	BORDER-right-COLOR : #871026 ;
	BORDER-right-STYLE : solid;
	border-right-width : 1px;
}
.BORDER-BOTTOM {
	BORDER-BOTTOM-COLOR : #871026;
	BORDER-BOTTOM-STYLE : solid;
	border-bottom-width : 1px;
	padding-top: 0 ;
}
.BORDER-TOP {
	BORDER-TOP-COLOR : #871026;
	BORDER-TOP-STYLE : solid;
	border-TOP-width : 1px;
}



.BOX-quote {
	font-family : Arial, sans-serif;
	font-size : 90%;
	font-weight : bold;
	color : #871026;
	background-color : transparent;
	padding-top : 5px ;
	padding-bottom : 5px ;
	
	border-top-width: 2px;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #871026;
	border-bottom-color: #871026;
}

/* -----------------------------------------------------------NAVIGATION-------- */
a {
	color: #871026;
	background-color : transparent ;
	text-decoration: none;
	padding : 1px ;
	font-weight : bold;
}
a:visited {
	color: #871026;
	background-color : transparent ;
	text-decoration: none;
	padding : 1px ;
}
a:hover {
	color: #767270 !IMPORTANT;
	background-color : transparent ;
	text-decoration: none;
}





.menu {
font-family : Arial, sans-serif;
	font-weight : normal;
	font-size: 80%;
	line-height : 250% ;
	text-decoration : none;
	text-align: center;
	color : #333333;
	background-color : #FFFFFF;
	width : 99%;

}

.menu a:link  {
	color : #333333;
	background-color : #FFFFFF;
	display : block;
	width : 100%;
	border-bottom : thin dotted #FFFFFF;


}
.menu a:visited  {
	color : #333333;
	background-color : #FFFFFF ;
	display : block;
	width : 100%;
	border-bottom : thin dotted #FFFFFF;
	}
.menu a:hover {
	color : #871026 !important;
	background-color : #FFFFFF ;
	display : block;
	width : 100%;
	border-bottom : thin dotted #C8C8C8;

}

/* --------------------------------------------------------SIDEBAR-------- */
.sideCONTENT { 
background-color : #f7eeef ;
padding-left: 10px ;
padding-right : 10px ;
height : 100%;
margin-left : 0px ;
padding-top : 3px ;
}
.sideCONTENT h2   {
	font-size : 80%;
	background-color : transparent;
padding-top : 5px;
padding-right : 0px;
padding-bottom : 0px;
padding-left : 0px;

margin-top : 2px ;
margin-right : 0px ;
margin-bottom : 3px ;
margin-left : 0px ;
	border-top-color : #871026;
	border-top-style : solid;
	border-top-width : 1px;
}
.sideCONTENT h3 {
	font-size : 80%;
padding-top : 0px;
padding-right : 0px;
padding-bottom : 0px;
padding-left : 0px;

margin-top : 2px ;
margin-right : 0px ;
margin-bottom : 3px ;
margin-left : 0px ;

	border-bottom-color : #871026;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}
.sideCONTENT h4 {
	font-size : 80%;
padding-top : 0px;
padding-right : 0px;
padding-bottom : 0px;
padding-left : 0px;

margin-top : 2px ;
margin-right : 0px ;
margin-bottom : 3px ;
margin-left : 0px ;
}


.sideCONTENT p
{
	line-height: 130%;
	font-size : 75%;
	text-align: left ;
padding-top : 0px;
padding-right : 0px;
padding-bottom : 0px;
padding-left : 0px;

margin-top : 4px ;
margin-right : 0px ;
margin-bottom : 2px ;
margin-left : 0px ;

	}
.sideCONTENT-title
{
	font-family: Arial, sans-serif;
	line-height: 130%;
	font-size : 90% !important;
	text-align: left;
	font-weight : bold;
	padding-left : 0px ;
	padding-right : 0px ;
	margin-left : 0px ;

	}
.sideCONTENT-header
{
	line-height: 120%;
	font-size : 100% ;
	margin-top : 10px ;
	margin-left : 0px ;
	font-weight : bold;
	color : #871026;
	background-color : transparent ;
	border-top-color: #871026;
	border-top-style: solid;
	border-top-width: 1px;
	font-family: Arial, sans-serif;
	padding-left : 0px ;
	padding-right : 0px ;
	}
	/*
 ---------------------------------------------------------------TAGS-------- */	
b {
	font-weight : bold;
}

p {
	font-family : Arial, sans-serif;
	font-size : 90%;
	color : #333333;
	background-color : transparent ;
	text-decoration : none;
	padding-bottom : 2px;
	line-height : 130%;
	font-weight : normal;
	margin-top : 0!important;
	padding-top : 0!important;
	}
	
li  {
	font-family : Arial, sans-serif;
	font-size : 95%;
	color : #333333;
	text-decoration : none;
	line-height : 130%;

	padding-top: 0px;
	padding-bottom : 4px ;
}
ul {
	list-style : none outside url(../images/interface/LOGOTYPE-mini.gif) !important;
}
ol {
	list-style : decimal outside none;
}

h1 {
	font-size: 140%;
	line-height : 120%;
	font-weight: normal;
	color: #871026;
	background-color : #FFFFFF ;
	font-family : Arial, sans-serif;
	padding : 0px 60px 0px 0px;

	}
h2 {
	font-size: 95%;
	line-height: 120%;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF ;
	font-family: Arial, sans-serif; 
	padding: 0px 60px 0px 0px;
	}
h3 { 
	font-size: 90%  ;
	line-height : 120% ;
	font-weight: bold  ;
	color: #333333  ;
	background-color : transparent  ;
	font-family : Arial, sans-serif;
	padding : 6px 60px 0px 0px;
	margin-bottom : 0 ;
	}
h4 { 
	font-size: 85%;
	font-family:   Arial, sans-serif;
	font-weight: bold  ;
	color: #871026;
	background-color : transparent  ;
	line-height : 120% ;


	}
h5 { 
	font-size: 80%  ;
	font-family:  Arial, sans-serif;
	font-weight: bold  ;
	color: #333333;
	background-color : transparent  ;
	line-height : 130%;

	}
h6 { 
	font-size: 75%  ;
	font-family:   Arial, sans-serif;
	font-weight: bold  ;
	color: #871026  ;
	background-color : transparent  ;
	line-height : 130%;
	padding-bottom : 0 ;

	}

img 	{ 
	padding : 0px;
	}
/* ----------------------------------------------------TYPE-------------- */

.important {
	color: #871026;
	background-color : transparent ;
	font-weight: bold;
}


.key-color {
	color: #871026;
	background-color : #FFFFFF ;
	
}
.key-color2 {
	color: #333333;
	background-color : #FFFFFF ;
	
}

.indented {
	padding-left : 40px ;
}

.dropcap {
	font-family : Arial, sans-serif;
	font-weight : normal  ;
	font-size : 250%  ;
	line-height : 80%;
	background-color : #E4E4E4;
	color : #767270;
	padding : 1px ;
	margin : 3px ;
	float : left ;

	}
/*.minHeight {
	line-height : 8px;
	padding : 0 ;
	margin : 0 ;
}*/
.align-LEFT {
	text-align: left ;
}.align-CENTER {
	text-align: center ;
}.align-RIGHT {
	text-align: right ;
}
.nowrap { white-space:nowrap }

/* 
----------------------------------------------------KNOW-HOW ARTICOLI---- */
.know-how-table {
	padding-left : 20px;
	padding-right : 0px;
	padding-top : 5px;
	padding-bottom : 5px;
	border-left-color : #871026;
	border-left-style : solid;
	border-left-width : 1px;
	border-bottom-color : #871026;
	border-bottom-style : solid;
	border-bottom-width : 1px;
}


.caption { 
	font-family: "Palatino Linotype", "Times New Roman", Times, serif  ;
	font-size : 90% ;
	font-weight: normal  ;
	color: #333333  ;
	font-style : italic ;
	background-color : transparent  ;
	line-height : 120% ;
	padding-top : 0px ;
	}
.issue { 
	font-family: "Palatino Linotype", "Times New Roman", Times, serif  ;
	font-size : 80% ;
	font-weight: normal  ;
	color: #333333  ;
	font-style : italic ;
	background-color : transparent  ;
	line-height : 120% ;
	text-align : left ;
	}
.credits {
	font-size: 80%  ;
	font-family: Verdana, sans-serif  ;
	font-weight: normal  ;
	color: #333333  ;
	background-color : transparent  ;
	font-style : italic  ;
	}
.mini {
	font-size: 70%  ;
	font-family: Verdana, sans-serif  ;
	font-weight: normal  ;
	color: #333333  ;
	background-color : transparent  ;
	font-style : italic  ;
	}
.copyright {
	font-size: 70%  ;
	font-family: Verdana, sans-serif  ;
	font-weight: normal  ;
	color: #333333  ;
	background-color : transparent  ;
	font-style : italic  ;
	padding-right : 10px;
	text-align :  right ;
	padding-top: 0;
	margin-top: 0;
	
	}
.copyright a  { 
	text-decoration : underline ;
	color: #333333  ;
	background-color : transparent  ;
		font-weight: normal  ;

 	 }

	/*	
--------------------------------------------------------FLOATS------------- */

.float-left {
	float: left  ;
	padding: 0px ;
	margin-right : 40px ;
	margin-left : 5px ;
	margin-bottom : 10px ;
	margin-top : 10px ;

	}
.float-right {
	float: right  ;
	padding: 0px ;
	margin-left : 40px ;
	margin-right : 5px ;
	margin-bottom : 10px ;
	margin-top : 10px ;

	}
.float-left-BOX {
	float: left  ;
	padding: 10px ;
	margin-right : 40px ;
	margin-bottom : 10px ;
	border : 1px solid #871026;
	}
.float-right-BOX {
	float: right  ;
	padding : 10px ;
	margin-left : 40px ;
	margin-bottom : 10px ;
	border : 1px solid #871026;
	}


	
	/*	
-----------------------------------------------------FORMS------------- */

form {
	padding-left : 15px;
	padding-right : 15px;
	padding-top : 15px;
	padding-bottom : 0px;
	margin : 3px ;
	font-family : Arial, sans-serif;
	font-size : 75%;
	
	
	}
	
