/* News Articles Custom Styles */
.NormalWhite
{
    font-family: Arial, Tahoma, Helvetica;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
}
.articleQuote
{
    font-family: Arial, Tahoma, Helvetica, Verdana;
    font-size: 8pt;
    border-top: solid 1px #999999;
    border-bottom: solid 1px #999999;
}
	
.articleTitle
{
	font-weight: bolder;
	font-size: 14px;
	color: #a9a9a9;
}

.articleTable { background-color: black; margin: 0px; }
.articleTopCell
{
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	padding-bottom: 6px;
	color: white;
	padding-top: 6px;
	height: 25px;
	background-color: #d3d3d3;
}
.articleContentCell { color: black; padding: 6px; background-color: #FEFEFE; }
.articleTextCell
{
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 6px;
	color: black;
	padding-top: 6px;
	background-color: #f5f5f5;
}
.articleIconCell { background-color: #D0D0D0; width: 20px; }
.articleFooterCell
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	color: #696969;
	padding-top: 3px;
	height: 25px;
	background-color: #dcdcdc;
}

.featuredTopCell
{
	padding-right: 6px;
	padding-left: 6px;
	font-weight: bold;
	padding-bottom: 6px;
	color: white;
	padding-top: 6px;
	height: 25px;
	background-color: #d3d3d3;
}

A.Normal.Menu:link {
    text-decoration:    underline;
}

A.Normal.Menu:visited  {
    text-decoration:    underline;
}

A.Normal.Menu:active   {
    text-decoration:    underline;
}

A.Normal.Menu:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuSelected:link {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuSelected:visited  {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuSelected:active   {
    text-decoration:    underline;
    color: #ff0000;
}

A.Normal.MenuSelected:hover    {
    text-decoration:    underline;
    color: #ff0000;
}