body {
	background-color:#ffffff;
	font-family: sans-serif;
}

.lightorange { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 12px; color: #FFCB99; text-decoration: none;} 
.darkorange { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 12px; color: #FF9664; text-decoration: none;} 
.boldblue11 { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 11px; color: #333367; text-decoration: none;}
.boldblue12 { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 12px; color: #333367; text-decoration: none;}
.boldblue13 { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 13px; color: #333367; text-decoration: none;}
.boldblue15 { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 15px; color: #333367; text-decoration: none;}
.boldwhite10 { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 10px; color: white; text-decoration: none;}
.boldwhite11 { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 11px; color: white; text-decoration: none;}
.boldwhite12 { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 12px; color: white; text-decoration: none;}
.boldwhite13 { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 13px; color: white; text-decoration: none;}
.blue11 { font-family: sans-serif; font-style: normal; font-size: 11px; color: #333367; text-decoration: none;}
.blue12 { font-family: sans-serif; font-style: normal; font-size: 12px; color: #333367; text-decoration: none;}
.blue13 { font-family: sans-serif; font-style: normal; font-size: 13px; color: #333367; text-decoration: none;}
.white11 { font-family: sans-serif; font-style: normal; font-size: 11px; color: white; text-decoration: none;}
.white12 { font-family: sans-serif; font-style: normal; font-size: 12px; color: white; text-decoration: none;}
.white13 { font-family: sans-serif; font-style: normal; font-size: 13px; color: white; text-decoration: none;}
.con_text { font-family: sans-serif; font-style: normal; font-size: 14px; color: black; text-decoration: none;}
.title_con_text { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 14px; color: black; text-decoration: none;}
.bigtitle { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 30px; color: black; text-decoration: none;}
.numeroverde { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 15px; color: #0DA448; text-decoration: none;}
.red12 { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 12px; color: red; text-decoration: none;}
.sconto {text-decoration: line-through; color:red;}
.red { font-weight: normal; color:red; }
.grey11 { font-family: sans-serif; font-style: normal; font-size: 11px; color: #bbb; text-decoration: none;}
.boldgrey11 { font-family: sans-serif; font-style: normal; font-weight: bold; font-size: 11px; color: #bbb; text-decoration: none;}

/*#Overall Layout/Page Bottom#*/
#pageBottom {
	width:800px;
	height:140px;
	margin:5px auto 0;
	background:#363636 no-repeat left bottom;
	color:#ccc;
}
#pageBottom h2 {
	font-size:12px;
	line-height:18px;
	margin:5px auto 0;
	padding:0;
}
#pageBottom p {
	margin:5px auto 0;
	display:block;
}
#pageBottom ul {
	margin:0;
	padding:0;
}
#pageBottom ul li {
	list-style:none;
	line-height:2.2em;
	border-bottom:1px solid #707070;
	margin:0;
	padding:0;
	font-size:10px;
}
#pageBottom ul li.last {
	border-bottom:none;
}
#pageBottom a {
	color:#ccc;
}
#pageBottom .top {
	height:5px;
	width:800px;
}
#pageBottom .left {
	float:left;
	margin-right:5px;
	margin-left:10px;
}
#pageBottom .left p, #pageBottom .left h2 {
	font-weight:bold;
	margin-bottom:.8em;
}
