BODY {
DIRECTION:rtl;
FONT-FAMILY: tahoma;
unicode-bidi: bidi-override;
background-color: #121212;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;

/*mohsen:if set all color one color hide scroll*/
SCROLLBAR-FACE-COLOR: #666666; 
SCROLLBAR-HIGHLIGHT-COLOR: #121212; 
SCROLLBAR-SHADOW-COLOR: #121212; 
SCROLLBAR-3DLIGHT-COLOR: #121212; 
SCROLLBAR-ARROW-COLOR: #FFFFFF; 
SCROLLBAR-TRACK-COLOR: #121212; 
SCROLLBAR-DARKSHADOW-COLOR: #121212;
overflow: auto;
}

/* links */
a:link,a:visited                {color: #FFFFFF;	font-family: tahoma;	font-size: 10px;	text-decoration: none;}
a:hover                         {color: #FF0000;	font-family: tahoma;	font-size: 10px;}
.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*/
.footer {font-family: tahoma;	font-size: 11px;	color: #FFFFFF;	text-decoration: none;	text-align: center;	font-weight: 500;}
.text {
	font-family: tahoma;
	font-size: 13px;
	color: #FFFFFF;
	text-align: justify;
	font-weight: 500;
	text-decoration: none;
	line-height: 30px;
}
.box_title {
	font-family: tahoma;
	font-size: 13px;
	font-weight: 600;
	color: #FFFF33;
}


/* form */
.button {font-family: tahoma;font-size: 11px;color: #FFFFFF;background-color: #666666;font-weight: bold;border: 1px solid #666666;margin: 1px;padding: 2px;}
.input {font-family: tahoma;font-size: 13px;color: #333333;border: 1px solid #999999;width: 250px;HEIGHT: 22px;padding: 2px;background-color: #FBFEDA;}
textarea {
	font-family: tahoma;
	font-size: 13px;
	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;}

/* boxs*/
.boxhead {
	font-family: tahoma;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	font-weight: 600;
	color: #990000;
	}
	.site_footer {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(footline.gif);
	background-repeat: repeat-x;
}
