BODY {
	direction: rtl;
	font-family: tahoma;
	unicode-bidi: bidi-override;
	background-color: #C1E2A5;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	
SCROLLBAR-FACE-COLOR: #CC914E; 
SCROLLBAR-HIGHLIGHT-COLOR: #C9B484; 
SCROLLBAR-SHADOW-COLOR: #C9B484; 
SCROLLBAR-3DLIGHT-COLOR: #C9B484; 
SCROLLBAR-ARROW-COLOR: #FFFFFF; 
SCROLLBAR-TRACK-COLOR: #C9B484; 
SCROLLBAR-DARKSHADOW-COLOR: #C9B484;
overflow: auto;
}

/* links */
a:link,a:visited {
	font-family: tahoma;
	font-size: 12px;
	color: #0066FF;
	text-decoration: none;
}
a:hover                         {font-family: tahoma;font-size: 12px;color: #CC0000; text-decoration: underline;}

.a.link1:link,.a.link1:visited  {font-family: tahoma; font-size: 13px;  color: #FFFFFF;  text-decoration: none;}
.a.link1:hover                  {font-family: tahoma; font-size: 13px;  color: #CC0000;  text-decoration: underline;}
.a.link2:link,.a.link2:visited  {font-family: tahoma; font-size: 12px;  color: #000;  text-decoration: none;}
.a.link2:hover                  {font-family: tahoma; font-size: 12px;  color: #CC0033;  text-decoration: none;}
.a.link3:link,.a.link3:visited  {font-family: tahoma; font-size: 11px;  color: #FF3232;  text-decoration: none;}
.a.link3:hover                  {font-family: tahoma; font-size: 11px;  color: #9B1E1E;  text-decoration: none;}
.text {	font-family: tahoma;font-size: 13px;color: #000000;text-align: justify;}

/* form */
.button {
	font-family: tahoma;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #666666;
	font-weight: bold;
	border: 1px solid #666666;
	margin: 1px;
	padding: 2px;
	line-height: 2;
}
.input {font-family: tahoma;font-size: 13px;color: #333333;border: 1px solid #999999;width: 250px;HEIGHT: 22px;padding: 2px;background-color: #FBFEDA;}

/* boxs*/
.boxhead {
	font-family: tahoma;
	font-size: 12px;
	background-image: url(tbl_head.JPG);
	}
.boxdata {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
	background-color: #D2E1C5;
	padding: 4px;
	text-align: justify;
	line-height: 23px;
}
.text-title {
	font-family: tahoma;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #22397D;
}

.boxfoot {
	background-attachment: fixed;
	background-image: url(tbl_foot.JPG);
	background-repeat: repeat-x;
}

.picborder {
	border: 2px solid #C4A44D;
}
ul,li {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(b.gif);
	margin: 5px;
	padding: 0px;
	text-align: justify;
}

