@charset "UTF-8";
@import url("default.css");
@import url("buttons.css");
/* CGMail */

#content-right h1, #content-right h2{
	color: 						#e2db9c;
	font-weight: 				normal;
	font-family: 				Georgia, "Times New Roman", Times, serif;
	font-size: 					14px;
	background: 				url(/images/dotted_divider.gif) repeat-x left bottom;
	padding-bottom: 			7px;
}
#content-right h3 strong{
	font-weight: 				bold;
	color: 						#e2db9c;
	font-family: 				Georgia, "Times New Roman", Times, serif;
	font-size: 					12px;
}
#content-right h3{
	font-weight: 				normal;
	padding: 					10px 0px 5px 0px;
	margin: 					0px;
	font-weight: 				normal;
	color: 						#998c5b;
	font-family: 				Georgia, "Times New Roman", Times, serif;
	font-size: 					12px;
}

.allegato{
	display: block;
	float: left;
	width:300px;
	height: 64px;
	overflow: hidden;
	clear: both;
	color: 						#998c5b;
	font-family: 				Georgia, "Times New Roman", Times, serif;
	font-size: 					12px;
	padding: 0px 0px 0px 70px;
	margin: 0px 30px 0px 0px;
}
/*------ SCARICA IL FILE ------*/
a#ScaricaFileLink{
	margin-top: 5px;
	text-indent: 			-9000px;
	display:				block;
	height: 				21px;
	width: 					124px;
	background: 			url(/images/ScaricaFileLink.gif) top left no-repeat;
	text-decoration:		none;
}
a#ScaricaFileLink:hover{
 	text-indent: 			-9000px;
	display:				block;
	height: 				21px;
	width: 					124px;
	background: 			url(/images/ScaricaFileLink.gif) bottom left no-repeat;
	text-decoration:		none;
}
