html, body {

direction: rtl;
background-position: top;

margin:0px;

padding:0px;

}

td.bgText {
	border-bottom:#cee5ff 1px solid;
}

a.menuButton , a.menuButton:visited{
	font-family:Narkisim;
	font-size:20px;
	color:#7a56a7;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
					
	cursor: pointer;
	DISPLAY: block;
	
}

a.menuButton:hover , a.menuButtonSelected{
	font-family:Narkisim;
	font-size:20px;
	color:#ff5500;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	
	cursor: pointer;
	DISPLAY: block;
}


a.blueunderline {

color:#0000FF;

font-size:13px;

font-weight:bold;
	
text-decoration: underline;

}