body{
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	width: 99.2%;
	text-align: center;
	font-family: sans-serif;
}
.title{
	text-align: center;
	color: black;
	text-transform: uppercase;
	font-family: sans-serif;
}
h3.news{
	margin-left: 5px;
	text-align: left;
	font-weight: bold;
	border-style: solid;
	border-color: #004CEC;
	border-bottom: 1px;
	border-top: 1px;
	border-left: 0px;
	color: #004CEC;
	width: auto;
	padding: 2px;
	padding-left: 5px;
	background-image: url(../images/grad.png);
	background-repeat: repeat-y;
	background-position: right;
}
ul.news{
	text-align: left;
	color: black;
	list-style: none;
}
ul.news li{
	padding-left: 20px;
	background: url(../images/new-bullet.png)  0 75% no-repeat;
}
a{
	text-decoration: none;
}
a[href$=".pdf"]{ 
	padding-right: 18px;
	background: transparent url("../images/pdf.jpg") no-repeat center right;
}
ul.links{
	text-align: left;
	line-height: 150%;
	list-style: none;
}
ul.links a{
	padding-right: 19px;
	background: transparent url("../images/out.png") no-repeat center right;
}
ul.links a:hover{
	background: transparent url("../images/out1.png") no-repeat center right;
}
div.footer a:link,div.footer a:focus, div.footer a:active{
	color: Yellow;
}
a:visited{
	color: #001F5E;
}
a:hover{
	text-decoration: underline;
}
a:link,a:focus,a:active{
	color: #004CEC;
}
div.footer a:visited{
	color: #EF9C01;
}
.list, .listd{
	padding-left: 5px;
	color: black;
	text-align: left;
	line-height: 95%;
	font-size: 85%;
}
.list{
	text-transform: capitalize;
}
.listc{
	text-align: left;
	margin-left: 5px;
	color: #004CEC;
}
hr{
	visibility: hidden;
}
#dir{
	text-align: center;
}
#dir div{
	margin-left: 5px;
}
.min{
	width: 95px;
	height: 60px;
	border: 1px;
	border-color: White;
}
.min:hover{
	border: 1px;
	border-color: #004CEC;
}

.did{
	color: #004CEC;
	font-size: 85%;
	margin-bottom: 5px;
}
.bigimg{
	width: 95%;
}
.foto-div img{
	width: 33%;
}
#img1{
	border: 0px;
}

tr.dispari{
	color: White;
	background: #004CEC;
}
tr.pari{
	color: #004CEC;
}
.allenamenti{
	width: 75%;
	border: thin;
	border-color: #004CEC;
	border-style: solid;
	border-collapse: collapse;
}
.allenamenti caption{
	color: #004CEC;
	text-align: center;
}
.hr{
	width: 95%;
	height: 1px;
	background-color: #004CEC;
	margin-top: 12px;
	margin-bottom: 12px;
}
.footer{/*sistemare i bordi sfumati oppure le ombre*/
	position: fixed;
	right: 0px;
	bottom: 0px;
	height: 13px;
	margin: 0px;
	padding: 2px 5px;
	text-align: right;
	background-color: #004CEC;
	font-size: 60%;
	border: 1px;
	border-color: White;
	border-style: solid;
}
