﻿table.newsArticleBody
{
/*	width: 500px;*/	
	overflow: scroll;
	margin-left: 5px; 
	margin-right: 10px;
	border-collapse: collapse;	
}

table.newsArticleBody span.TitleLabel
{
	color: #003c5a;
	font-family: Verdana, Helvetica;
	font-size: 22px;
	font-weight: bold;	
	
	margin-left: 5px;
}

table.newsArticleBody span.DescriptionLabel
{
	color: #94b5ca;
	font-family: Verdana, Helvetica;
	font-size: 17px;
	font-weight: bold;		
	margin-left: 5px;
}

table.newsArticleBody div.newsArticleContent
{
/*	width: 540px; */
	overflow: auto;
	margin: 5px;
	padding-right: 10px;
}

table.newsArticleBody td.PathLabel
{
	height: 30px;
	vertical-align: top;
}

span.PathLabel,
span.PathLabel a:hover,
span.PathLabel a:link,
span.PathLabel a:visited
{
	margin-bottom: 50px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

span.PathLabel,
span.PathLabel a:link,
span.PathLabel a:visited
{
	color: #AAAAAA;
}

span.PathLabel a:hover
{
	color: #003c5a !important;
}

/* Wide version */

td.left_sidebar_newsArticle
{
	width: 0px;
}

td.main_area_newsArticle
{
	width: 700px;	
	height: 850px;
}
