
body {
	background-image: url(../images/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
.style1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.style15 {	font-size: 10px;
	color: #666666;
}
.style10 {color: #7093A7}
.style12 {color: #CCCCCC; font-size: 10px; }
.style13 {color: #666666}
.style14 {font-size: 10px}
.style2 {color: #CCCCCC}
.style3 {font-family: Tahoma}

.white {
	font-family: Tahoma;
	font-size: 12px;
	color:white ;
	direction:rtl;
	text-decoration:none;
}
.black {
	font-family: Tahoma;
	font-size: 12px;
	color:#333333 ;
}

a.black:link {
	font-family: Tahoma;
	font-size: 12px;
	color:#333333;
	text-decoration: none;
	}
a.black:visited {
	font-family: Tahoma;
	font-size: 12px;
	color:#333333;
	text-decoration: none;
	}

a.black:hover {
	font-family: Tahoma;
	font-size: 12px;
	color:#333333;
	text-decoration: none;
	}

a.black:active {
	font-family: Tahoma;
	font-size: 12px;
	color:#333333;
	text-decoration: none;
	}


.black_yad {
	font-family: Tahoma;
	font-size: 11px;
	color:#333333 ;
}



.arrowlistmenu{
width: 200px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 12px tahoma;
	border-bottom: 1px solid #999999;
	color:#333333;
	direction:rtl;
	text-align:right;
	margin-bottom: 0px; /*header text is indented 10px*/
	cursor: hand;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 3;
	padding-bottom: 10px;
	padding-left: 5px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: 12px tahoma;
color: white;
background-color:#333333;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
font-family:Tahoma;
font-size:12px;
text-align:right;
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #003366;
display: block;
padding: 2px 0;
padding-right: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #003366;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFFFFF;
background-color: #999999;
}


a.google {
	font-family:Tahoma;
	color:#FFFF00;
	
}