
html, body {
	direction: rtl;
}
body {
	margin:0px;
	text-align:center;
	font-family: arial;
	font-size: 12pt;
	color: white;
	vertical-align:middle;
	background-color:#e4e7ea;
}
#logo {
	background-image:url('../images/logo.gif');
	height:121px;
	width:800px;
}
#all {
	display:table;
	margin-left: auto;
	margin-right: auto;
	margin-top:20px;

	border-style: solid;
	border-width: 1px;
	border-color: Gray;

	width:800px;

	background-color:#2D4D8A;
}
.languageFlag {
	margin-top:20px; margin-left:20px; float:left; border-width:0;
}
#menu {
	float:right;
	width:169px;
	vertical-align:top;
}
#content {
	display:block;
	margin-right:171px;
	vertical-align: top;
	text-align:right;


}

#menuRight {
	list-style-type: none;
	text-align:right;
	margin: 0px;
	padding:0px;
}

#menuRight li {
	background-image: url('../images/button1.jpg');
	height: 28px;
	padding-right:15px;
	padding-top: 11px;
	background-repeat: no-repeat;
	font-size: 10pt;
}
#menuRight li a {
	text-decoration:none;

}
#menuRight li a:hover {
	color: #6998d3;
	text-decoration: none;

}
#menuRight li.chosenMenuItem {
	background-image:url('../images/button2.jpg');
}
#menuRight li.menuTop {
	background-image: url('../images/Top.jpg');
}
#menuRight li.menuBottom {
	background-image: url('../images/menuBottom.jpg');
	height:39px;
}
#bottomCell, #bottomCell a {
	font-size:10pt;
	color:black;
}
#bottomCell a:hover {
	color:#6998d3;
}

.alert {
background-color:#4354aa;
color:white;
padding:6px;
border-style:solid; border-width:1px; border-color:#7788cc;
text-align:center;
}
.firstLine {
background-color:#4354aa;
color:white;
}
.site td {
background-color:#4354aa;
color:white;
}
a {
	color:white;
}
a:hover {
	color:#6998d3;
}
input, textarea, select {
	font-family:arial;
}
h1 {
	font-size:14pt;
	margin:0;
}
h2 {
	font-size:13pt;
	margin:0;
}
#bottomDeco {
	width:800px;
	background-color:#6f9cd6;
	display:table;
	margin-left: auto;
	margin-right: auto;
	color:white;
	font-size:10pt;
}
#bottomDeco a {
	color:white;
	font-size:10pt;
}
.number {
	font-size:9pt;
}