BODY {
	DIRECTION:rtl;
	FONT-FAMILY: tahoma;
	unicode-bidi: bidi-override;
	background-image: url(bg.png);
}

/* links */
a:link,a:visited                {font-family: tahoma;font-size: 12px;color: #000000; 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: 12px;  color: #FFFFFF;  text-decoration: none;}
.a.link1:hover                  {font-family: tahoma; font-size: 12px;  color: #66FF00;  text-decoration: underline;}
.a.link2:link,.a.link2:visited  {font-family: tahoma; font-size: 12px;  color: #000000;  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;}



/*list*/
.list-head {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin: 0px;
	padding: 4px;
}

/*text*/
.footer {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	margin: 5px;
	padding: 5px;
	background-color: #0364AB;
}
.text {	font-family: tahoma;font-size: 12px;color: #000000;text-align: justify;}

/* form */
.button {
	font-family: tahoma;
	font-size: 9px;
	color: #FFFFFF;
	background-color: #006600;
	border: 1px solid #666666;
	margin: 1px;
	padding: 2px;
	width: 50px;
}
.input {font-family: tahoma;font-size: 12px;color: #333333;border: 1px solid #999999;width: 250px;HEIGHT: 22px;padding: 2px;background-color: #FBFEDA;}
textarea {
	font-family: tahoma;
	font-size: 12px;
	color: #333333;
	border: 1px solid #999999;
	background-color: #FBFEDA;
	height: 100px;
	width: 430px;
}
/* misc */
p{font-family: tahoma;    font-size: 12px;}
font{font-family: tahoma;  font-size: 12px;}

.gallery {
	border: 1px solid #666666;
}

/* boxs*/
.box_corner1 {
	background-image: url(i_tb1.gif);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
}
.box_corner2 {
	background-attachment: fixed;
	background-image: url(i_tb2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.box_corner3 {
	background-image: url(i_tb3.gif);
	background-repeat: no-repeat;
}
.box_corner4 {
	background-attachment: fixed;
	background-image: url(i_tb4.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.box_line1{
	background-attachment: scroll;
	background-image: url(b_tb1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.box_line2 {
	background-attachment: fixed;
	background-image: url(b_tb2.gif);
	background-repeat: repeat-y;
}
.box_line3{
	background-attachment: scroll;
	background-image: url(b_tb3.gif);
	background-repeat: repeat-x;
	background-position: top;
}

.box_line4 {
	background-attachment: fixed;
	background-image: url(b_tb4.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.box_data{
	font-family: tahoma;
	font-size: 12px;
}
.box_head_line{
	font-family: tahoma;
	font-size: 12px;
	background-attachment: fixed;
	background-image: url(b_head.gif);
	background-repeat: repeat-x;
	background-position: top;
}
