body {
background-color: #f1f1f1;
margin-top:20px;
font-family: tahoma;
font-size: 8pt;
}

table 
{
font-family: tahoma;
font-size: 9pt;
}

a
{
	color:#993333;
	text-decoration:none;
}

a:hover
{
	color:#660000;
	text-decoration:none;
}
.FormObject input, textarea
{
	font-family: Tahoma;
	font-size: 8pt;
	width: 140px;
}
.txt p 
{
	text-indent: 10px;
}

h2.title 
{
	font-family: Times New Roman;
	
}
.pagetitle {
text-align: left;
padding: 0px 0px 10px 10px;
}
.date 
{
	font-family: Tahoma;
	font-size: 8PT;
	color: #ccc;
}
.txt 
{
	padding: 0px 10px;
	text-align:justify;
}
#container {
width: 772px; background:#dadada url('en_bg.gif') left top repeat;
margin: auto;
}

#top {
background:#dadada url('en_top.gif') left top repeat;
height: 131px;
text-align: right;
padding: 0px;
margin-bottom: 15px;
}

#content {
background-color: #ffffff;
padding: 0px;
margin-left: 150px;
margin-right: 10px;
direction:rtl;
}
div#content { 
min-height:400px;
height:expression(this.scrollheight > 400 ? "auto":"400px"); 
}

#menu {
float: left;
width: 150px;
padding: 0px;
}

#footer {
width: 772px; background:#dadada url('en_bot.gif') left top repeat;
height: 30px;
margin: auto;
text-align: center;
color:#555;
font-size: 8pt;
}

ul.navmenu {
padding: 0px;
margin: 0px 0px;
list-style-type: none;
}
.navmenu li {
margin: 3px;
}
.navmenu li a {
display: block; 
width: 130px;
border-bottom: 3px solid #660000;
border-left: 3px solid #660000;
background: #F6D377;
color: #000;
padding: 5px 0px;
text-decoration: none;
}
.navmenu li a:hover {
border-bottom: 3px solid #000;
border-left: 3px solid #000;
background: #d4d4d4;
font-weight: bold;
}
div.lang {
padding-right: 20px;
font-size: 11pt;
padding-top: 15px;
font-family: verdana;
text-align: right;
}
td.FormLable 
{
	width: 150px;
	text-align: left;
}
td.FormObject
{
	width: 300px;
	text-align: right;
}
td.FormLableNoSize 
{
	background: #ccc;
}
.Error
{
	display:block;
	color:Red;
	text-align:center;
	margin:20px;
}
.Greeting
{
	display:block;
	color: Green;
	text-align:center;
	margin:20px;
}