body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.cat {
	font-family: Arial;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}
.text {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
}
.text-bold {
	font-family: Arial;
	color: #000000;
	font-size: 12px;
	font-weight:bold;
}
.arabic-text {
	font-family: Tahoma;
	color: #000000;
	font-size: 12px;
}
a {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
html {
	SCROLLBAR-FACE-COLOR: #999999;
    SCROLLBAR-SHADOW-COLOR: #000000;
    SCROLLBAR-3DLIGHT-COLOR: #999999;
    SCROLLBAR-ARROW-COLOR: #FFFFFF;
    SCROLLBAR-TRACK-COLOR: #000000;
	SCROLLBAR-DARKSHADOW-COLOR: #cccccc; 
}
.adjustedZIndex {
    z-index: 1;
}

