@charset "UTF-8";
/* CSS Document */
body {
	font-family: arial, helvetica, sans-serif;
}
a	{
	color:#FF6600
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #666;
}
a:link {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 35px;
	font-weight: bold;
	font-size: larger;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333;
}
.name {
	font-weight: bold;
}
.location {
	font-weight: bold;
	color: #666;
}
.attendees_current {
	display: none;
}
div.item {
	padding: 20px;
}
div.signpage {
        float: none !important;
}