#city { direction: rtl; }
.Head_Title { FONT-WEIGHT: bold; SIZE: +1; TEXT-DECORATION: underline; color: red; }

.zebraCity {
	width: 60%;
	border: 1px solid #8cc2f1;
	border-width: 0 1px 1px 0;
	margin-top: 5px;
	margin-bottom: 20px;
	direction: ltr;
}

.zebraCity th { background-color: #1F85B5; color: #fff; }

.zebraCity td, .zebraCity th {
	border: 1px solid #8cc2f1;
	border-width: 1px 0 0 1px;
	padding: 3px;
	direction: rtl;
	line-height: 130%;
}
.zebraCity.lineHead { font-weight: bold; white-space: nowrap; width: 20%; }
.pink { background-color: #ffccff; }
.green { background-color: #ccffcc; }
.blue { background-color: #99ccff; }
.yellow { background-color: #FFFFCC; }
.gray { background-color: #EFEFEF; }
.colorTr { background-color: #fff; }




span.title1, div.title1 { 
	display: block; 
	width: 95%; 
	padding: 20px 15% 0 0; 
	margin-bottom: 20px; 
	text-align: right; 
	border: 0px dotted #666; 
	border-width: 0 0 1px; 
	text-decoration: none; 
	font-size: 120%;
	color: red;
}
strong { display: block; width: 60%; text-align: right; font-size: 120%; }

