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