/* Giovanni Mamino  */
/* 08/02/2006       */

/* HTML tag styles  */

body{
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 12px;
	margin: 0px 5px 5px;
	padding: 0px;
	background-color: #D1CCB1;
	font-style: normal;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

a:link, a:visited, a:hover, a:active{
	color: #DB0066;
	text-decoration: none;
	font-weight:bold;
}

h1, h2, h3, h4, h5, h6, p {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	padding:0px 30px;
	line-height:13px;
	margin:0px 0px 5px 0px;
}

h1, h2 { display:none;}

h3 {
	color:#666666;
	font-style:normal;
	font-weight:bold;
	font-size:12px;
	margin:18px 27px 4px 25px;
	line-height:14px;
	text-transform: uppercase;
	border-bottom: 1px solid #D1CCB1;
}

h4 {
	color:#DB0066;
	font-style:italic;
	font-weight:bold;
	font-size:11px; 
	padding:9px 27px 4px 27px;
	margin: 0px;
	line-height:13px;
}

h3 a:hover, h3 a:active, h4 a:hover, h4 a:active {color:#666666;}

h5{
	font-size:11px; 
	color: #334d55;
	font-style:normal;
	font-weight:bold;
	padding:9px 27px 4px 27px;
	margin: 0px;
	line-height:13px;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

img {border:0px;}

form {margin:10px 0px;}

.noprint {display:none;}

.lined {border-bottom: 1px dotted #D1CCB1;}

.icon {  vertical-align: text-bottom;}

table.gallery {width:90%; margin:0px 0px 0px 30px; border:0px;}
table.gallery tr ,table.gallery tr td {margin:0px; border:0px;}

a.rollover:link img, a.rollover:visited img {border:2px solid #DB0066;}
a.rollover:hover img, a.rollover:active img {border:2px solid #666666;}

/* Layout Divs  */

#page{
	margin: 0 auto;
	padding: 0;
	background-color: #F8F5EA;
	background-repeat: repeat-y;
	background-image: url(images/page_pattern.gif);
	background-position: center top;
}
	#head{
		height:79px;
		text-align:right;
		font-size:10px;
	}
		#head img.logo{float:left;}
		#head img.intestazione {margin:0px; padding:0px;}
		#head a { margin:0px; padding:14px 0px 4px 38px;}
		#head a:hover, #head a:active {background-image:url(images/ico_back.gif); background-position:31px bottom; background-repeat:no-repeat;}

	hr {clear:both; border: 1px solid #BFB893; margin:10px 14px 6px; padding:0px;}

	#body{
	background-repeat: no-repeat;
	background-image: url(images/body_img.gif);
	background-position: center bottom;
	text-align: right;
	}
		#body img.subject{clear:both; padding:0px 14px 0px 0px;}
		
		#menu {
			display:none;
		}
		
		#text {
			float:right;
			padding-right:14px;
			background-repeat: repeat-y;
			background-image: url(images/text_pattern.gif);
			background-position: left top;
			text-align: justify;
		}
			#text img{margin: 2px 2px 4px 10px;}
			#text em {color:#DB0066;}
			.dx{float: right; margin: 0px 0px 2px 20px;}
			.sx{float: left; margin: 0px 10px 2px 0px; border:2px solid #DB0066;}
			#text p a{text-decoration: none; color:#666666; font-weight:bold;}
			#text p a:hover, #text p a:active { color:#DB0066;}
			
			#submenu {
				float:right;
				width:170px;
				text-align: center;
				background-color: #DB0066;
				margin: 0px 0px 4px 25px;
				border:2px solid #DB0066;
			}
				#submenu img{margin: 0px; padding: 0px;}
				.top {display:none;}
				.bottom {display:none;}
				#submenu p{color:#CCCCCC;
					font-style:normal;
					font-weight:bold;
					font-size:12px;
					line-height:14px;
					height:14px;
					width:150px;
					margin: 5px; padding: 0px;
					}
				#submenu p a{ width:150px; display:block; text-decoration: none; color:#ffffff;}
				#submenu p a:hover, #submenu p a:active { background-image:url(images/submenu_back.gif);
					background-position:center;
					background-repeat:no-repeat;
					color: #db0066;
				}
#foot{
	border-top:1px solid #A4A4A4;
	margin: 16 auto;
	padding: 0;
	text-align: left;
}
	#foot img.logo{padding: 2px 2px 10px 15px; float: left;}
	#foot a {margin:10px 7px; line-height:15px;}
	#foot a:hover, #foot a:active { color:#FFFFFF; }
