@charset "utf-8";
.CommonText {
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
}

a:link {
	color: #000000;
	text-decoration:underline
}
a:visited {
	color: #400000;
	text-decoration:underline
}
a:hover {
	color: #000000;
	background-color:#CCCCCC;
	text-decoration:underline
}
a:active {
	color: #990000;
}


a.spec:link {
	color: #000000;
	text-decoration:none
}
a.spec:visited {
	color: #400000;
	text-decoration:none
}
a.spec:hover {
	color: #000000;
	background-color:#CCCCCC;
	text-decoration:none
}

p.Header {
	color:#333333;
	font-family: Tahoma;
	font-size: 14px;
	direction: rtl
}
p.Ordinary {
	color:#333333;
	font-family: Tahoma;
	font-size: 1em;
	margin-right:10%;
	direction:rtl;
	line-height: 100%;
	
}
P.Note {
	font-family: Tahoma;
	font-size: 1em;
	color:#000000;
	margin: 0% 10%;
	padding: 20px;
	text-align:justify;
	background-color: #CCCCCC;
	direction: rtl;
	line-height: 200%;

}
ul, il {
	font-family: Tahoma;
	font-size: 1em;
	color:#000000;
	margin: 0% 10%;
	padding-right:: 35px;
	padding-left: 20px;
	padding-bottom: 10px;
	text-align:justify;
	background-color: #CCCCCC;
	direction: rtl;
	line-height: 200%;
	list-style-position:outside;
	list-style-type:circle;

}

img.right {
	align:right;
	margin-right:: 10%;
	margin-top: 5%;
}

H1 {
	font-family: Tahoma;
	font-size: 14px;
	direction:rtl;
}
