BODY, td, p, a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

BODY {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
	color: #000000;
	background: #FFFFFF;
	vLink: #BD1829;
	aLink: #08319C;
	link:  #08319C;
}

form {
	margin: 0px;
	padding: 0px;
}

INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Courier;
	font-size: 11px;
}

A { text-decoration: none; }

a:link {
	font-size: 12px;
	text-decoration: none
}
a:hover {
	background-color: #D2DEEC;  
	text-decoration: underline; 
}

table {
	width:100%;
	border:0px;
	border-spacing:0px;
	padding:0px;
}

td, p {
	font-size: 11px;
	color: #22256C;
}

li {
	font-size:8pt;
	line-height:10pt;
	font-family:Arial;
	margin-left:-20px;
	margin-right:10px;
}

.txt10blu2 {
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #22256C
}

.txtHdr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF
}

#msg_line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #D4100C
}

.txtHdr a:link {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none
}
.txtHdr a:hover {
	background-color: #FFEEB3;  
	text-decoration: underline; 
	color: #000000 
}
.txtHdr a:visited {
	color: #FFFFFF 
}

/* DTree - albero in dynamic html */
.dtree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #333;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #333;
	text-decoration: underline;
}
.dtree a.nodeSel {
	background-color: #c0d2ec;
}
.dtree .clip {
	overflow: hidden;
}