html
{
	margin:0;
}

body
{
	background-color:#D3D3D3;
	font-family:Tahoma,Arial,Helvetica,sans-serif;
	font-size:.9em;
	text-align:center;
	direction:rtl;
	margin:0 auto;
}

h1,h2,h3,h4,h5,h6 /* set general styles for all headings; some may be overridden later */
{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:700;
	margin:.3em 0 .5em;
	padding:0;
}

h1
{
	font-size:1.4em;
	font-weight:400;
	margin-top:0;
}

a img
{
	border:none;
}

a
{
	color:#CA0000;
	text-decoration:none;
}

a:hover
{
	color:#F9CC00;
	text-decoration:underline;
}

a:active,a:focus,object:active,object:focus,input:active,input:focus
{
	outline:0;
}

ul,ol
{
	margin:.75em 2.5em 1em 0;
	padding:0;
}

ul ul,ol ul
{
	margin:.3em 0 .5em 1.3em;
}

ul ol,ol ol
{
	margin:.3em 0 .5em 1.9em;
}

li
{
	line-height:1.25em;
	margin:0 0 .3em;
	padding:0;
}

label
{
	font-size:.8em;
}

.textbox
{
	border:none;
	width:158px;
	margin-bottom:4px;
}

.button
{
	border:none;
	margin-top:5px;
	background:#f0f0f0;
	cursor:pointer;
}

.clearfix:after
{
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear:both;
}

.more
{
	text-align:left;
}

.newsticker
{
	list-style-type:none;
	padding:3px;
	margin:0;
}

