body {
	padding:0px;
	margin:0px;
	font-family:tahoma;
	font-size:8pt;
	color:#000;
	direction:rtl;
}

.middle {
	border:1px solid #fff;
	width:990px;
	height:auto;
	margin-top:10px;
	text-align:justify;
}

.header {
	background-image:url(images/header.gif);
	width:990px;
	height:120px;
	border-bottom:1px solid #fff;
}
.title {
	background-image:url(images/title.gif);
	width:140px;
	height:20px;
	color:#fff;
	padding-top:7px;
	padding-right:10px;
	margin-bottom:5px;

}

.list {
	background-image:url(images/arrow.gif);
	width:5px;
	height:9px;
	margin:2px;
	float:right;
	margin-left:5px;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#f00;
}

input {
	font-family:tahoma;
	font-size:8pt;
	background-color:#FFF;
	color:#FF0000;
	border:1px solid #ccc;
}

form {
	margin:0px;
	padding:0px;
}