/* CSS Document */

.news_main_table{
	width:100%;
	padding:2px 2px 2px 2px;
	/*background-color:#FFFFFF;*/
}
.news_main_tr{
	/*background-color:#FFFFFF;*/
}
.news_main_td{
	/*background-color:#FFFFFF;*/
}
.news_table{
	background-color:#FFFFFF;
	width:100%;
	margin:3px 3px 3px 3px;
}
.news_title_tr{
	background-color:#FFFFFF;
}
.news_title_td{
	text-align:justify;
	font-size:10px;
	color:#2D619D;
}
.news_title_a:link{
	border:0;
	font-size:12px;
	font-weight:bold;
}
.news_title_a:active{
	border:0;
	font-size:12px;
	font-weight:bold;
}
.news_title_a:visited{
	border:0;
	font-size:12px;
	font-weight:bold;
}
.news_title_a:hover{
	border:0;
	font-size:12px;
	font-weight:bold;
}
.news_date_tr{
	border:0;
}
.news_date_td{
	/*background-color:#FFFFFF;*/
	font-size:10px;
	direction:rtl;
	color:#2D619D;
	text-align:right;
}
.news_teaser_tr{
	border:0;
}
.news_teaser_td{
	border:0;
	font-size:12px;
	text-align:justify;
	color:#2D619D;
}
