body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F8F2E4;
}

.clist
{
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: x-small;
	border: thin #333333 inset
}

.titoli
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #165696;
}

.dtext
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #165696;
}
.dtextwhite
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
}

A
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #4582be;
	font-weight: bold;
	text-decoration: underline
}
A:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #4f9bbb;
	font-weight: bold;
	text-decoration: underline
}

A.white
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline
}
A.white:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline
}

.contorno
{
border-width:4px;
border-color:#4F9BBB;
}