.heads1 { color : olive ; 
	  font-size : 230% ; 
	  font-family : "Arial" ;
	  direction : rtl 
	}

.normal { color : olive ;
	  bgcolor : whitesmoke ;  
  	  font-family : "Arial" ;
	  direction : rtl ; 
	  SCROLLBAR-FACE-COLOR: silver;
    	  SCROLLBAR-HIGHLIGHT-COLOR: olive;
    	  SCROLLBAR-SHADOW-COLOR: olive;
    	  SCROLLBAR-3DLIGHT-COLOR: black;
   	  SCROLLBAR-ARROW-COLOR: black ;
    	  SCROLLBAR-TRACK-COLOR: #ffffff;
    	  SCROLLBAR-DARKSHADOW-COLOR: black;
	}
		A.Link {
			display: block;
			text-align: left;
			text-decoration: none;
			font-family:arial;
			font-size:16px;
			font-weight: 600;
			width: 120px;
			color: black;
}

		A.Link:hover {
			background-color:seagreen;
			color: white;
			}
	
		A.Link:active {
			background-color:orange;
			color: black;
			}
			
			A.NormalLink {
			display: block;
			text-align: right;
			text-decoration: none;
			font-family:arial;
			font-size:16px;
			font-weight: 500;
			color: olive;
			}

		A.NormalLink:hover {
			color: silver;
			}
	
		A.NormalLink:active {
			color: orange;
			}
.news 	{ color : black ;
	  bgcolor : silver ;  
  	  font-family : "Arial" ;
	  direction : rtl ; 
	  font-size : 14px ; 
	}

.cTable { line-height : 20px ;
	  font-size : 90% ;
	}

.guest {font-family: Arial; font-size: 14px}


.button
		{
	color : white;
	background-color : olive;
	font-family: Arial;
	font : bold;
	font-weight: 600;
	width: auto;
	border : double Black 1;
	cursor : pointer;
}

.button
		{
	color : silver;
	font-family: Arial;
	font : bold;
	font-weight: 600;
	width: auto;
	border : double Black 1;
	cursor : pointer;
	background : Olive url(../Graphic/blueButton.gif);
}

