@charset "utf-8";
/* CSS Document */


a:link {
	color: #000000;
	text-decoration:none;
}
a:visited {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:none;
}
a:active {
	color: #000000;
	text-decoration:none;
}


body
{

	margin-left : 0px ;
	margin-top : 0px ;
	margin-right : 0px ;
	margin-bottom : 0px ;
	direction : rtl ;
	background-color: #313131;
	background-image:url(../images/main_bg.gif);
	font : normal 11px tahoma ;
	
}


.menuText
{

	text-align : right ;
	font : normal 11px tahoma ;
	color : #000000 ;
	
}

.titleText_1
{

	font : normal 13px tahoma ;
	direction:rtl;
	text-align:right;
	color:#252525;
	
}

.titleText_2
{

	font : normal 12px tahoma ;
	direction:rtl;
	color:#666666;
	
}

.normalText_1
{

	font : normal 11px tahoma ;
	direction:rtl;
	text-align:right;
	line-height:16px;
	color:#444444;
	
}

.highLightText_1
{

	color: #1177DD;
	text-decoration:underline;
	
}

.highLightText_2
{

	color: #1177DD;
	text-decoration:none;
	
}

.highLightText_3
{

	text-decoration:none;
	font-weight:bold;
	
}

.highLightText_4
{

	color: #1177FF;
	text-decoration:none;
	
}


