#text  {
	font-family : arial, sans-serif;
	font-size : 10pt;
	color : black;
	text-align: justify;
	crollbar-face-color:gray;
	crollbar-highlight-color:#DDDDDD;
	scrollbar-shadow-color:#DDDDDD;
	scrollbar-3dlight-color:#DDDDDD;
	scrollbar-arrow-color:#330066;
	scrollbar-track-color:#DDDDDD;
	scrollbar-darkshadow-color:#DDDDDD;
	background-color: #FFFFFF;
	}
  
  h1  {
  	font-family : verdana, sans-serif;
  	font-size : 23pt;
  	color : black;
  	font-weight : normal;
  }
  
  h2  {
  	font-family : verdana, sans-serif;
  	font-size : 18pt;
  	color : black;
	font-weight : normal;
  }
  
  h3  {
  	font-family : verdana, sans-serif;
  	font-size : 14pt;
  	color : black;
	font-weight : normal;
  }
  
  h4  {
  	font-family : arial, sans-serif;
  	font-size : 12pt;
  	color : Gray;
	font-weight : normal;
  }
  
  a:link  {
  	font-size : 11;
  	font-family : Arial;
  	color : Gray;
  	font-weight : bold;
  	text-decoration : none;
  }
  
  a:Visited  {
  	font-size : 11;
  	font-family : Arial;
  	font-weight : bold;
  	text-decoration : none;
  	color : Olive;
  }
  
  a:Active  {
  	font-size : 11;
  	font-family : Arial;
  	font-weight : bold;
  	text-decoration : none;
  	color : black;
  }
  
  a:Hover  {
  	font-size : 11;
  	font-family : Arial;
  	font-weight : bold;
  	text-decoration : none;
  	color : gray;
  }
  
  td 	{text-align:justify; vertical-align: top}
  
  .element {background-color:#DDDDDD; 
  			font-family : arial, sans-serif;
  			font-size : 12pt;
  			color : gray;
			font-weight : normal;}
			
