<HTML>
<HEAD>
<TITLE>Collector CSS</TITLE>

// style.css version 1.0
// Media|id, 11.07.2001
// http://www.media-id.nl 

<STYLE TYPE="text/css">
<!--
.standard {
   font-family: arial;
   color: #000000;
   font-size: 10pt;
   }   
   

.menu:link {
	 font-family: arial;
	 font-size: 12pt;
	 color: #000000; 
	 text-decoration : none;
	 font-weight: bold; 
       }
.menu:hover {
	 font-family: arial;
	 font-size: 12pt;
	 color: #E40000; 
	 text-decoration : underline;
	 font-weight: bold; 
	}
.menu:visited {
	 font-family: arial;
	 font-size: 12pt;
	 color: #000000; 
	 text-decoration : none;
	 font-weight: bold; 
	}
.menu:visited:hover {
	 font-family: arial;
	 font-size: 12pt;
	 color: #E40000; 
	 text-decoration : underline;
	 font-weight: bold; 
	}


.more:link {
	 font-family: arial;
	 font-size: 10pt;
	 color: #004571; 
	 text-decoration : none;
       }
.more:hover {
	 font-family: arial;
	 font-size: 10pt;
	 color: #000000; 
	 text-decoration : underline;
	}
.more:visited {
	 font-family: arial;
	 font-size: 10pt;
	 color: #004571; 
	 text-decoration : none;
	}
	
.more:visited:hover {
	 font-family: arial;
	 font-size: 10pt;
	 color: #000000; 
	 text-decoration : underline;
	}
	
	
	
.smalllink:link {
	 font-family: arial;
	 font-size: 8pt;
	 color: #a6a6a6; 
	 text-decoration : none;
       }
.smalllink:hover {
	 font-family: arial;
	 font-size: 8pt;
	 color: #000000; 
	 text-decoration : underline;
	}
.smalllink:visited {
	 font-family: arial;
	 font-size: 8pt;
	 color: #a6a6a6; 
	 text-decoration : none;
	}
	
.smalllink:visited:hover {
	 font-family: arial;
	 font-size: 8pt;
	 color: #000000; 
	 text-decoration : underline;
	}	
	



.small {
	font-family: verdana;
	font-size: 8pt;
	color: #a6a6a6;
}

.big {
	font-family: arial;
	font-size: 20pt;
	color: #000000;
	text-decoration : bold;
}

.grey {
	font-family: arial;
	font-size: 8pt;
	color: #c6c6c6;
}


   

TABLE {
     font-family: arial;
     font-size: 10pt;
     color: #000000;
}
      
BODY {
     font-family: arial;
     font-size: 10pt;
     color: #000000;
     margin: 0px;
     }
     
A:link {
       color : #1D71B8;
       text-decoration : none;
       }
A:hover {
	color : #54AEF9;
	text-decoration : none;
	}
A:visited {
	  color: #1D71B8;
	  text-decoration : none;
	  }
A:visited:hover {
	color: #54AEF9;
	text-decoration : none;
	}
	
h1 {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt; 
	font-weight: bold; 
	color: #000000
}	
            

-->
</STYLE>
</HEAD>
</HTML>
