body {
	margin: 0px;
	padding: 0px;
	background-color: #440A06;
}

td, li
{
    font-family: arial;
	font-size: 12px;
	color: #E4EA62;
}

.body_text_rtl{
	font-family: arial;
	font-size: 12px;
	color: #E4EA62;
	line-height: 16px;
	text-align: right;
	direction:rtl
}
.body_text_ltr{
	font-family: arial;
	font-size: 12px;
	color: #E4EA62;
	line-height: 16px;
	text-align: left;
	direction:ltr
}

a:link {
	color: #FF0000;
	text-decoration: none;
}
a:hover 
{
    color: #FF0000;
	text-decoration: none;
}
a:visited 
{
    color: #FF0000;
	text-decoration: none;
}

.top-list
{
	font-family: tahoma;
	font-size: 12px;
	color: #C1C11C;
}

h2 {
	font-family: tahoma;
	font-size: 18px;
	color: #C1C11C;
}


.navi_rtl {
	font-family: arial;
	font-size: 14px;
	color: #000000;
	height: 20px;
	text-align: right;
	direction:rtl;
	padding-right: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	
}

.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:hover
{
    text-decoration: none;
	color: #000000;
}

.navi_rtl a:link
{
    text-decoration: none;
	color: #000000;
}

.navi_rtl a:visited
{
    text-decoration: none;
	color: #000000;
}


.navi_ltr a:hover {
	color: #000000;
	text-decoration: none;
}	


.navi_ltr a:visited {
	color: #000000;
	text-decoration: none;
}	


.navi_ltr a:link {
	color: #000000;
	text-decoration: none;
}	


.newsletter {
	text-align: center;
	font-family: arial;
	font-size: 12px;
	color: #000000;
}
input {
	background-color: #000000;
	background-image: url(http://www.alexpeter.com/images/bg_heading.jpg);
	background-repeat: repeat;
	background-position: 0 0;
	color: #FFFFFF;
	font-size: 12px;
	font-family: arial;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 3px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.news_heading {
	font-family: arial;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

