body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.copyright {
	font-size: 9px;
	color: #4E86BF;
	text-decoration: none;
}
a.copyrightlink:link {
	text-decoration: none;
	color: #4E86BF;
}
a.copyrightlink:visited {
	color: #4E86BF;
	text-decoration: none;
}
a.copyrightlink:hover {
	color: #000000;
	text-decoration: underline;
}
.heading {
	font-size: medium;
	font-weight: bold;
	color: #084C89;
}
.bodytext {
	font-size: 12px;
	line-height: 14px;
}
a.bodylink:link {
	color: #FF8800;
	text-decoration: none;
}
a.bodylink:visited {
	color: #FF8800;
	text-decoration: none;
}
a.bodylink:hover {
	color: #000000;
	background: #FF8000;
}
.tableheading {
	background-color: #084C89;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
a.teaserlink:link {
	font-size: 20px;
	font-weight: bold;
	color: #084C89;
	text-decoration: none;
}
a.teaserlink:visited {
	font-size: 20px;
	font-weight: bold;
	color: #084C89;
	text-decoration: none;
}
a.teaserlink:hover {
	font-size: 20px;
	font-weight: bold;
	color: #FF8000;
	text-decoration: none;
}
.newsletter {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
}
a.earlybirdlink:link {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.earlybirdlink:visited {
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.earlybirdlink:hover {
	font-size: 15px;
	font-weight: bold;
	color: #FF8000;
	text-decoration: none;
}
.exhibitortable {
	table-layout:fixed;
	width:488px;
	border-collapse:collapse;
	padding:1px;
/*	border: 1px solid #E4F5FC;*/
	background-color:#E4F5FC;
	
}
.exhibitortable th {
	text-align:left;
	padding:3px;
	height:20px;
	background-color: #084C89;
	font-weight: bold;
	color: #FFFFFF;
} 
.exhibitortable tr {
	padding:3px;

}
.exhibitortable tr td {	height:30px;	vertical-align:middle; }

.evenrow {background-color:#F1FBFE;}