BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

TABLE {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
}

A:HOVER {
	text-decoration : underline;
}

A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration : none;
	color : #333399;
}


HR {
	color : #333399;
	height : 1px;
}

LI {
	list-style-image : url("images/point.gif");
	list-style-position : outside;
}
.button {
	margin-top:5px;
	height: 21;
	text-decoration:none;
	font-weight:bold;
	font-size : 12px;
	padding-top:3;
	cursor:hand;
	color:white;
	background-image:url(images/back_buttons.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	/*background-color:#99CCFF;*/
	border-top:1px solid blue;
	border-left:1px solid blue;
	border-bottom:1px solid navy;
	border-right:1px solid navy;
}
.button_sub {
	margin-top:1px;
	text-align:left;
	padding-left:3px;
	font-size : 11px;
	cursor:hand;
	color:white;
	background-image:url(images/back_titles.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	/*background-color:#EDEDED;*/
	border-top:1px solid silver;
	border-left:1px solid silver;
	border-bottom:1px solid silver;
	border-right:1px solid silver;
}
.titolo {
	color:white;
	font-weight: bold;
	font-size:10pt;
	background-color:#0099CC;
	border-bottom:1px solid #006699;
	border-top:1px solid #006699;
	border-right:1px solid #006699;
	border-left:1px solid #006699;
	margin-top:3px;
	margin-bottom:3px;
	padding-left:5px;
	background-image:url(images/back_titles.jpg);
	background-repeat:no-repeat;
	background-position:top right;
}
