/* body css */

/*body {
	margin: 10px; padding: 0;
	background: #fff;
	padding-bottom: 1px;
	font-size: 11px;
}*/

/* all link css */
a:link    { color: #0B55C4; text-decoration: none; font-family:Tahoma; font-size:11px }
a:visited { color: #0B55C4; text-decoration: none; font-family:Tahoma; font-size:11px  }
a:hover   { text-decoration: underline; font-family:Tahoma; font-size:11px  }

/********************/

form { margin: 0; padding: 0; }
input, select, file { font-size: 11px;  border: 1px solid silver; font-family:Tahoma; }
textarea      { font-size: 11px;  border: 1px solid silver; font-family:Tahoma;  }

input:focus,
select:focus,
textarea:focus { background-color: #ffd }

span { font-family:Tahoma; font-size:11px; color:#666 ; direction:rtl; }



