table.news
{
	width:100%;
}

table.news td.title
{
	text-align: left;
	vertical-align: top;
	color: #3e4dad;
	font-weight: bold;
}

table.news td.content
{
	text-align: left;
	padding: 0px 5px 0px 13px;
	background-image: url( '../../images/right_arrow_selected.gif' );
	background-position: 1px 2px;
	background-repeat: no-repeat;
	font-weight: normal;
}

table.news td.details_content
{
	text-align: left;
	padding: 0px;
	font-weight: normal;
}

table.news td.ccol1,
table.news td.ccol3
{
	color: #3e4dad;
}

table.news td.ccol2
{
	color: #363636;
}

table.news td.back_button {
	text-align: right;
}

table.news td.back_button img {
	border: none;
	background-image: url('../../images/buttons/back.gif');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	cursor: pointer;
	width: 47px;
	height: 20px;
}

table.news td.back_button img:hover {
	background-position: 0px -20px;
}

table.news td.link {
	text-align: right;
}

table.news td.space
{
	height:9px;
	line-height: 9px;
}

table.news td.first
{
	height:3px;
	line-height: 3px;
}

table.news td.dot
{
	background-image: url( '../../images/dot.gif' );
	background-repeat: repeat-x;
	background-position: center;
}
