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