@CHARSET "UTF-8";

body{
	background: #070606 url(images/body_bg.jpg) no-repeat top center;
	color: #FFFFFF; 
	font-family: "Trebuchet Ms",arial,sans-serif;
	font-size: 13px;
	text-align: left;
}

.center{ text-align:center; }

#container, #content {
	text-align: left;
}

p{ margin-bottom:1.3em;}

span.codedirection
{
 unicode-bidi: bidi-override;
 direction: rtl;
 }

h1,h2,h3,h4,h5,h6 { color: #00A5EC;  }

h1 {
	font-size:2em;
	color: #00A5EC;
}
span.title{ font-size:1.5em; color: #00A5EC; }

h2 { font-size:1.5em; }
h3 { font-size:1.3em; }
h3 { font-size:1.1em; }

a{ color: #FFFFFF; outline: none;}
a:hover{ color: #008EC1; }

hr{
	height: 2px;
	border: none;
	background: url(images/hr_bg.jpg) no-repeat top center;
	margin: 5px 0;
}

#headerTitle
{
	position:relative;
}

#MainBackArrow
{
	background: none;
	display:block;
	position:absolute;
	width:88px;
	height:32px;
	bottom: 15px;
	right:60px;
	z-index: 3;
}

#MainBackArrow img
{
	display: block;
	float: left;
}

#MainBackArrow .Link
{
	background: none;
	width:auto;
	height:32px;
	text-indent:0px;
	text-decoration: none;
}

#MainBackArrow a
{
	color:#008EC1;
}

#MainBackArrow a:hover
{
	color:white;
}

#MainBackArrow span
{
	font-size:15px;
	cursor:pointer;
	padding-top: 4px;
	padding-right: 6px;
	display: block;
	float: right;
}