body {
   color: Black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 130%;
}

/* The next p rule is necessary because the properties of body are not inherited in Netscape 4. */
p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	line-height: 130%;
}

h1 {
	text-align: center;
	line-height: 1.5em;
	border: thin solid Black;
	margin-top: 1em;
}

h2 {
	line-height: 130%;
}

h3 {
	line-height: 100%;
}

hr {
	color: Gray;
	clear: both;
}

.navtab {
	visibility: hidden;
}

.navtabhere {
	visibility: hidden;
}

.skipnav {
	visibility: hidden;
	margin-bottom: 0px;
	border-width: 0px 0px 0px 0px;
	}

img.photoleft {
	float: left; 
/*	border: 2px solid #C9C9C9;  (cannot use border because of NS 4 */
	margin: 0px 30px 10px 0px;
}

img.logofloating {
	float: right; 
/*	border: 2px solid #C9C9C9;  (cannot use border because of NS 4 */
	margin: 0px 0px 0px 20px;
}

ul {
	list-style-type: square;
	list-style-position: outside;
}

li {
	padding-bottom: 1ex;
}

li.paper {
	list-style-image: url(img/paper.gif);
	padding-left: 3ex;
	padding-bottom: 2ex;
	vertical-align: 100%;
	}

li.presentation {
	list-style-image: url(img/presentation.gif);
	padding-left: 3ex;
	padding-bottom: 2ex;
	vertical-align: 100%;
	}

li.poster {
	list-style-image: url(img/poster.gif);
	padding-left: 3ex;
	padding-bottom: 2ex;
	vertical-align: 100%;
	}

li.news {
	list-style-image: url(img/news.gif);
	padding-left: 3ex;
	padding-bottom: 2ex;
	vertical-align: 100%;
	}

li.booth {
	list-style-image: url(img/eb.gif);
	padding-left: 3ex;
	padding-bottom: 2ex;
	vertical-align: 100%;
	}

a.nohover:hover, a.nohover:focus, a.nohover:active, a.nohover:link, a.nohover:visited, a.nohover:visited:hover, a.nohover:visited:focus, a.nohover:visited:active {
	color: Blue;
}

a:visited:hover, a:visited:focus, a:visited:active {
	color: Blue;
}

a:visited {
	color: Blue;
}

a:hover, a:focus, a:active {
	color: Blue;
}

a {
	color: Blue;
}

.hanging {
	text-indent: -4ex;
	margin-left: 4ex;
}

.prolog {
	font-style: italic;
	padding-bottom: 1ex;
	text-align: center;
}

a.prolog {
	padding-bottom: 1ex;
}

.name {
	font-weight: bold;
}

.footer {
   visibility: hidden;
}

.keyword { 
	font-weight: bold; 
}

.nothing {
	line-height: 0em;
}

