HTML {
	direction : rtl;
}

TABLE {
	direction : rtl;
}

a:link
{
	color: #BB0000; 
	text-decoration : none;
}
hr           
{ 
	color: #000080;
}
a:visited
{
	color: #900080; 
	text-decoration : none;
} 
a:active 
{
	color: #FF3300;
}
a:hover
{
	color: #FFCC00
	text-decoration : none;
}
body
{
	font-family: Tahoma;
	background-color:#EEEEFF;
	margin-top:0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#000080;
	font-size : 12pt;
	direction : rtl;
}
h1
{
	font-family: Tahoma;
	color: #000099;
	font-size : 24pt;
	direction : rtl;
}
h2
{
	font-family: Tahoma;
	color: #000080;
	font-size : 18pt;
	direction : rtl;
}
h3
{
	font-family: Tahoma;
	color: #003399;
	font-size : 14pt;
	direction : rtl;
}
h4
{
	font-family: Tahoma;
	color: #CC3300;
	font-size : 12pt;
	direction : rtl;
}
h5
{
	font-family: Tahoma;
	color: #FF9900;
	font-size : 10pt;
	direction : rtl;
}
h6
{
	font-family: Tahoma;
	color: #3366CC;
	font-size : 8pt;
	direction : rtl;
}
p
{
	text-align: justify;
	font-family: Tahoma;
	margin-left:5;
	text-indent : 10pt;
	direction : rtl;
}