/* CSS Document */


span.red
	{
	color: #FF0000;
	}
	
ul.exhibitors {
    margin: 8px 0px 0px 0px; padding: 0;
    background: url(/grfx/exhibitors_downloadbtn.jpg) 0 0 no-repeat;}

ul.exhibitors li {
	margin:0;
	padding:0 0 4px 0;
	list-style-type:none;
	overflow:hidden;
	text-indent:-9999px;}
	
ul.exhibitors li a {
	display:block;
	height:53px;
	width:351px;}
	
ul.exhibitors li.download {
 	background: url(/grfx/exhibitors_downloadbtn.jpg) 0 0 no-repeat;
}

ul.exhibitors li.download a:hover, ul.exhibitors li.download a:active {
	background: url(/grfx/exhibitors_downloadbtn.jpg) 0 -57px no-repeat;}