.fadeobject {
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  filter: alpha(opacity=100);
  cursor:pointer;
}

.fadeobject_hidden {
  opacity: 0;
  -moz-opacity: 0.3;
  -khtml-opacity: 0;
  filter: alpha(opacity=30);
  cursor:pointer;
}

.point {cursor:pointer;	
		}

.text 	{ color:#ffffff; 
	   	font-size:8pt;
	   	text-decoration:none; 
		}  		

a:link { font-size: 8pt; 
		 color:#ffffff; 
		 text-decoration:none; }

a:visited { font-size:8pt; 
		 	color:#ffffff; 
		 	text-decoration:none; } 	
	
a:active { font-size:8pt; 
		   color:#ffffff; 
		   text-decoration:none; }

a:hover { font-size:8pt; 
		   color:#ffffff; 
		   text-decoration:underline; }

body {margin:inherit;  
		  }

font{	font-family:Century Gothic, Arial, Verdana, Tahoma, Sans Serif;
		font-size:8pt;
		font-color:#ffffff;}

table{ margin:0cm; }		

td{	font-family:Century Gothic, Arial, Verdana, Tahoma, Sans Serif;
		font-size:8pt;
		color:#ffffff;}

