/* CSS Document */
	#content {
	height: 253px;
	width: 404px;
	overflow: auto;
	margin: 0px;
	padding: 0px;
	background-color: #F8F7F9;
	}

	#teaser {
	width:404px;
	padding:0 0 6px;
	margin:10px;
	background:url(images/tsr_big.gif) no-repeat left bottom;
	float: right;
	height: 279px;
	}
	#teaser h1 {
	margin:0;
	padding:7px 10px 2px;
	background:url(images/tsr_big.gif) no-repeat left top;
	color: #7366CE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
	}
	#teaser p, #teaser a.more, #teaser h2, #teaser ul, #teaser ol, #teaser form{
	margin:0;
	padding:0 10px 3px;
	background:#F8F7F9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	}
	#teaser ul li{
	margin-left: 25px;
	list-style-type: disc;	
	}
	#teaser ol li {
	list-style-type: decimal;
	margin-left: 10px;
	list-style-position: inside;
}
#teaser img {
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#teaser img a {
	display: block;
}


	#teaser a.more {
	display:block;
	text-align:right;
	padding:0 0px 14 0;
	text-decoration:none;
	color:#44a;
	}
	#teaser a.more:hover {
		text-decoration:underline;
	}
