﻿body {
	margin: 0px;
	padding: 0px;
	background-color: #999933;
}
.header_top {
	background-image: url('images/header.jpg'); 
	height: 220px; 
	width:760px;
}
.header_bot {
	background-image: url('images/menu.jpg'); 
	height: 30px; 
	width:760px;
}
.content {
	overflow:hidden;
	background-image: url('images/contentMid.jpg');
	width: 760px;
}
.content_top {
	overflow:hidden;
	background-image: url('images/contentTop.jpg'); 
	height: 25px; 
	width:760px;
}
.content_bot {
	overflow:hidden;
	background-image: url('images/contentBot.jpg');
	width: 760px;
	height: 25px;
}
.text {
	font-family: "Verdana";
	direction: ltr;
	font-size: 10pt;
	text-decoration: none;
}
.ar_text {
	font-family: "Tahoma";
	direction: rtl;
	font-size: 10pt;
}
