BODY{
	font-family: Arial;
	margin: auto;
	text-align: center;
	width: 800px;
}
.page{
	margin: auto;
	text-align: center;
	width: 800px;
	direction: rtl;
	display: table;
}
.logostrip{
	width: 800px;
	height: 78px;
	text-align: right;
}
.header{
	width: 800px;
	height: 290px;
	background-image: url('images/header.jpg');
	text-align: right;
	color: #fff;
	
}
.header_padding{
	padding: 175px 40px 0 0;
}
.header_title{
	font-size: 24px;
	font-weight: Bold;
}
.header table{
	padding: 5px 0 0 0;
}
.header td{
	font-size: 12px;
	font-weight: Bold;
}
.header input{
	width: 225px;
	height: 15px;
	font-family: Arial;
	font-size: 11px;
}
.right{
	display: inline;
	float: right;
}
.menu{
	width: 199px;
	background: url('images/menu_bg.jpg') repeat-y;
}
.menu_option{
	width: 193px;
	height: 30px;
	padding: 2px 0 0 0;
	font-size: 12px;
	font-weight: Bold;
	color: #616161;
}
.menu_padding{
	padding: 8px 0 8px 0;
}
.menu a{
	text-decoration: none;
	color: #616161;
}
.hr{
	border: none;
	width: 193px;
	height: 1px;
	background-image: url('images/hr.jpg');
}
.left{
	display: inline;
	float: right;
	text-align: right;
	padding: 0 15px 0 0;
	margin: -10px 0 0 0;
}
.title{

	height: 26px;
	color: #616161;
	font-weight: Bold;
	font-size: 14px;
	padding: 10px 10px 0 0;
	text-align: right;
}
.text{
	width: 550px;
	font-size: 11px;
	color: #616161;
}
.text a{
	color: #d60000;
}
.copyrights{
	padding: 20px 0 20px 0;
	font-size: 12px;
	color: #616161;
	
}
FORM{
	margin: 0px;
	padding: 0px;
}
.logostrip a{
	text-decoration: none;
	color: #000;
}
