@CHARSET "UTF-8";

.stories {
	padding-bottom: 20px;
}

.story {
	border-bottom: 1px solid #B7C0C6;
	padding: 3px 5px 3px 5px;
	/*clear: all;*/
	min-height: 88px;
	margin-left: 23px;
	
}

.story p {
	padding: 0;
}

.story img {
	max-width: 80px !important;
	max-height: 80px !important;
	margin: 0px 10px 0px 0;
	float: left;
}

.story .titleAndIntro {
	
}

.story a.titleLink {
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Arial;
	font-weight: bold;
	font-size: 13px;
	line-height: 19px;
	display: block;
	text-decoration: none!important;
}

.story .storyText {
	
}

.displayDate{
    font-family: Verdana;
    font-size: 10px;
    text-transform: uppercase;
}