@charset "utf-8";

/* ------- Tags -------------- */

Body { 
	font-family:Tahoma, Arial, "Times New Roman" ;
	font-size:11px;
	text-align:right; 
	color:#000000;
	direction:rtl;
	
}

ul{
	line-height:23px;
	
}

td {
	vertical-align:top;
	
}



/* ------- Calsses -------------- */
.TitlePage{
	color:#000060;
	background-color:#5baeee;
	text-align:center;
	height:24px;
	width:100%;
	background-image:url(../Pictures/PageTitle.png);
	background-position:center;
	background-repeat:no-repeat;
	line-height:20px;	
	
}

.subTitle{
	color:#0000FF;
	size:15px;
	padding-right:20px;
	padding-left:20px;
	
}
.div {
	width:100%;
	background-color:#FFFFFF;
	margin:10px;
	border:#093 1px solid;
	
	
	
}