.news_teaser {
	margin: .5% 0;
	padding: .5em;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ffc;
	line-height: 130%
}
.news_teaser p { margin: 0 }
.news_teaser a:link,
.news_teaser a:visited {
	color: #404040;
	text-decoration: none
}
.news_teaser a:hover,
.news_teaser a:active {
	color: #c33;
	text-decoration: none
}
h1 {
	margin-bottom: .3em;
}
h3 {font-size: 116% }
.sh {border: none}
.smallgrey {
	color: #777;
	font-size: smaller
}
.smallred {
	color: #C33;
	font-size: smaller
}
.news_lead {
	clear: left;
	margin-top: 2em;
	padding: .5em;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background: #ffc;
	color: #606060;
}
.news_date, .pdf, .print {
	margin: .5em 0;
	padding: .2em 0 0 0;
}
.news_date {
	float: left;
	color: #606060;
	font-size: .8em;
}
.tools {
	float: right;
	margin: 0;
}
a.mail {
	background: url(/images/micro/icon_mail.png) center left no-repeat;
	padding-left: 19px;
}
a.mail:hover {
	background: url(/images/micro/icon_mail_sent.png) center left no-repeat;
	padding-left: 19px;
}
a.pdf {
	background: url(/images/micro/icon_pdf.png) center left no-repeat;
	padding-left: 19px;
}
a.print {
	background: url(/images/micro/icon_print_blue.png) center left no-repeat;
	padding-left: 19px;
}
a.print:hover {
	background: url(/images/micro/icon_print_red.png) center left no-repeat;
	padding-left: 19px;
}
