@charset "utf-8";
/* CSS Document */
BODY
{
    FONT-SIZE: 10pt;
    COLOR: black;
    FONT-FAMILY: Arial;
    BACKGROUND-COLOR: white
}
.noprint
{
    DISPLAY: none;
	float:left;
}
.showprint
{
    DISPLAY: block;
}
table, td.bodyline {border:0px;}
a { color:#666;
	font-size:14px;
	text-decoration:none;	
}
a:after {
	/* content:' ' attr(href) ' ' */
}
#details {
	display:none;	
}
td.eventDate {
	width: 50px;	
}

