/*
*************************************************************************************************
 Customer:  RBS Chartered Accountants
 
 Author:   Maryse Borgès - MSO.net
 Copyright:  Copyrighted 2009 (c) MSO.net
 
 File:   news.css
 Description: Stylesheet used with news.cfm and tax_newsletters.cfm
 
 Mod History: 02/12/2009 - MSO7410 - File Created
     
 
*************************************************************************************************
*/

.NEWS_Container
{
	padding: 10px 0px 10px 0px;
}

.NEWS_summary
{
}

.NEWS_summary a, .NEWS_summary a:active, .NEWS_summary a:visited
{
	color: #971b0a;
	text-decoration: none;
}
.NEWS_summary a:hover
{
	text-decoration: underline;
}
#NEWS_H2, #NEWS_H2 a, #NEWS_H2 a:active, #NEWS_H2 a:visited
{
	color: #971b0a;
	text-decoration: none;
}
#NEWS_H2 a:hover
{
	color: #971b0a;
	text-decoration: underline;
}

.NEWS_otherItem
{
	padding: 0px 0px 3px 0px;
}
.NEWS_otherItemDate
{
	float:left;
	width: 100px;
}
.NEWS_otherItemTitle
{
	float:left;
}
.NEWS_otherItemTitle a, .NEWS_otherItemTitle a:visited, .NEWS_otherItemTitle a:active
{
	color: #971b0a;
	text-decoration: none;
}
.NEWS_otherItemTitle a:hover
{
	color: #971b0a;
	text-decoration: underline;
}
.NEWS_newsContent
{

}

