		body{
			color:#404040;
			font:13px Arial;
			text-align:right;
			direction:rtl;
			margin:0;
			background:#ffffff;
		}

		h1{
			color:#ffffff;
			font-size:20px;
			font-weight:800;
			padding:10px;
			margin:0 0 10px 0;
			background-color:#016599;
		}

		td{
			color:#404040;
			font:13px Arial;
		}

		form, form td{
			color:#404040;
			font-weight:800;
		}

		.clsFormButtons{
			padding:10px;
			text-align:center;
		}

		.clsButton{
			width:50px;
			color:#ffffff;
			font:12px Arial;
			font-weight:800;
			cursor:pointer;
			cursor:hand;
			padding:1px 5px 1px 5px;
			border:0 none;
			background-color:#016599;
		}

		input, select, textarea{
			width:136px;
			color:#000000;
			font:12px Arial;
			border:1px solid #3E678B;
		}

		input.clsReset, select.clsReset, textarea.clsReset{
			width:auto;
			border:0 none;
		}

				
