/*MAPA_STYLE.CSS */

/* Basics */

body { 
	background-color:#00ccff ; 
	color: #000000 ;
	font-family: Times Roman, Times, serif;
	}
P	{ 
	color: #000000;
	font-size: 10pt;
	font-family: Times Roman, Times, serif;
	}
a:link	{ 
	color: #cc0000 ;
	font-size: 10pt ;
	text-decoration: none ;
	font-family: Times Roman, Times, serif;
	}
a:visited	{ 
	color: #336699;
	font-size: 10pt ;
	text-decoration: none ;
	font-family: Times Roman, Times, serif;
	}
a:hover, a:active {
	color: #ff0033 ;
	font-weight: bold ;
	font-size: 10pt ;
	font-family: Times Roman, Times, serif;
	text-decoration: none ;
	}
					

/* Headings */
 
.Times14	{ 
	font-size: 14pt ;
 	font-weight: bold ;
	font-family: Times Roman, Times, serif }
.Times18	{
	 font-size: 18pt ;
 	font-weight: bold ;
	font-family: Times Roman, Times, serif }
.Timesl24	{
	font-size: 24pt ;
	font-weight: bold ;
	font-family: Times Roman, Times, serif }
.footer 	{ font-size: 8pt;
	font-family: Times Roman, Times, serif; }
.greentext { color: #339966 }
.biggreen {
	color: #339966;
	font-size: medium }
.greentag { 
	color: #339966;
	font-weight:bold; 
	font-style:italic }	

