@charset "utf-8";
/* CSS Document */

a:link {
	color: #00C;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00C;
}
a:hover {
	text-decoration: none;
	color: #007773;
}
a:active {
	text-decoration: none;
	color: #007773;
}
body {
	padding:16px;
	margin:0px;
}
.Copyright {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#CCC;
}
.PageTitle {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#007773;
	font-weight:bold;
}
.PageTextJ {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:160%;
	text-align:justify;
	direction:rtl;
}
.PageText {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	direction:rtl;
}
strong {
	font-size:12px;
	color:#007773;
}
.Attention {
	color:#007773;
}
.Button {
	width:90px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}
.Warning {
	color:#FF0000;
}
