/* CSS Document
arancione #f47920
grigio scuro #6d6f71
grigio chiaro #a7a9ac
*/

body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
}

.BorderOrangeBtm {
	border-bottom: 1px solid #f47920;
}

.BgGreyLight {
	background-color: #a7a9ac;
}

.BgGreyStrong {
	background-color: #151515;
}

a.Site {
	width: 303px;
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #f47920;
	display: block;
	background-repeat: repeat;
}

a.Site:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #f47920;
	display: block;
}

.BorderBlackBtm {
	border-bottom: 1px solid #000000;
}

.PageTitle {
	font-size: 11px;
	color: #f47920;
}

.Padding10Right {
	padding-right: 10px;
}

.Padding10Left {
	padding-left: 10px;
}

.Footer {
	color: #666666;
}

a.Footer {
	font-weight: bold;
	text-decoration: none;
}

a.Footer:hover {
	font-weight: bold;
	text-decoration: none;
	color: #CCCCCC;
}

.TextOrange {
	color: #f47920;
}

.TextWhite {
	color: #FFFFFF;
}

.TextBig {
	font-size: 12px;
	line-height: 20px;
}

a.Text {
	color: #000000;
	text-decoration: underline;
}

a.Text:hover {
	color: #000000;
	text-decoration: none;
}

.Padding30 {
	padding: 30px;
}

.Advert {
	font-size: 12px;
}

a.Advert {
	color: #f47920;
	text-decoration: underline;
}

a.Advert:hover {
	color: #a7a9ac;
	text-decoration: none;
}