<!--
A:link {text-decoration: none; color: #B89486;cursor: help;}
A:active {text-decoration: line-through; color: #B89486;cursor: help;}
A:visited {text-decoration: none; color: #B89486;cursor: help;}
A:hover {text-decoration: none; color: #000000;cursor: help;}


body {	background-color: #F4F3F8;
	cursor: default;
 	scrollbar-face-color: #F4F3F8;
 	scrollbar-arrow-color: #000000;
 	scrollbar-highlight-color: #F4F3F8;
	scrollbar-shadow-color: #F4F3F8;
	scrollbar-3d-light-color: #F4F3F8;
	scrollbar-base-color: #EBEAF0;
	scrollbar-track-color: #F4F3F8;
	scrollbar-darkshadow-color: #EBEAF0;
	direction: rtl;
}
span {	color: #B89486;}
div, td {
	font-family: "arial";
	color: #000000;
	text-align: justify;
      	font-size: 11px;
	line-height: 20px;
	cursor: default;
	direction: ltr;
}
.title {	font-family: "Century Gothic";
	font-size:15px;}
select, input, textarea { border: 1 #D3D3D3 solid;
        font-family: "arial";
        font-size: 11px;
        color: #000000;
        background-color: #ffffff;
}
-->