﻿.NewsTitleList{
	text-decoration: none;
	color: Maroon;
	height: 25px;
	padding-right: 10px;
	text-align: justify;
	font-size: 9pt;
	font-weight: bold;
	font-family: Tahoma;
	cursor: hand;
}
.NewsBriefList{
	color: Purple;
	padding-right: 5px;
	text-align: justify;
	font-size: 9pt;
	font-family: Tahoma;
}

.NewsTitle{
	text-decoration: none;
	color: Maroon;
	height: 25px;
	padding-right: 10px;
	text-align: justify;
	font-size: 10pt;
	font-weight: bold;
	font-family: Tahoma;
}
.NewsBrief{
	color: Purple;
	padding-right: 5px;
	font-size: 10pt;
	font-family: Tahoma;
}
.NewsContent{
	text-align: justify;
	padding-right: 8px;
	padding-left: 8px;
	font-family: Tahoma;
	font-size: 10pt;
	color: Navy;
}
.NewsResource{
	color: Gray;
	direction: ltr;
	font-family: Tahoma;
	font-size: 8pt;
}
