﻿/* CSS Document */

a:link{
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}
a:visited{
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
}
a:hover{
	color: #CC0000;
	text-decoration: none;
	background-color: #FFECEC;
	/*font-weight: bold;*/
	cursor: pointer;
}
a:active{
	color: #CC0000;
	text-decoration: none;	
	font-weight: normal;
	cursor: pointer;
}

.expoTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	padding: 2px;
}
.expoHdrInfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.expoHdrDisclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #CC0000;
	text-align: left;
	vertical-align: middle;
}
.expoHdrInfoTopics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.expoHdr {
	background-color: #EEEEEE;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
	padding: 2px;
}
.expoSeminarTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 8px 2px 2px;
}
.expoSeminarDisclaimer {
	color:  #339900;
	text-align: left;
	vertical-align: middle;
	font: italic 10px Arial, Helvetica, sans-serif;
}
.expoSeminarTime {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	vertical-align: top;
	padding: 2px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #000000;
}
.expoSeminarHdr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 2px;
}
.expoSeminarDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	padding: 2px;
}

.expoPrint {
	clear: none;
	float: right;
	font-size: 9pt;
}
