/* CSS Document Deerfield */

#teaserLinks {
	background-color: #EBF6FA;
	padding: 10px;
	width: 230px;
	height: 100%;
	margin-left: 5px;
}

#teaserLinks a {
	color: #0177A9;
	font-weight: bold;
	display: block;
	padding: 5px;
}

#teaserLinks a:hover{
	color: #014663;
	text-decoration: none;
}

#teaserLinks h1 {
	font-size:13px;
	color:#0177A9;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}

