/* CSS Document */
.img {
	border: none;
}

.body {
	background-color:#344855;
	font-family:tahoma;
	font-size:13px;
	color:#344855;
	text-align:center;
	vertical-align:middle;
}


.header {
	border:none;
	vertical-align:bottom;
	color: #FFF;
}

.menu{
	background-color:#BCCCD6;
	width:145px;
	vertical-align:top;
}

.footer {
	background-color:#BCCCD6;
	text-align:center;
	font-size: large;
	border-color: #344855;
	color: #344855;


}

A.footertext:visited{
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 10px;
	font-family:tahoma;
	color:#344855;
	text-decoration :none;
	
	}
A.footertext:hover{
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family:tahoma;
	font-size: 10px;
	color:#0099CC;
	text-decoration :none;
	
	}
A.footertext:link{
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family:tahoma;
	font-size: 10px;
	color:#344855;
	text-decoration :none;
	
	}
A.footertext:active{
	padding-right: 14px;
	padding-left: 14px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-family:tahoma;
	font-size: 10px;
	color:#FFFFFF;
	text-decoration :none;
.test {
	direction: rtl;
	text-align: justify;
}
.Test {
	text-align: justify;
	direction: rtl;
}

