body{
	direction:rtl;
	padding:0,0,0,0;
	background-color:white;
}
a.navy{
	font-family:tahoma;
	font-size:11px;
	color:navy;
	text-decoration:none;
	color:navy;
}

a:hover.navy{
	font-family:tahoma;
	font-size:11px;
	color:green;
	text-decoration:none;
	color:navy;
}

a{
	font-family:tahoma;
	font-size:12px;
	color:black;
	text-decoration:none;
}

a:hover{
	font-family:tahoma;
	font-size:12px;
	color:blue;
	text-decoration:none;
}

.error{
	font-family:tahoma;
	font-size:12px;
	color:red;
}

.message{
	font-family:tahoma;
	font-size:12px;
	color:green;
}

.h4{
	font-family:tahoma;
	font-size:12px;
	color:black;
}

.h5{
	font-family:tahoma;
	font-size:11px;
	color:black;
}


input{
	font-family:tahoma;
	font-size:12px;
	color:black;
	direction:rtl;
}

select{
	font-family:tahoma;
	font-size:12px;
	color:black;
	direction:rtl
}

textarea{
	font-family:tahoma;
	font-size:12px;
	color:black;
	direction:rtl;
}

fieldset{
	direction:rtl;
	border: solid 1px #808040;
	float: none;
	padding:5,15,5,15;
	margin-bottom:15;
}

legend{
	color:#804000;
	font-family:tahoma;
	font-weight:normal;
	font-size:13;
	margin:0,0,0,0;
	padding:0,5,0,5;
}
.disable{
	font-family:tahoma;
	font-size:12px;
	color:black;
	direction:rtl;
	background-color:#e6e6cc;
}
