﻿/* CONTENT NEWS LINK LIST STYLES */
.clNewsLinkList
{
	border:			0px solid #FF0000;
	width:			300px;
	height:			170px;
	padding-bottom: 50px;
	text-align:		right;
}
.clNewsLinkListCaption
{
	color:			#333333;
	font-size:		12px;
	font-family:	Tahoma;
	font-weight:	bold;
	padding:		0px 0px 5px 0px;
}

.clNewsLinkListContentText
{
	color:			#333333;
	font-size:		11px;
	font-family:	Tahoma;
	font-weight:	normal;
	padding:		0px 0px 5px 0px;
}

.clNewsLinkListContentText a
{
	color:				#D40404;
	text-decoration:	none;	
}

.clNewsLinkListContentText a:hover
{
	color:				#D40404;
	text-decoration:	underline;	
}

.clNoNewsText
{
	color:			#333333;
	font-size:		11px;
	font-family:	Tahoma;
	font-weight:	bold;
}
