﻿html{
	direction: rtl;
	padding: 0;
	margin: 0;
}
a:link {color: #761D12;}
a:visited {color: #761D12;}
a:hover {color: #AA5F37;}
td{
	vertical-align: top;
}
#header{
	border-bottom: 1px solid black;
	margin-bottom: 0px;
	text-align: left;
	background: url(pics/header-bg.jpg) #BEBCE6;
	vertical-align: bottom;
	height: 101px;
}
#big-table{
	border: 1px solid Black;
	background-color: #FAF0E4;	
}
#menu{
	width: 180px;
	margin: 0;
	padding: 0;
	background-color: #0E056E;
	list-style-type: none;
}
#menu li{
	height: 22px;
	padding-right: 27px;
	padding-top: 2px;
	background-color: #0E056E;
	color: white;
	border-top: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid #FAF0E4;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial;
}
#menu li.even{
	background: url(pics/right-menu-button-up3.gif) right top no-repeat;
}
#menu li.odd{
	background: url(pics/right-menu-button-up2.gif) right top no-repeat;
}
#menu li.last{
	padding-right: 0;
	display: inline;
	border: 0;
	text-align: center;
}
#menu li a{
	width: auto;
	display: block;
}
*html #menu li a{
	display: inline;
}
#menu li a:link, #menu li a:visited{
	color: #ffffff;
}
#menu li a:hover{
	color: #FAE5A2;
}
.midblock{
	border: 1px solid black;
	background-color: #FEEFBE;
	margin-left: 6px;
	margin-right: 6px;
	font-family: arial;
	font-size: 13px;
	margin-bottom: 15px;
}
.midtext{
	padding: 5px;
	border-top: 1px solid black;
}
.midtext a{
	color: #0E056E;
}
.title{
	/*border: 1px solid white;*/
	color: white;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 3px;
	font-family: arial;
	font-size: 13px;
	height: 18px;
}
.orange{
	background-color: #CC5C00;
}
.purple{
	background-color: #4D478E;
}
.title h1, .title h2{
	display: inline;
	font-size: 13px;
}
tr.article td, dl.article{
	border-bottom: 1px dotted #999933;
	margin: 0 0 5px 0;
	padding: 0;
	min-height: 110px;
	overflow: hidden;
}
tr.last td, dl.last{
	border: 0;
}
* html tr.article td, * html dl.article{
	height: 110px;
	overflow: visible;
}
dt.pic{
	position: relative;
	right: 0;
	top: 0;
	width: 110px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	vertical-align: top;
}
dd.text{
	margin: -110px 120px 0 0;
	padding: 0;
	vertical-align: top;
}
div.left{
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: black;
	padding-bottom: 10px;
}
/* old css */
.left-menu{
	background-color: #0E056E;
	color: white;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font: bold 13px Arial;
	cursor: hand;
}
.menu-b{
	border-bottom: 1px solid #FAF0E4;
	font: bold 13px Arial;
	cursor: hand;
}
/* old css */
.news-table{
	border: 1px solid Black;	
}
.news-table-title{
	font: bold 13px Arial;
	color: white;
}

.news-table-content{
	border-top: 1px solid Black;
	background-color: #FEEFBE;
	font:  13px Arial;
	color: black;
}
.right-table{
	border-left: 1px solid Black;
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
	
	
}
.news-table-content2{
	border-top: 1px dotted #999933; 
	background-color: #FEEFBE;
	font:  13px Arial;
	color: black;
}
.bottom-links{
	background-color: #B1C5F7;
	color: black;
	border-top: 1px solid Black;
	font: bold 10px Arial;
}
.bottom-links a, .bottom-links a:link, .bottom-links a:hover, .bottom-links a:visited{
	color: black;
}
.banner{
	border: 1px solid Black;
}
.midd-section{
	border: 1px dotted black;
}
.innter-table{
	border-bottom: 1px dotted Black;
}
.email-fill{
	font: bold 13px Arial;
	color:  #733C02;
}
.hello{
	border-bottom: 1px solid Black;
}
h2.faq{
	display: inline;
	font-size: 14px;
}