/* CSS. 20 Oct 2007 */



body {

  direction: rtl;

  font-family: Tahoma;

  font-size: 9px;

 background-image: url('img/bg.gif'); 

}



a img {

	border-width: 0;

}



input {

	font-family: Tahoma;

	font-size: 11px;

}



textarea {

	font-family: Tahoma;

	font-size: 11px;

}



select {

	font-family: Tahoma;

	font-size: 10px;

}



a {

	font-size: 12px;

	font-weight: bold;

	color: #AA5;

	text-decoration: none;

}



a:hover {

	/*color: #885;*/
color: green;


}



.small {

	font-size: 9px;

}



.pages {

	color: #AA5;

}



.selected_pages {

	color: #993;

	font-weight: bold;

}



.textform {

	background-image: url('img/forminput.jpg');

}



.textform2 {

	background-image: url('img/forminput2.jpg');

}



.text {

	font-size: 9px;

}



.btn {
	text-decoration: none;
	padding: 5px;
}
.btn : hover {
	background-color: #EEE;
}



.menu {

	text-align: center;

}



.menu a {

	color: #CCC;

	margin-top: 50px;

	margin-bottom: 50px;

}



.menu a:hover{

	/*color: #E44;*/
colro : green ; 

	font-weight: bold;


}



.menu td {

	background-image: url('img/menu-bg.jpg');

}



.button {

	background-color: #F5F5F5;

	width: 100px;

	height: 25px;

	border-color: #999;

	border-width: 1px;

	border-style: dashed;

}





div {

	background-image: url('img/bg-div.jpg');

	background-repeat: repeat-x;

	background-position: bottom left;

}



.copyright {

  padding: 0px;

  margin: 0px;

  font-family: Courier New;

  font-size: 11px; 

  color: #444;

}
.bazlink a{
  color: #0353d8;
  font-size:15px;

}
.bazlink a:hover{
   color: #0c9ee2 ; 
   font-size:15px;
text-decoration: underline;
}
