.news-table{
}

/* NEWS PREVIEW */
.news-preview {
	padding-bottom: 5px;
	margin-top:5px;
	width: 100%;
	background: transparent url(../img/itm_line_brown-dotted.gif) repeat-x scroll bottom;
	
	font-size: 10px;
	color: #362500;
}

td.news-preview-headline {
	padding-bottom: 3px;
	text-transform: uppercase;
}
	.news-preview-headline a {
		font-size: 10px;
		color: #002496;
		text-decoration: none;
	}
	.news-preview-headline a:hover {
	}
	.news-preview-date {
		color: #fc6408;
	}

td.news-preview-content {
	text-align: justify;
}

td.news-preview-more {
	text-align: right;
}
	.news-preview-more a {
		display: block;
		width: 70px;
		margin: 0 0 0 auto;
		background: transparent url(../img/itm_arrow.gif) no-repeat scroll left center;
		font-size: 10px;
		font-variant: small-caps;
		letter-spacing: 1px;
		color: #002496;
		text-decoration: none;
	}

/* NEWS DETAILS */
td.news-headline {
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #002496;
}
	.news-date {
		color: #fc6408;
	}
	
.news-content {
	text-align: justify;
}

td.news-histback{
}
	.news-histback a {
	}

/* NEWS LIST */
.news-list {
	margin-top: 5px;
	padding-bottom: 3px;
	background: transparent url(../img/itm_line_brown-dotted.gif) repeat-x scroll bottom;
}

td.news-list-headline {
	padding-bottom: 3px;
	text-transform: uppercase;
}
	.news-list-headline a {
		color: #002496;
		text-decoration: none;
	}
	.news-list-date {	
		color: #fc6408;
	}
	
.news-list-pic {
}

.news-list-content {
	text-align: justify;
}

td.news-list-more {	
	text-align: right;
}
	.news-list-more a {
		display: block;
		width: 70px;
		margin: 0 0 0 auto;
		background: transparent url(../img/itm_arrow.gif) no-repeat scroll left center;
		font-size: 10px;
		font-variant: small-caps;
		letter-spacing: 1px;
		color: #002496;
		text-decoration: none;
	}