* {
	FONT-FAMILY: Arial, Helvetica, sans-serif; 
}

BODY {
	BACKGROUND-COLOR: #333399;
}
A {
	TEXT-DECORATION: none
}
A:link {
	COLOR: #232457;
}
A:visited {
	COLOR: #482e50;
}
A:hover {
	COLOR: #ff6600; TEXT-DECORATION: underline
}
A:active {
	COLOR: red
}
CODE{
	FONT-FAMILY: Courier, monospace; 
	font-size:10pt;
	color:brown;
}
H1 {
	COLOR: #000066; 	
	text-weight: bold; 
	font-size:20pt;
}
H2 {
	BACKGROUND-COLOR: #000066;
	background: url("IMAGES/bar_blu.png");
	COLOR: black; 
	text-weight: bold; 
	font-size:14px;
	font-variant: small-caps;
	width: 50%;
	margin: 0pt;
	padding: .3em;
	border: 1px black solid;
}
H3 {
	COLOR: black; 
	text-weight: bold; 
	font-size:10pt;
	border-bottom: #333333 1px dotted; 	
	width: 50%;
}
TABLE.frame {
	BORDER: black 2px solid; 
	BACKGROUND-COLOR: white;
	padding: 20px;
	font-size:10pt;	
	width: 80%;
}
TABLE.dot {
	/*BACKGROUND-COLOR: #eee;*/
	BACKGROUND-COLOR: #f2f4ff;
	background: url("IMAGES/carta.png");
	border: 2px groove gray;
	width: 100%;
	font-size:9pt;		
	padding:0pt;
	margin: 0pt;
	text-align: justify;
}

TABLE.people {
	width: 50%;
	font-size:9pt;		
}

P.right {
	font-size:7pt;	
	text-align: right;
}

P.list {
	margin: 3pt;
}

P.caption {
	text-align: center;
	font-size: 8pt
}

INPUT {
	BACKGROUND-COLOR: #f0f0f0
}

TEXTAREA {
	BACKGROUND-COLOR: #f0f0f0
}

