/*  stylesheet
	created	27/08/2002
	Language:	CSS
	Version:	1.0
	Modified:	
*/



/*LINKS START*/

a.black 	{
	font-family: arial, helvetica, verdana;
	color: #333333;
	font-size: 10px;
	font-weight : bold;
	text-decoration : underline;
}
a.color02 {
	font-family: verdana,geneva,sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight : bold;
	}
	
a.normal {
	font-family: verdana,geneva,sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration : none;
	}


	

/*FONTS*/


BODY {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family:  verdana,geneva,sans-serif;
	font-size: 10px;
	color: #000000;
	background-color :#EEE8B2;
	
	}
	
TD 	{
	font-family: verdana,geneva,sans-serif;
	font-size: 10px;
	color: #000000;
	background-color :#EEE8B2;
	}
	
.small  	{
	font-family: verdana,geneva,sans-serif;
	font-size: 9px;
	color: #000000;}
	
.bold	{
	font-family: verdana,geneva,sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight : bold;
	text-decoration : none;
}

.label  {
	font-family : Courier;
	font-size : 11px;
}

.color01 {
	font-family: verdana,geneva,sans-serif;
	font-size: 10px;
	color: #000000;
	}
	


/* background colours*/	
	
.white  {
	background-color : #FFFFFF;}
	
	
.green  {
	background-color : #EEE8B2;}
	
	
/* others*/	
	
.monospace  {
	font-family : Courier,monospace;
	font-size : 9px;
}


/*COMPONENTS INVENTORY*/

	#interviews, #publications, #exhibitions, #conferences, #talks, #salons, #collaborations, #empty {
    
	position: absolute;
	visibility:hidden;
	width: 320px; 
	height: 100px; 
	left: 200; 
	top: 150px;
        z-index : 2;}
	


