
html {
	overflow-y: scroll;	
	direction:rtl;
	
}
body {
	font-size: 12px;
	background-color: #ffffff;
	color: #707070;
	font-family: Arial;	
	margin:-15px 0 0 0;
	padding:auto;
	
	text-align:right;
	 
}
 
strong {
	font-weight: bold;
}
p{
	margin-top: 6px;
	margin-bottom: 12px;
	line-height:150%;
}
h1 {
	font-size:24px;
}
h2 {
	font-size: 18px;	
}
h3 {
	font-size: 16px;
	font-weight:bold;
}
h4 {
	font-size: 14px;
	font-weight:bold;
}
h5 {
	font-size: 12px;
	font-weight:bold;
}

a {
	color: #707070;
	text-decoration: none;	
}
a:hover {
}
#page #header #search .btn{
	width:18px;
	height:19px;	
	background:url(../Resources/Global/Images/General/SearchButton.gif) no-repeat right top;	
	border:none;
	cursor:pointer;	
}


#topBar a
{
    color:#fff;
    }
