/* CSS Document */


/****************************************
| ** JCK Toronto Stylesheet - for RI Epi backend
|
| Created by: Christine DePinto
| Date Created: 2009-02-19
| Copyright 2009 © Reed Exhibitions
| Description: 
|
****************************************/
body {
	color:#414141;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:ffffff;
}
p, td {
	color:#414141;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 2px 0 12px 0;
	padding: 0;
	line-height: 1.4em;
}
h1 {
	color: #37637c; /*blue*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform:none;
	font-weight:bold;
	margin:0;
	text-transform:uppercase;
	padding-left: 0px;
	padding-bottom: 5px;
}
h2 {
	color:#a29061;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /*dark tan*/
	font-size:13px;
	font-weight:bold;
	margin:14px 0 0 0;
}
h3 {
	color:#37637c;
	font-size:13px;
	font-weight:bold;
	margin:14px 0 0 0;
}
h4 {
	color:#414141;
	font-size:11px;
	font-weight:bold;
	margin:14px 0 0 0;
}
hr {
	border:2px solid #a29061
}

#ExhibitorIconsLegendHR {/*to hide horizontal rule on Exh list*/
display: none;
}
#ExhibitorIconsLegend { /*to hide legend on Exh list*/
	display: none;
}

/*************LINK STYLES FOR TORONTO*******************/
a:link, a:visited {
	color:#37637c;
	text-decoration:underline;
} /*blue*/
a:hover {
	color:#a29061;
	text-decoration:underline;
}
