/* TCM Website : Ben Anderson */
/* All styles for 'TCM Home' page ONLY */
.newsheader {
	display: block;
	height: 20px;
	margin: 8px 0 4px;
	overflow: hidden;
	background-image: url(images_home/news/Rule750.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
}
.newstitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	float: left;
	color: #8C284E;
}
.newsdate {
	float: right;
}
.newspic {
	margin-right: 5px;
}
.verse {
	padding: 2px 10px;
	text-align: justify;
	color: #288C64;
	font: italic bold medium "Times New Roman", Times, serif;
	font-size: small;
}
.caption {
	font-size: 0.9em;
	font-style: italic;
	margin: 4px 2em 4px;
}

