body {
	margin: 0px;
	direction: rtl;
	font: 10pt tahoma;
	text-align: center;
	background: url("../images/bg.gif") #000040 repeat;
}
div#bg {
	width: 800px;
	background-color: #00256f;
	margin: auto;
	text-align: right;
}
div#caption {
	background: url("../images/head.jpg") black no-repeat;
	height: 128px;
}
div#main {
	padding: 10px;
	color: Gainsboro;
}
div#newsbar {
	border: solid 1px #0040a0;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 10px;
	color: LightCyan;
	height: 6.5em;
	background-color: #002060;
	overflow: auto;
}

div#newsbar a,
div#newsbar a:visited {
	color: lightgreen;
	text-decoration: none;
}

div#newsbar ul {
	margin: 0px;
	padding-right: 5px;
	list-style: none;
	font-size: 9pt;
}
div#newsbar ul li {
	background: url( "../images/ok.gif" ) right 50% no-repeat;
	padding-right: 20px;
	line-height: 180%;
}
div#menubar{
	background: url( "../images/menu.off.gif" ) Black top left repeat-x;
	border: solid 1px Black;
	border-bottom-width: 0px;
}
div#menubar a {
  	text-decoration: none;
	color: White;
	cursor: pointer;
	padding: 10px;
	display: table-cell;
	display: inline-block;
	vertical-align: top;
}
div#menubar a:hover{
	color: LightGreen;
}
div#menubar a.selmenu {
	background: url( "../images/menu.sel.gif" ) #294243 top left repeat-x;
	color: White;
}
div#menubar a.selmenu:hover {
	color: LightGreen;
}
div#text{
	background-color: #01191b;
	padding: 10px 10px 0px;
	border: solid 1px Black;
	border-top-width: 0px;
	color: #101010;
	text-align: justify;
}
div#footer {
	text-align: center;
	color: white;
	border: solid 1px #001e5b;
	padding: 2px;
	background-color: #001e5b;
	background-image: url("../images/footer.jpg");
	background-position: bottom left;
	background-repeat: none;
}
span.news_date {
	color: cyan;
}
div#text a {
	text-decoration: none;
	color: Blue;
}
div#text a:hover {
	color: Green;
}
div#text ul{
	margin: 0px;
	padding-right: 5px;
	list-style: none;
}
div#text ul li{
	background: url( "../images/ok.gif" ) right 0.5ex no-repeat;
	padding-right: 20px;
	margin: 3px 0px;
}
h1.Title {
	background-color: #380560;
	background-image: url( "../images/text.title.gif" );
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 9pt;
	margin: 0px;
	
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	
	color: #fff;
	padding: 8px;
	font-weight: bold;
}
div.Border {
	border-top: solid 2px #380560;
	padding: 7px 13px;
	margin-bottom: 10px;
	background-color: #EFEFFF;
	line-height: 175%;
}
div.EnText {
	direction: ltr;
	text-align: left;
}