/*	STYLES FOR THE IWORID2002 WEB-PAGES							*/
/*		Last updated 21-October 2001							*/

/*	The body													*/
BODY {		background-color: #ffffff;}

/*	Table cells in the links page (leftmost frame)				*/
/*		and also in the How to reach NIKHEF page				*/
TD.links {
	font-family: arial,helvetica;
}
/*	Table cells in the pre-registration and registration title	*/
TD.title {
	font-family: arial,helvetica;
	font-weight:bold;
	font-size:200%
}
/*	Table cells in the main page (latest news)					*/
TD.newsdate {
	font-family: arial,helvetica;
	font-weight:bold;
}
TD.newstxt {
	font-family: arial,helvetica;
}
/*	Table cells in the bottom of the page (update, webmaster)	*/
TD.foot {
	font-family: arial,helvetica;
	font-size:80%;
}
/*	Table cells for foot of photographs							*/
TD.footbold {
	font-family: arial,helvetica;
	font-weight:bold;
}
/*	Table cells in the program: day								*/
TD.progday {
	font-family: arial,helvetica;
	font-weight:bold;
	color:#ffffff
}
/*	Table cells in the program: content							*/
TD.progcontent {
	font-family: arial,helvetica;
	color:#000000
}
/*	Table cells in the program: session							*/
TD.session {
	font-family: arial,helvetica;
	font-weight:bold;
}
/*	Table cells in the keynote speakers: titles					*/
TD.lecturetitle {
	font-family: arial,helvetica;
	font-weight:bold;
	font-size:125%
}
/*	Table cells in the keynote speakers: biography					*/
TD.bio {
	font-family: arial,helvetica;
	font-size:80%
}

/*	Main text for all pages										*/
DIV.bodytext {
	font-family: arial,helvetica;
}
DIV.bodytextbold {
	font-family: arial,helvetica;
	font-weight:bold;
}

SPAN.bold {
	font-weight:bold;
}

/*	Title for most of the pages									*/
H2 {
	font-family: arial,helvetica;
	font-weight:bold;
	font-size:150%;
}

/*	For the registration and pre-registration pages				*/
H1 {
	font-family: arial,helvetica;
}
H2.warning {
	font-family: arial,helvetica;
	font-weight:bold;
	font-size:150%;
	color:#ff0000
}
TD.field {
	font-family: arial,helvetica;
	font-weight:bold;
}

