.newstype{
	font-size:8pt;
	Color:lightgrey;
	Font-weight:300;
	width:100%
}
div.news{	
	font-size:8pt;
	color:black;
}
.newsSeperator { 
	COLOR: white; 
	TEXT-ALIGN: center 
}	
.newsheadings { 
	FONT-WEIGHT: 700; 
	FONT-SIZE: 10pt; 
	WIDTH: 100%; 
	COLOR: black; 
}
.newstitle {
	FONT-WEIGHT: 700; 
	FONT-SIZE: 10pt; 
	WIDTH: 100%; 
	COLOR: #666666;
}
.newsfooter{
	font-size:8pt;
	Color:blue;
	Font-weight:700;
	text-align:left
}
A.newsfooter A.newsfooter:visited A.newsfooter:active A.newsfooter:link {
Color:blue;
}	
a.news
{
color:blue;	
}	
A.news:link A.news:visited A.news:active
{
	color:blue;
}
 A.news:visited
{
	color:blue;
}
A.news:active
{
	color:blue;
}
a.news:hover
{
	color:blue;
}	

/*-----------------------------------------NEWS ITEM STYLES---------------------------------*/
/* NEWSTITLE
USAGE: Used on news item layout for News Title (heading)*/
.NewsTitle{
	background-color: #CCCCCC ;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	color: #000000;
	border-bottom: solid 1px #666666;
	border-top: solid 1px #666666;
}
/* NEWSITEM
USAGE: News Item table*/
.newsitem {
	background-color: #FFFFCC;
 }
 /* LISTING
USAGE: dates news listed or TSSD link relates to*/
.listing, .updated {
	FONT-SIZE: 7pt;
	font-style:italic;
	color:#999999;
}


 /*-----------------------------------------EVENT ITEM STYLES---------------------------------*/
/* TBLSEARCH
USAGE: Search table at top of Events Listing page*/
.tblSearch {
	border:solid 1px #666666;
	background-color:#FFFFCC;
 }
 
/* TBLBORDEROUTSIDE
USAGE: On Data list table with a border outside the table*/
.tblborderoutside{
	border: solid 1px #666666;
}

/* TBLBORDER
USAGE: On data list table with a border on bottom and right only (to be used in conjunction with tblborderoutside) */
.tblborder{
	border-bottom: solid 1px #666666;
	border-right: solid 1px #666666;
}

/* TBLBORDERRIGHT
USAGE: On data list table with a border on the right only (to be used in conjunction with tblborderoutside) */
.tblborderright{
	border-right: solid 1px #666666;
}

/* TBLBORDERBOTTOM
USAGE: On data list table with a border on the bottom only (to be used in conjunction with tblborderoutside) */
.tblborderbottom{
	border-bottom: solid 1px #666666;
}
/* EVENTTITLE
USAGE: On data list table - each Event Title (heading)*/
.EventTitle{
	background-color: #FFCC66;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	color:#000000;
	border-bottom: solid 1px #666666;
}
/* TYPETITLE
USAGE: On Documents by Type page - each Doc Title (heading)*/
.TypeTitle{
	background-color: #CCCCCC;
	font-family: Tahoma, Verdana;
	font-size: 11px;
	font-weight: 700;
	line-height: 20px;
	color:#333333;
	width:100%;
}
