.Menu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #006600;
}
A.Menu:Link {
	text-decoration : none;
}
A.Menu:Hover {
	text-decoration : none;
	background-color : Olive;
	color : White;
}
A.Menu:Active {
	text-decoration : none;
}
A.Menu:Visited {
	text-decoration : none;
}
.Titulo {
	font-family: arial;
	font-size: 20pt;
	font-weight: bold;
	text-align: center;
	color: #006633;
}
.SubTitulo {
	font-family :arial;
	font-size : 14px;
	font-weight : bold;	
	text-align : right;
	padding-right : 30px;
}
.Cuerpo {
	font-family : "Times New Roman", Times, serif;
	font-size : 11pt;
	text-align : justify;
	padding-left : 20px;
	padding-right : 20px;
	text-indent : 40px;
}
A.Cuerpo:Link {
	text-decoration : underline;
}
A.Cuerpo:Hover {  
	text-decoration : none;
	background-color : Olive;
	color : White;
}
A.Cuerpo:Visited {
	text-decoration : underline;
}

.Nota {
	font-family : "Times New Roman", Times, serif;
	font-size : 8pt;
	padding-left : 20px;
	padding-right : 20px;
}
A.Nota:Link {
	text-decoration : underline;
}
A.Nota:Hover {  
	text-decoration : none;
	background-color : Olive;
	color : White;
}
A.Nota:Visited {
	text-decoration : underline;
}



