@charset "utf-8";
/* CSS Document */

/* tt_news styles */

.news-list-item {
	width					: 419px;
	}

.news-list-item:after {
	content					: " ";
	display					: block;
	clear					: both;
	visibility				: hidden; 
	}

.news-list-left {
	float					: left;
	width					: 100%;
	}

.news-list-date {
	font-weight				: bold;
	width					: 100%;
	}

.news-list-title {
	font-size				: 18px;
	font-weight				: lighter;
	width					: 100%;
	}

.news-list-title a {
	color					: #D8278D;
	text-decoration			: none;
	}

.news-list-morelink {
	float					: left;
	width					: 60px;
	}

.news-single-date {
	font-weight				: bold;
	}

.news-single-title {
	font-size				: 18px;
	font-weight				: lighter;
	color					: #D8278D;
	}

.news-single-subheader {
	font-weight				: bold;
	}

