body   { font-size:10pt;
		  font-family:Arial;
		  color:#000000;
		  background-color:#FFFFFF;
		  text-align:Justify;
		  scrollbar-face-color: #FFFFFF;
		  scrollbar-shadow-color: #49A37E;
		  scrollbar-highlight-color: #FFFFFF;
          scrollbar-3dlight-color: #49A37E;
		  scrollbar-darkshadow-color: white;
		  scrollbar-track-color: #FFFFFF;
		  scrollbar-arrow-color: #49A37E
       }

h1     { font-family:Arial;
         font-size:20pt;
         color:#000000;
         font-weight:bold;
         text-align:Center
       }

h2     { font-family:Arial;
         font-size:16pt;
         color:#000000;
         font-weight:bold
       }
       
h3     { font-family:Arial;
		  font-size:12pt;
		  color:#000000;
		  font-weight:bold
		}
		
h4     { font-family:Arial;
		  font-size:10pt;
		  color:#000000;
		  font-weight:bold
		}
		
a      { font-family:Arial;
		  color:#000000
		}
		
table  { font-family:Arial;
		  font-size:10pt;
		  color:#000000
		}
		
th     { font-family:Arial;
		  color:#000000;
		  font-size:10pt;
		  font-weight:bold;
		  background-color:#FFFFFF
		}
		
tr		{ font-family:Arial;
		  font-size:10pt;
		  color:#000000
		}
		
td     { font-family:Arial;
		  font-size:10pt;
		  color:#000000
		}

hr     { color:#000000
		}