html {
	direction:rtl;
}
body {
	color: #000066;
	background-color: #D7E6FF;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:0px;
	margin:0px;
}

table {
	font-size: 11px; 
}

form {
	margin:0px;
}

input {
	font-family:tahoma;
	font-size:12px;
	width:150px;
	height:22px;
}
input.Text1 {
	width:80px;
	height:22px;
}
input.Text2 {
	width:350px;
	height:22px;
}
input.Sub {
	width:150px;
	height:25px;
}
input.radio1{
	width:10px;
	height:10px;
}
input.file1{
	width:200px;
}
select.combo1 {
	font-family:tahoma;
	font-size:12px;
	width:150px;
	height:22px;
}

.box1titr {
	color:#993300;
	font-size: 11px; 
}
.textred {
	color:#ff3333;
}

.status0 {
	color:#999999;
	font-size: 12px; 
	line-height:20px;
}
.status1 {
	color:#FF3333;
	font-size: 12px;
	line-height:20px;
	font-weight:bold;
}
.status2 {
	color:#00CC99;
	font-size: 12px; 
	line-height:20px;
}


a:link {
	font-size: 11px;
	text-decoration: none;
}
a:visited {
	font-size: 11px;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	text-decoration: none;
}
a:active {
	font-size: 11px;
	text-decoration: none;
}

a.menu:link {
	color: #336699;
}
a.menu:visited {
	color: #336699;
}
a.menu:hover {
	color: #000000;
}

.Box1 {
	border-style:dashed;
	border-width:1px;
	border-color:#000000;
}
.Error1 {
	font-size:14px;
	font-weight:bold;
	color:#FF0000;
}
.Error2 {
	font-size:14px;
	font-weight:normal;
	color:#FF0000;
}
.Ok {
	font-size:14px;
	font-weight:normal;
	color:#0066FF;
}