﻿.simpleNewsTable
{
	width: 98%;
	margin-bottom: 20px;
}
.simpleNewsTable td
{
	/*
	border: solid 1px #000;
	*/
}
.simpleNewsRegionHeaderRow
{
	/*
	visibility: collapse;
	*/
}
.simpleNewsRegionHeaderCell
{
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: x-large;
	font-weight: bold;
}
.simpleNewsTitleRow
{
}
.simpleNewsBulletCell
{
	width: 45px;
	height: 45px;
	background-image: url(images/Favorites.png);
	background-position: center 10px;
	background-repeat: no-repeat;
	/*
	background-image: url(images/icons/breadcrumb.gif);
	*/
}
.simpleNewsTitleCell
{
	padding-top: 5px;
	font-weight: bold;
}
.simpleNewsContentRow
{
}
.simpleNewsContentSpacerCell
{
	/*
	width: 30px;
	*/
}
.simpleNewsContentCell
{
	/*
	font-size: x-small;
	*/
}
