div#teaser, div#teaser p, div#teaser li {
	font-size: 93%;
	color: #666;
}

div#teaser p {
	line-height: 128%;
	margin: 0;
	color: #666;
}

div#teaser a {
	color: #477fc1;
	text-decoration: underline;
}

div#teaser a:hover {
	color: #2c2c2c;
}

div#teaser h1,
div#teaser h2,
div#teaser h3 {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;	
}

div#teaser h1 {	
	font-size: 114%;
	line-height: 114%;
	font-weight: bold;
	color: #477fc1;
	text-decoration: none;
	padding-bottom: 6px;	
	background: url(../images/bg_h1.gif) bottom left repeat-x;
}

div#teaser h2 {	
	font-size: 79%;
	line-height: 100%;
	padding: 0px;
	color: #666;
	text-decoration: none;	
}

div#teaser h3 {	
	font-size: 114%;
	line-height: 114%;	
	font-weight: bold;
	padding: 0px;
	color: #666;
}

div#teaser h1 a,
div#teaser h2 a,
div#teaser h3 a {
	text-decoration: none;	
}

div#teaser ul {
	padding: 0px;
	margin: 0px;
}

div#teaser ul li {
	padding-left: 15px;
	background: url(../images/li_arrow.gif) left center no-repeat;
	list-style: none;
}

div#teaser hr {
	border: 0;
	border-top: solid 1px #efefef;
	background: none white;
	padding: 5px 0;
}

div#teaser div.hr {
	background: url(../images/line.gif) repeat-x;
	height: 3px;
}

div#teaser div.hr hr {
	color: white;
	background: none;
	border: 0;
	height: 1px;
	padding: 0;
}

div#teaser dl.details dt {
	width: 45px;
	font-weight: bold;
	font-size: 93%;
	color: gray;
	float: left;
}

div#teaser dl.details dd {
	float: left;
	font-size: 93%;
	color: gray;
}

div#teaser dl.details br.clear {
	clear: left;
}

div#teaser img.event {
	padding: 3px; 
	border: 1px solid #a6a6a6; 
	background-color: #f9f9f9;
	margin: 6px 0;
}

div#teaser span.datum {
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 0;
	color: #666;	
}



