body {
	margin: 0px;
	padding: 0px;
	background-color: #640000;
}
.body_text_rtl{
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	text-align: right;
	direction:rtl
}
.body_text_ltr{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
	text-align: left;
	direction:ltr
}

.top-list
{
    
}

.top-list th
{
     color: White;
}


.top-list td
{
     color: White;
}


a:link {
	color: #FFFF00;
	text-decoration: none;
}
a:hover 
{
    color: #FFFF00;
	text-decoration: none;
}

a:visited 
{
    color: #FFFF00;
	text-decoration: none;
}


h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #FFFF00;
}


.navi_rtl {
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	height: 20px;
	text-align: right;
	direction:rtl;
	padding-right: 20px;
	
}

.navi_ltr{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: left;
	direction:ltr;
	padding-left: 15px;
	
}
.navi_rtl a {
	color: #FFFFFF;
	text-decoration: none;
}
.navi_ltr a {
	color: #000000;
	text-decoration: none;
}	
