@charset "utf-8";
/* CSS Document */

.table
{
width: 247px;
}

.top_row 
{
background-image: url(../images/news_1px.jpg);
background-repeat: repeat-y;

}

.date
{
	height: 20px;
	width: 247px;
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
}

.title
{
	height: 36px;
	width: 247px;
	font-family: tahoma;
	font-size: 11px;
	color: #DE0023;
	text-decoration: none;
}

.description
{
	font-family: tahoma;
	font-size: 11px;
	color: #a2a2a2;
	padding-left: 15px;
}

.space
{
height: 10px;
}

.left_gap
{
width: 15px;
}