@media print 					{
	.noprint{
		display:none;
		visibility:hidden;
	}
	.printable{
		display: block;
		visibility: visible;
	}
}

/*----- HTML TAG -----*/
BODY							{
	margin: 0px 0px;
	padding: 0px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 150%;
	background:#201b18;
	/* url(../images/them/page_bg_pat.gif) repeat;*/
}

FORM							{
	margin: 0px;
	padding: 0px;
}

TABLE							{
	empty-cells: show;
}

A								{
	text-decoration:none;
}
h1								{
	font-family:"Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	line-height:20px;
	direction:rtl;
	margin:0;
	padding:0;
}
h2								{
	font-family:"Times New Roman", Times, serif, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
	line-height:18px;
	text-align:right;
	direction:rtl;
	margin:0;
	padding:0;
}

.rightLogos {
	background:#FFFFFF;
}
.LeftMain {
	background:#FEFB9C url(../images/index_main.gif) no-repeat bottom right;
}

TH {
	font-weight:bold;
	text-align:center;
}

TABLE.mTable TD {
	text-align:right;
}

TABLE.mTable TD, TABLE.mTable TH {
	background:#312D24;
	color:#FDFFE8;
}

TABLE.mTable a, a:link, a:visited, a:active{
	color:#FDFFE8;
}

TABLE.mTable a:hover {
	color:#FFCC00;
}

TABLE.mTable INPUT {
	background:#fff;
	border:0px solid #999;
	color:#333;
	width:100%;
}

.messageok{
	direction:rtl;
	border:2px solid #136D35;
	background:#DAF4DC;
	padding:10px;
	width:300px;
	color:#136D35 !IMPORTANT;
	text-align:center;
}
.messageer{
	direction:rtl;
	border:2px solid #a70d0d;
	background:#F0E1E1;
	padding:10px;
	width:300px;
	color:#CA0000 !IMPORTANT;
	text-align:center;
}

DIV.menu {
	text-align: center;
	padding: 10px;
	background: #FEEB8C;
}
DIV.menu A {
	color: #000080 !IMPORTANT;
	font-size: 13px;
	font-weight: bold;
}
DIV.menu A:hover {
	color: #800000 !IMPORTANT;
}