
BODY {  font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
color: Black;
background-color: #0099CC; 
  }
			  
TABLE {
border-top: 1px solid #99CCFF;
border-left: 1px solid #99CCFF;
border-right: 1px solid #99CCFF;
border-bottom: 1px solid #99CCFF;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
text-align: justify;
}
.TABLICA1 {
	background: #CCCCCC;
	
	 border: thin; color: Green;}
	 
.TABLICA2 {
	background: #99FF66;
		border: thin;
		 border-bottom-style: dashed;
		 border-bottom-color: #FF3333;
		 }
.TABLICA3 {
		 	 background: #33cc33;
			 border: thin;
			 border-right-style: dashed;
			 border-right-color: Blue;
		}
H1 {
font-size: 12pt;
font-weight: lighter;
color: Blue;
text-align: center;
background: #99ccff;	
}
H2 {font-size: 8pt;
font-weight: lighter;
color: Blue;

}	
H3 {font-size: 18pt;
font-weight: lighter;
color: #00CC66;
 text-align: center;
}

A {
	text-decoration: none;
	color: #0066CC;
	background-color: transparent;
	font-size: 8pt;
	font-weight: bold;
}

A:Hover {
text-decoration: none;
color: #99FF66;
background-color: transparent;
}