/* Print Stylesheet and V.4- Browser Styles */

.results{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 1.25;
	width: 100%;
	border-collapse: collapse;
}
.results td {
	padding: 5px;
	border-bottom: 1px solid #CCC;
}
.results .contacts, .results address, .results .eventdetails{
	font-style: normal;
	color: #666;
}
.results h2{
	margin-left: -20px;
}
.results h3{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 100%;
}
.results p, .results address{
	margin-top: 0;
}
.results .eventdetails p{
	margin-top: 1em;
}
.results p.top{
	text-align: right;
	margin-top: 1em;
}
.results .floatright{
	float: right;
	margin: 0 0 10px 10px;
}

