/* HEADER --------------------------------------------*/

#Header {
	BACKGROUND-POSITION: left bottom; 
	BACKGROUND-IMAGE: url(new/images/bg_top.gif); 
	BACKGROUND-REPEAT: repeat-x;
	padding-left: 10px; 
	padding-bottom: 10px; 
	padding-top: 10px; 
	padding-right: 10px;
}

/* BANNER --------------------------------------------*/

#Banner {
	BACKGROUND-POSITION: left bottom; 
	BACKGROUND-IMAGE: url(); 
	BACKGROUND-REPEAT: repeat-x;
}

/* BODY --------------------------------------------*/

#Body {
	BACKGROUND-ATTACHMENT: fixed;
	BACKGROUND-REPEAT: repeat-x; 
	BACKGROUND-POSITION: left top; 
	BACKGROUND-IMAGE: url(bg.jpg); 
	BACKGROUND-REPEAT: repeat-x;
}

/* BOTTOM --------------------------------------------*/

#Bottom {
	BACKGROUND-POSITION: bottom left; 
	BACKGROUND-IMAGE: url(new/images/bg_bottom.gif); 
	BACKGROUND-REPEAT: no-repeat;
}

/* LINKS ---------------------------------------------*/

a:link {
	color: #003399;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}

/* TEXT --------------------------------------------*/

body {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

td {
	font-size: 12px;
	text-align: justify;
}

.bodystyle {
	font-size: 12px;
}

.small {
	font-size: 9px;
}

.x-small {
	font-size: 9px;
	color:#666666;
	text-align:right;
}

.medium {
	font-size: 11px;
}

.big {
	font-size: 14px;
}

.xbig {
	font-size: 20px;
}

.justified {
	text-align: justify;
}

/* MENU -------------------------------------------- */

#menu {
	font-size: 13px;
	padding-left: 10px;
	BACKGROUND-POSITION: left bottom; 
	BACKGROUND-IMAGE: url(); 
	BACKGROUND-REPEAT: repeat-x;
}

#menu a {
	text-decoration:none;
	color: #333333; 
}

#menu a:hover {
	text-decoration:underline;
	color: #0033CC;
}

/* TITOLI --------------------------------------------*/

.title {
	font-size:12px;
	font-weight:bold;
	color:#0A13A3;
}