@charset "utf-8";
/* CSS Document */

	
h4 {
	margin: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0px;
	font-size: 13px;
}

h4 a {
	color: #993333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
	display: block;
}

h4 a:hover {
	text-decoration: none;
}

.teaser {
	margin-top: 10px;
}

.teaser-img {
	float: left;
	width: 120px;
	text-align: center;
}

.teaser-text {
	float: left;
	width: 470px;
	margin-left: 10px;
}

.teaser-text h1 {
	font-size: 12px;
	font-weight: bold;
	color: #993333;
	margin-top: 0;
	margin-bottom: 0;
}
	
.teaser-text h2 {
	font-size: 12px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: normal;
	margin-top: 0px;
}
	
.teaser-text h2 a {
	color: #993333;
	text-decoration: none;
	font-weight: bold;
}

.teaser-text h3 {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 0;
	float: left;
}

.teaser-text h3 a {
	color: #993333;
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}

.teaser-text h3 a:hover {
	border-bottom: 1px dotted #993333;
	text-decoration: none;
}

.teaser-text h6 {
	color: #999;
	text-decoration: none;
	font-size: 11px;
	margin: 0;
	padding: 0;
	float: right;
	font-weight: normal;
}

.teaser-text h1 a  {
	color: #993333;
	border-bottom: none;
	text-decoration: none;
}

.teaser-text h1 a:hover {
	text-decoration: underline;
}

