.content {
	font-size:14;
	}
.smallcontent {
	font-size:14;
	position: relative; padding: 20px;
	}

.navbar {
	font-size:12;
	}

a:link {
    color: blue;
    text-decoration: none;
}

a:visited {
    color: blue;
    text-decoration: none;
}

a:hover {
    color: blue;
    text-decoration: underline;
}

.dfoot{
font-size:9;
font-style:italic;
color: gray;
}
	.teaser {
		position:relative;
		width:430px;
		padding:0 0 14px 0;
		margin:-160px 20px;
		background:url("../images/tsr.gif") bottom left no-repeat;
	}
	.teaser h3 {
		font-size:12;
		margin:0;
		padding:7px 10px 3px 10px;
		background:url("../images/tsr.gif") top left no-repeat;
	}
	.teaser p, .teaser a.more {
		font-size:10;
		margin:0;
		padding:0 10px 3px;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
	}

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