/*
### WebMoole 2 Css						###
### ----------------------------------- ###
### Link								###
*/

/* Struttura Link */

.linklink{
	color: #ff9e05;
	font-size: 20px;
	background-image: url(images/pageBgH1.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 25px;
	padding-top: 3px;
	height: 30px;
	margin-left: -27px;
	text-align: left;
}

.link{
	border-bottom: 1px solid #e5e5e5;
	margin-right: 5px;
	margin-top: 10px;
	padding: 5px;
	padding-bottom: 10px;
	color: #333;
	font-size: 11px;
}

.link img{
	border: 0;
}

.link h1{
	color: #ff9e05;
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 3px 0;
}

.link h2{
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.link a {
	padding-top: 5px;
	text-decoration: none;
	font-weight: normal;
	color: #002a72;
}

.link a:hover {
	text-decoration: underline;
}

