html
{
	SCROLLBAR-FACE-COLOR:#000;
	SCROLLBAR-HIGHLIGHT-COLOR:#000;
	SCROLLBAR-SHADOW-COLOR:#000;
	SCROLLBAR-3DLIGHT-COLOR:#5c030f;
	SCROLLBAR-ARROW-COLOR:#ffa614;
	SCROLLBAR-TRACK-COLOR:#242123;
	SCROLLBAR-DARKSHADOW-COLOR:#5c030f;
	height:100%;
	width:100%;
}
body 
{
	width:100%;
	margin:0;
	padding:0;
	font:normal 12px Arial;
	color:#9c9c9c;
	background:#000;
}
form, h1, h2, h3 {
	margin:0;
}
p {
	margin-top:5px;
}
img {
	border:none;
}
table, div, span, ul, li, p
{
	text-align:right;
	direction:rtl;
}
.Rtl
{
	text-align:right;
	direction:rtl;
}
.Ltr
{
	text-align:left;
	direction:ltr;
}
#MidBox
{
	width:283px;
	background:url(../images/mid_box_bg.gif) repeat-y;
	float:right;
	margin-right:10px;
}
#MidBoxTop
{
	background:url(../images/mid_box_top.gif) top no-repeat;
}
#MidBoxBot
{
	background:url(../images/mid_box_bot.gif) bottom no-repeat;
	padding:10px 10px 5px 10px;
}
#MidBoxBot h1
{
	font:bold 12px Arial;
	margin:0;
	margin-bottom:5px;
	color:#b50029;
	font:bold 14px Arial;
}
#MidBoxBot h2
{
	font:bold 12px Arial;
	margin:0;
	margin-bottom:5px;
	color:#b50029;
	font:bold 14px Arial;
}
#MainBox
{
	width:520px;
	float:left;
	margin-left:5px;
}
#TopSwf
{
	width:350px;
	height:350px;
	position:fixed;
	left:60%;
	bottom:10px;
}
* html #TopSwf
{
	position:absolute;
}
#LongBox
{
	width:516px;
	background:url(../images/long_bot.gif) bottom no-repeat;
	text-align:center;
	float:left;
	padding-bottom:10px;
	margin-left:10px;
}
.ClearSide
{
	clear:right;
}