@charset "ISO-8859-15";
p {
	font-family: "Arial", "Helvetica";
	font-size:12pt;
	font-style: normal;
	text-decoration: none;
	color: #000000;
    background-color:rgba(255,255,255,0.7);;
}
td {
	font-family: "Arial", "Helvetica";
	font-size:12pt;
	font-style:normal;
	text-decoration: none;
	color:#000000;
    background-color:rgba(255,255,255,0.7);
}
h1 {
	font-family:"Arial", "Helvetica";
	font-size:12pt;
	font-style: italic;
	text-decoration: none;
	color: #000000;
   background-color:rgba(255,255,255,0.7);
}
body {
	font-family: "Arial", "Helvetica";
	font-size:12pt;
	font-style: normal;
	text-decoration: none;
}
a link {
 	font-family: "Arial", "Helvetica";
	font-size:12pt;
	font-style:normal;
	font-weight: normal;
	text-decoration: none;
    color:#000000;
  background-color:rgba(255,255,255,0.7);
}
a visited {
	font-family: "Arial", "Helvetica";
	font-size:12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
    color:#000000;
   background-color:rgba(255,255,255,0.7);
}
a active {
	font-family: "Arial", "Helvetica";
	font-size:12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
    color:#000000;
    background-color:rgba(255,255,255,0.7);
    }
a hover {
	font-family: "Arial", "Helvetica";
	font-size:12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
    color:#000000;
    background-color:rgba(255,255,255,0.7);
    }
a href {
	font-family: "Arial", "Helvetica";
	font-size:12pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
    color:#000000;
    background-color:rgba(255,255,255,0.7);
}