
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-attachment: fixed;
	background-image: url(../images/bg_grad.jpg);
}

/******* hyperlink and anchor tag styles *******/


a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/************** header tag styles **************/

h1{
 font: bold 120% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial,sans-serif;
 color: #006699;
 margin: 0px;
 padding: 0px;
}

h3{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#corpo{
	position:absolute;
	top: 0px;
	left: 2%;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#navigazione{
	float: left;
	width:178px;
	height:680px;
	padding: 0px;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	/*border-bottom: 1px solid #cccccc;*/
	font-family: Verdana, sans-serif;
	font-size: 18px;
}

#contenuto{
	padding: 0px 10px 0px 0px;
	margin:0px 0px 0px 178px;
	border-left: 1px solid #ccd2d2;
	border-top: 1px solid #ccd2d2;

}

/************** feature styles *****************/

.titoletto{
	font-size: 80%;
	height: 110px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.titoletto h3{
	font: bold 150% Arial,sans-serif;
	/*color: #000000;*/
	padding: 30px 0px 5px 30px;
}

.tipolink {
	padding: 0px 0px 0px 45px;
	font-size:100%;
}

.tipolink h3{
	font: bold 100% Arial,sans-serif;
	color: #000000;
}

.tipolink a:link {
	color: #005FA9;
	text-decoration: none;
}

.tipolink a:visited {
	color: #005FA9;
	text-decoration: none;
}

.tipolink a:hover {
	text-decoration: underline;
}

.tipoalbo {
	padding: 0px 0px 0px 8px;
}

.tipotesto {
	padding: 0px 0px 0px 85px;
	font-size:100%;
}

.tipotesto h5{
	font: bold 90% Arial,sans-serif;
}

.tipotesto a:link {
	color: #005FA9;
	text-decoration: none;
}

.tipotesto a:visited {
	color: #005FA9;
	text-decoration: none;
}

.tipotesto a:hover {
	text-decoration: underline;
}

.tiponews {
	padding: 0px 0px 0px 85px;
	text-align: justify;
	width: 75%;
	font-size:80%;
}

.tiponews a:link {
	color: #005FA9;
	text-decoration: none;
}

.tiponews a:visited {
	color: #005FA9;
	text-decoration: none;
}

.tiponews a:hover {
	text-decoration: underline;
}
/*************** story styles ******************/

.story {
	padding: 0px 0px 0px 45px;
	font-size: 100%;
}

.story a:link {
	color: #000000;
	text-decoration: none;
}

.story a:visited {
	color: #000000;
	text-decoration: none;
}

.story a:hover {
	color: #005FA9;
}


td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
}

#siteInfo a:link {
	color: #cccccc;
	text-decoration: none;
}

#siteInfo a:visited{
	color: #cccccc;
	text-decoration: none;
}

#siteInfo a:hover{
	color: #005FA9;
}

/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:link {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	border-left: 2px solid #ffffff;
	background-image: url(../images/bg_nav.gif);
	font-weight: bold;
	padding: 15px 0px 15px 10px;
	color: #21536A;
	text-align: center;
}

#sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	border-left: 2px solid #ffffff;
	background-image: url(../images/bg_nav.gif);
	font-weight: bold;
	padding: 15px 0px 15px 10px;
	color: #21536A;
	text-align: center;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/********************* end **********************/
