/* stili per il layout */
html,body{
	margin: 0;padding:0;height:100%;
	background-color:#FFF;
	background-image:url(../img/bg_2x2.gif);
	background-repeat: repeat;
	}
body{
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:left;
	}
td img {
	display: block;
	}
	
/* stili per WELCOME PAGE */
div#ArtApp{position:relative; width: 940px; height: 600px; margin: 0 auto; text-align:left; background-color:#FFF}

/* CSS Restyling */
a:link {
	color: #FFBE00;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
	color: #FFF;
	background-color:#999;
}
a:active {
	text-decoration: none;
	color: #333;
}
a.toPage {
	color:#4C2814;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:right;
	font-weight:bold;
	line-height:26px;
	text-decoration:none;
}
a.toPage:hover {
	color:#4C2814;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	text-align:right;
	font-weight:bold;
	line-height:26px;
	text-decoration:underline;
}
.colorFF9 {
	background-color:#FF9;
	font-weight:bold;
}
.colorFFBE00 {
	color:#FFBE00;
}
.color999 {
	color:#999;
}
.pSmall {
	font-size:12px;
	color:#666;
}
.pBig {
	font-size:22px;
	color:#999;
}
.pHP {
	font-size:14px;
	padding-left:10px;
	padding-top:20px;
	line-height:18px;
}
.pPage {
	padding-left:10px;
	padding-top:10px;
	line-height:16px;
}
.pDidaCover {
	color:#999;
	padding-left:10px;
	padding-top:10px;
	font-weight:bold;
	font-size:12px;
}
.pNumero {
	color:#FFBE00;
	padding:0;
	font-weight:bold;
	font-size:14px;
	text-align:right;
}