/* css file */

body {
	background-color: #F0F8FF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	/*font-size: small;*/
		font-size: 12pt;
	color: Black;
	direction : rtl;
	scrollbar-face-color: #bad8ed;
}

a:link      {
	color: Blue;
}
a:visited  {
	color: Navy;
}
a:active   {
	color: #008B8B;
}
a:hover    {
	color: Teal;
}

h1{
	direction: rtl;
	text-align : center;
	;
	font-family : Narkisim;
	font-size : x-large;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color: Navy;
}
h2{
	direction: rtl;
	text-align : center;
	font-family : Narkisim;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : lighter;
	color: Navy;
}
h3{
	direction: rtl;
	text-align : center;
	font-family : Narkisim;
	color: Navy;
	font-size : large;
}
h4{
	direction: rtl;
	text-align : right;
	font-family : Narkisim;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color: Maroon;
}
h5{
	direction: rtl;
	text-align : right;
	font-family : Narkisim;
	font-size : medium;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
	color: Purple;
}
h6{
	direction: rtl;
	text-align : right;
	font-family : Narkisim;
	/*font-size : x-small;*/
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : lighter;
}

p{
	direction: rtl;
	/*text-align: right;
	*/
}
ol{
	direction: rtl;
	 /*text-align: right;*/
}
ul{
	direction: rtl;
	 /*text-align: right;*/
}

table{
	direction: rtl;
}

table.tblcurses{
	direction: rtl;
	border: 2px ridge;
}

td{
	direction: rtl;
}

td.tdcurses{
	border: thin ridge;
	padding : 5px 10px 5px 10px;
}

img{
	border-color: Maroon;
}

.ulist{
	list-style-position: outside; 
	margin-right: 8px; 
	color:#ccff99
}
.tdOutBlue {
	CURSOR: hand;
	CURSOR: pointer;
	COLOR: Blue;
	BACKGROUND-COLOR: #B0C4DE;
	FONT-WEIGHT: BOLD;
}

.tdInBlue {
	CURSOR: hand;
	CURSOR: pointer;
	COLOR: Red;
	BACKGROUND-COLOR: #F0FFFF;
	FONT-WEIGHT: BOLD;
}

.tdOutYellow{
	CURSOR: hand;
	CURSOR: pointer;
	COLOR: Blue;
	BACKGROUND-COLOR: #FFFFCC;
	FONT-WEIGHT: BOLD;
}

.tdInYellow {
	CURSOR: hand;
	CURSOR: pointer;
	COLOR: Red;
	BACKGROUND-COLOR: #FFFF99;
	FONT-WEIGHT: BOLD;
}

.tdOutOrange{
	CURSOR: hand;
	CURSOR: pointer;
	COLOR: Blue;
	BACKGROUND-COLOR: #FFEBCD;
	FONT-WEIGHT: BOLD;
}

.tdInOrange {
	CURSOR: hand;
	CURSOR: pointer;
	COLOR: Red;
	BACKGROUND-COLOR: #FFFF99;
	FONT-WEIGHT: BOLD;
}

.tdOutsub {
	CURSOR: hand;
	CURSOR: pointer;
	COLOR: Blue;
	BACKGROUND-COLOR: #B0C4DE;
}

.tdInsub {
	CURSOR: hand;
	CURSOR: pointer;
	COLOR: Red;
	BACKGROUND-COLOR: #F0FFFF;
}
/*
h1 {color:maroon; font-size:20pt}
hr {color:navy}
p {font-size:11pt; margin-left: 15px}
a:link     {color:green}
a:visited  {color:yellow}
a:active   {color:blue}
a:hover    {color:black}
*/

