﻿div.NewsWidget
{
	text-align		: left;
	overflow		: hidden;
	font-size		: 11px;
    width			: 597px;
    background-color: White;
    height			: 100%;
    float			: left;
}

div.NewsWidget div.div_BlueBCGTitle
{
	width: 100%;
}

div.NewsWidget div.div_newsContent
{
	height	: 308px;
    overflow: hidden;
    width	: 100%;
}

div.NewsWidget div.DIV_News
{
	margin	: 0px;
	overflow: hidden;
}

div.NewsWidget table.News
{
	width		: 98%;
	table-layout: fixed;
	color		: #0664C8;
	text-align	: left;
	margin		: auto;
}

table.News p
{
	margin: 5px 0px 5px 0px; 
}

table.News tr
{
	/*width: 210px;
    color: Black;*/
}

table.News td
{
    padding: 2px 5px 2px 5px;
}

table.News tr a
{
	color: #0664C8;
}

table.News tr.TR_header th
{
    font-size           : 14px;
    font-weight         : bold;
	text-align          : left;
	padding-left        : 5px;
}

table.News tr.TR_Odd
{
	
}


table.News tr.TR_Even
{
	
}
