body{
	direction: rtl;
	font-family: arial;
	margin: 0px;
	color: #04376b;
	font-size: 14px;
}

a{
	text-decoration: none;
	color: #b6540d;
}

table{
	border-collapse: collapse;
}

#menu a{
	color: white;
}
 
 


/* marquee */
#marqueecontainer{
text-align:justify;
background-color: #ffffff;
border: none;
font-weight:normal;
padding-right:0px;
padding-left:0px;
}

/* headlines*/
#marqueecontainer a {color:#b6540d; text-decoration:none; font-weight:bold;}
#marqueecontainer a:hover {color:#b6540d;}

/*marquee texts */
#marqueecontainer span {color:#04376b; font-weight:normal;}

/* dividers */
#marqueecontainer hr {border:none 0; border-top:1px dashed #b6540d; width:94%; height:1px; margin-top:10px; margin-bottom:10px;}

