﻿body{
	direction: rtl;
	font-family: arial;
	color: #584F29;
}

h1{	
	font-size: 14pt;
	color: #111111;
}

ol{
	margin-top: 12px;
}

li{
	margin-bottom: 12px;
}

input{
	width: 200px;
}

textarea{
	width: 200px;
	height: 100px;
}

/*************************** classes  *******************************/
.menu {
	background-image: url(button.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 25px;
	margin-top: 10px;
}

.link{
	margin-left: 40px;
	margin-right: 40px;
	text-decoration: none;
	color: #584F29;
	font-weight: bold;
	font-family: arial;
}

.highlight{
	font-weight: bold;
}

.phone{
  direction: ltr;
  unicode-bidi: embed;
}

/*************************** ids  *******************************/

#bod{
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 45px;
	padding-left: 45px;
	font-family: arial;
	color: #473D13;
}

#footer {
	background-image: url(pink_fade.gif);
	background-position: bottom;
	text-align: left;
	width: 730px;
	height: 27px;
	font-size: 9pt;
}
