* {
	margin: 0;
	padding: 0;
}
body, table, tr, td {
	font-size: 13.5px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, sans-serif; 
}
.clear{
	clear:both;
}
.browserSpecific {
	display: none;
}
.overviewSnippetList * {
	list-style: none;
}
#TeaserImage {
	height: 140px;
}
.bottomBordered {
	background: url('../images/HorizontalRule.png') bottom left no-repeat;
}
table tr, table td {
	vertical-align: top;
}
.onlyIE {
	display: none;
}
.roundBorder {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}