/* News Articles Custom Styles */

.NormalWhite { font-family: Tahoma, Arial, Helvetica; font-size: 11px; font-weight: bold; color: #FFFFFF; 	direction: rtl; }
.articleQuote { font-family: Tahoma, Arial, Helvetica; font-size: 8pt; border-top: solid 1px #999999; border-bottom: solid 1px #999999; 	direction: rtl;}
	
.articleTitle { font-size : 14px; font-weight : bolder; color : #006600; 	direction: rtl; }
A.articleTitle:link  {
    color: #057C92;
    text-decoration: none;
    font-family: Arial;
    font-size: 12pt;
    padding-bottom: 5px;

}

A.articleTitle:Hover  {
    color: #ff0000;
    font-family: Arial;
    font-size: 12pt;

	
}

A.articleTitle:visited  {
    
    text-decoration: none;
    font-family: Arial;
    font-size: 12pt;
	padding-bottom: 5px;
	

.articleTable { background-color: black; margin: 0px; }
.articleTopCell { background-color: #A3A3A3; color: white; font-weight: bold; padding: 6px; height: 25px; 	direction: rtl; }
.articleContentCell { color: black; padding: 6px;  	direction: rtl;}

.articleTextCell { color: black; padding: 6px;  	direction: rtl; font-family:  Arial, Tahoma, Helvetica;}
a.articleTextCell:link { color: black; padding: 6px; background-color: #FBFFD6; 	direction: rtl;}
a.articleTextCell:Hover { color: black; padding: 6px; background-color: #FBFFD6; 	direction: rtl;}
a.articleTextCell:visited { color: darkblue; padding: 6px; background-color: #FBFFD6; 	direction: rtl;}
.articleIconCell { background-color: #DCDCDC; width: 20px; }
.articleFooterCell { color: #FFFFFF; padding: 3px; background-color: #FBFFD6; height: 25px; 	direction: rtl; vertical-align: top;}

.featuredTopCell { background-color: #336699; color: white; font-weight: bold; padding: 6px; height: 25px; 	direction: rtl; }