/* CSS Document(C) Copyright 2004 by DERI Innsbruck. All rights reserved.Created by Johannes Breitfuss, DERI Studio Austriawww.deri.at/studio*/
/* Defining Link-Style of the DERI Events Sites */
.contact:link{	
color: #000000;	
text-decoration: underline;	
font-weight: bold;
}

.contact:active{	
color: #000000;	
text-decoration: underline;	
font-weight: bold;
}
.contact:visited{	
color: #000000;	
text-decoration: underline;	
font-weight: bold;
}
.contact:hover{	
color:#0033FF;	
text-decoration: none;	
font-weight: bold;
}

/* Defining Top Nav Navigation Style of the ISWC 2005 Site */
.top_nav:link{	
color: #FFFFFF;	
text-decoration: none;	
font-weight: bold;
}
.top_nav:active{	
color: #FFFFFF;	
text-decoration: none;	
font-weight: bold;
}
.top_nav:visited{	
color:#FFFFFF;	
text-decoration: none;	
font-weight: bold;
}
.top_nav:hover {	
color:#FFFFFF;	
text-decoration: underline;	
font-weight: bold;
}
/* Style for main links */
a:link {	
color: #666666;	
font-weight: bold;	
text-decoration: underline;	
background: transparent;
}
a:visited{	
color: #666666;	
font-weight: bold;	
text-decoration: underline;	
background: transparent;
}
a:active{	
color: #666666; 	
font-weight: bold; 	
text-decoration: underline; 	
background: transparent; 
}
a:hover{	
color: #000000;	
font-weight: bold; 	
text-decoration: none; 	
background: transparent;
}

/* Body and Headline definition */

body,td,th{	
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: small;	
color: #000000;
}
/* Body definitions */
body {	
background-color: #FFFFFF;	
margin-left: 3px;	
margin-top: 0px;	
margin-right: 0px;	
margin-bottom: 0px;
}

h1
{
	color:#009900;
	font-weight: bold;
	font-size: 2em;
	font-family: Georgia, Helvetica, serif;
	letter-spacing: 3px;
}

h2{	

color:#009900;	
font-weight: bold;	
font-size: small;
}

h3{
	color:#000066;
	font-weight: bold;
	font-size: 0.9em;
	border-top-style: solid;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-top-color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	width: 70%;
	text-align: center;
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 13%;
}
.minihead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	letter-spacing: 3px;
	font-weight: bold;
}

p {
	padding-left: 18px;
	padding-right: 10px;
}

ul {
	padding-left: 3em;
	padding-right: 2em;
}
li {
	list-style-image: url(../images/Bullet2Blue2.gif);
}.super {
	color: #FF0000;
	vertical-align: super;
	font-size: 95%;
}
.minititle {
font-family: Arial, Helvetica, sans-serif; font-size: 
12px; line-height: 16px; 
font-weight: bold; 
font-variant: small-caps; 
color: #009900
}

.style1 {
line-height: 16px; 
font-weight: bold; 
font-variant: small-caps; 
color: #009900; 
font-family: Arial, Helvetica, sans-serif;
}

.bgimage {
background-image: url(http://iswc2005.semanticweb.org/images/IndustryDayBG.jpg);
background-repeat: no-repeat;
background-position: left, top;
background-attachment: scroll;
}.timegrayBG {
	font-weight: bold;
	color: #333333;
	background-color: #EAEAEA;
}
