/* CSS Document */
<STYLE type="text/css">
@import url ("estilo.css");

A:link {TEXT-DECORATION: underline; COLOR: #000000}
A:visited {TEXT-DECORATION: underline; COLOR: #CCCCCC}
A:hover {TEXT-DECORATION: underline; COLOR: #FFAA00}
A{
	COLOR: #000000;
	FONT-FAMILY: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

BODY{
	SCROLLBAR-FACE-COLOR: #ffaa00;
	SCROLLBAR-HIGHLIGHT-COLOR: #aa0000;
	SCROLLBAR-SHADOW-COLOR: #aa0000;
	SCROLLBAR-3DLIGHT-COLOR: #aa0000;
	SCROLLBAR-ARROW-COLOR: #ffeecc;
	SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #aa0000;
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #aa0000;
	text-align: justify;
	text-indent: 0,5cm;
	list-style-type: disc;
}


H1{
	font-family: Tahoma, Arial, Verdana;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #aa0000;
	text-align: left;
	text-indent: 1cm;
}
H2{
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #aa0000;
	text-align: center;
	
}

P{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #aa0000;
	text-align: justify;
	text-indent: 0,5cm;
	list-style-type: disc;
}
li{font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #aa0000;
	text-align: justify;
	text-indent: 0,5cm;
	list-style-type: disc;
	}
	td.doc {
	border-left-width: 1 px;
	border-left-style: solid;
	border-left-color: #AA0000;
}
</STYLE>

