@charset "UTF-8";

@import "global.css";

hr {
	border-color:#ff0000;
	background-color:#ff0000;
	float:left;
}

/* PIPING */

td.top_left {background:url(/graphics/info/top_left.gif) no-repeat;}

td.top {background:url(/graphics/info/top.gif) repeat-x;}

td.top_right {background:url(/graphics/info/top_right.gif) no-repeat;}

td.left {background:url(/graphics/info/left.gif) repeat-y;}

td.right {background:url(/graphics/info/right.gif) repeat-y;}

td.bottom_left {background:url(/graphics/info/bottom_left.gif) no-repeat;}

td.bottom {background:url(/graphics/info/bottom.gif) repeat-x;}

td.bottom_right {background:url(/graphics/info/bottom_right.gif) no-repeat;}


/* LINKS */

a {font-weight:bold;}

a:link, a:active, a:visited {color:#cc0000;}

a:hover {color:#ff3300;}


/* CLASSES */

.headline {color:#660000;}

.date {
	font-size:120%;
	font-weight:bold;
	color:#666666;
}

.location {
	font-size:120%;
	font-weight:bold;
	color:#660000;
}

.venue {
	font-size:110%;
	font-weight:bold;
	color:#330000;
}

.tag {color:#cc0000;}

.who {font-weight:bold;}

