body {
	margin: 0px;
	padding: 0px;
	background-color: #120000;
}
.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: #FFFFFF;
	line-height: 16px;
	text-align: left;
	direction:ltr
}
td
{
    font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 16px;
	direction:ltr
}
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: #00FF00;
}


.navi_rtl {
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	text-align: right;
	direction:rtl;
	padding-right: 15px;
	
}

.navi_ltr{
	font-family: arial;
	font-size: 12px;
	color: #000000;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B4A841;
	text-align: left;
	direction:ltr;
	padding-left: 15px;
	
}
.navi_rtl a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.navi_rtl a:link {
	color: #FFFFFF;
	text-decoration: none;
}

.navi_rtl a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.navi_ltr a:link {
	color: #FFFFFF;
	text-decoration: none;
}	
.navi_ltr a:hover {
	color: #FFFFFF;
	text-decoration: none;
}	
.navi_ltr a:visited {
	color: #FFFFFF;
	text-decoration: none;
}	
