@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
div#Footer_cont{
	color:#FFFFFF;
	font-size: 10px;
}
div#Footer_cont a{
	color: #FFFFFF;
	text-decoration: underline;
}
div#Footer_cont a:hover{
	text-decoration: none;
}
a{
	color:#775DF4;
	text-decoration: underline;
	outline: 0 none;
}
input{
	outline: 0 none;
}
a:hover{
	text-decoration: none;
}
.justify{
	text-align: justify;
}
.left{
	text-align: left;
}
.right{
	text-align: right;
}
.center{
	text-align: center;
}
.Titolo{
	font-weight: bold;
	font-size: 13px;
}
.Red{
	color: #EE1414;
}
.marginTop{
	margin-top: 15px;
}
.marginBottom{
	margin-bottom: 10px;
}
img{
	border: none;
	outline: none;
}
li{
	list-style: url(../img/arrow.gif);
}
.Box1_center{
	background:url(../img/box/type1/center.gif) repeat-y;
}
.Box1_top{
	background:url(../img/box/type1/top.gif) no-repeat top;
}
.Box1_bottom{
	background:url(../img/box/type1/bottom.gif) no-repeat bottom;
	width: 179px;
}