BODY {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : normal;
}

.titol {
	font-size : 12pt;
	font-weight : bold;
	font-family : Arial, Helvetica, sans-serif;
}

P {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : normal;
	text-align : justify;
	margin-bottom : 5px;
	margin-left : 8;
	margin-right : 8;
}

HR {
	color : #009C31;
}
A:LINK {
	color : Blue;
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
}
A:hover {
	color : #009C31;
	font-family : "Times New Roman", Times, serif;
	font-style : italic;
}
A:visited {
	color : GrayText;
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
}
A:active {
	color : #009C31;
	font-family : "Times New Roman", Times, serif;
	font-style : normal;
	font-weight : bold;
	text-decoration : none;
}
LI {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : normal;
	text-align : justify;
	margin-bottom : 4px;
}

.doc {
	background-color : #FFFFCC;
	margin-top : 10;
}
