BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
	font-family:Arial, Helvetica, sans-serif;
	
	background-color: #FFFFEE;
	background-image:url(../images/sfondo_repeat_header.png); 
	background-repeat:repeat-x;
	background-position:top;
}
A:link {
	color: #222222;
	text-decoration:none;
}
A:visited {
	color: #222222;
	text-decoration:none;
}
A:hover {
	color: #FF0000;
	text-decoration:none;
}
a.creditsStyle:link {
	color: #DDCC88;
	text-decoration:none;
}
a.creditsStyle:visited {
	color: #DDCC88;
	text-decoration:none;
}
a.creditsStyle:hover {
	color: #FFFFEE;
	text-decoration:none;
}
a.backStyle:link {
	color:#996600;
	font-weight:bold;
}
a.backStyle:hover {
	color:#222222;
	font-weight:bold;
}

img.bordi {        
border: 3px solid #ddcc88;    
} 

.tabelle {
border: 2px solid #ddcc88;
}

.tabelle td {
padding: 6px;
}

.top-oriz {
background-color: #aaaa99;
font-size:12px;
color:#ffffee;
text-align:center;
font-weight:bold;
}

.oriz {
background-color: #ddcc88;
font-size:11px;
color:#996600;
text-align:center;
}

.vert {
background-color: #bb9944;
font-size:12px;
color:#ffffee;
text-align:center;
font-weight:bold;
}

.vertblu {
font-size:12px;
color:#1133aa;
font-weight:bold;
}


/* SFONDI */
.bgPageRepeat{
	background-image:url(../images/sfondo_repeat_page.png); 
	background-repeat:repeat-y;
	background-position:top center;
}
.bgFooterCenter{
	background-image:url(../images/sfondo_center_footer.png); 
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#BB9944;
}
.bgFooterReflex{
	background-image:url(../images/sfondo_reflex_footer.png); 
	background-repeat:no-repeat;
	background-position:top center;
}

.bgHomeCenter{
	background-image:url(../images/sfondo_center_home.png); 
	background-repeat:no-repeat;
	background-position:center center;
}



/* TESTO */
.copyStyle {
	font-size:12px;
	color:#FFFFEE;
	margin-left:30px;
	margin-top:33px;
}
.creditsStyle {
	font-size:11px;
	color:#DDCC88;
	margin-top:33px;
}
.backStyle {
	font-size:11px;
	color:#996600;
	font-weight:bold;
}
.pageStyle, ul{
	font-size:12px;
	color:#222222;
	text-align:justify;
}
.pageTitleBackground {
	background-image:url(../images/sfondo_repeat_titolo.png);
	background-repeat:repeat-x;
	background-position:center left;
}
.pageTitleStyle {
	font-size:26px;
	color:#BB9944;
	font-weight:bold;
	letter-spacing:-1px;
	margin-right:5px;
	background-color: #FFFFEE;
}
.pageSubTitleStyle {
	font-size:18px;
	color:#BB9944;
	font-weight:bold;
	letter-spacing:-1px;
	margin-right:5px;
	background-color: #FFFFEE;
}


/* MENU PAGES */
div#menu_pages ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 22px;
}
div#menu_pages li {
	margin: 0 0 3px;
	padding: 0;
}
div#menu_pages a {
	background: url("../images/trattino.png") no-repeat center left;
	display: block;
	width: 550px;
	line-height: 20px;
	text-decoration: none;
	text-indent: 25px;
	
	font-size:16px;
	color: #bb9944;
}
div#menu_pages a:hover {
	background: url("../images/trattino.png") no-repeat center left;
	color: #333333;
	font-weight:none;
}

