/*************************************************************************************/
/********               STILI BASE                                ********************/
/*************************************************************************************/

body {
	background-color: #EEE;
	text-align: center;
	background-image: url(/lk/bg.gif);
}
#contentsTable {
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #FFFFFF;
	background-image: url(/lk/bgContents.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	width: 880px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#contentsTable td {
	vertical-align: top;
	text-align: left;
}

/*********** USATE PER IMG HEADER E FOOTER *******/
.asAblock {
	display: block;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/************************ TESTO *********************/
h1{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #900;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase;
	border-bottom: 2px solid #900;
}

h2{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	margin: 5px;
	text-transform: uppercase;
	border: 1px solid #CCC;
	background-color: #EEE;
	text-align: center;
	padding: 5px;
}

h3{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	color: #333;
	margin: 5px;
	text-align: justify;
	padding: 5px;
	line-height: 15px;
}


h5{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #900;
	margin: 0 10px 5px 10px;
	text-align: justify;
}
h6{
	font-family: Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-align: justify;
	margin: 0 20px 15px 10px;
}

p{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 10px 20px;
	line-height: 20px;
	text-align: justify;
}

p.didascalia{
	text-align: center;
	font-size: 10px;
	color: #06C;
}

a, a:active, a:visited, a:link {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #900;
	background-color: #EEE;
}

a.rosso, a.rosso:active, a.rosso:visited, a.rosso:link {
	color: #900;
	text-decoration: none;
}

ul{
	margin-right: 20px;
}

li{
	font-family: "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 20px;
	list-style-image: url(/img/bullet.jpg);
}

hr{
	height: 1px;
	color: #CCC;
	margin-top: 20px;
}

