@charset "windows-1256";
/* CSS Document */

body {
	margin: 0;
	background: #9facb5;
	direction: rtl;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
form {
	margin:0;
	padding:0;
}
a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color:#006633;
	text-decoration: none;
}
h1 {
	margin:5px;
	padding:0;
	font-size:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
}


.rightsidebar {
	margin: 0 8px 10px 0;
}
.rightsidebar .back {
	background: url(../images/rightsidebarback.jpg) top right repeat-y;
}
.rightsidebar .bottom {
	background: url(../images/rightsidebarbottom.jpg) bottom right no-repeat;
}
.rightsidebar .top {
	background-position: top right;
	background-repeat: no-repeat;
}
.rightsidebar .content {
	padding: 55px 30px 20px 20px;
	text-align: right;
}
.rightsidebar ul {
	margin:0;
	padding:0;
	list-style: url(../images/bulletstyle.gif);
}
.rightsidebar ul li {
	padding: 2px;
	margin: 1px;
}
.rightsidebar ul li a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.rightsidebar ul li a:hover {
	color: #006633;
	text-decoration: underline;
}

.leftsidebar {
	margin: 0 0 10px 7px;
}
.leftsidebar .back {
	background: url(../images/leftsidebarback.jpg) top left repeat-y;
}
.leftsidebar .bottom {
	background: url(../images/leftsidebarbottom.jpg) bottom left no-repeat;
}
.leftsidebar .top {
	background-position: top left;
	background-repeat: no-repeat;
}
.leftsidebar .content {
	padding: 55px 20px 20px 20px;
}

.rightsidebar li ul {
	display: none;
	padding-right:15px;
	border-top: 2px solid #f2f3f5;
	border-bottom: 3px solid #f2f3f5;
}

.mrqitem {
	margin:20px;
	padding:2px;
	text-align:center;
}
.mrqitem a {
	text-decoration: none;
}
.mrqitem a:hover {
	text-decoration: underline;
}

.linklist a {
	text-decoration: none;
}
.linklist a:hover {
	text-decoration: underline;
}

