﻿* {
	direction: rtl;
	margin: 0px auto;
	padding: 0px auto;
	font-family: Arial;
}

#menu {
	background-image: url(images/menu_bg.gif);
	height: 33px;
	color: #FFFFFF;
	text-align: center;
}

#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a :hover {
	
	color:#99CC00;
	
	text-decoration: underline;
}
	
}
#footer {
	background-image: url(images/footer_bg.gif);
	width: 1024px;
	height: 19px;
	color: #FFFFFF;
	font-weight: bold;
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
}

#menu h1 {
	font-size: 11pt;
	background-image: url(images/menu_haz.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#right {
	float: right;
	border-left: 1px #545454 solid;
	background-image: url(images/right_bg.gif);width: 171px;height: auto;
	color: #FFFFFF;
	font-weight: bold;
}

#right a {
	color: #FFFFFF;
	text-decoration: underline;
	height: auto;
}

#right h1 {
	font-size: 10pt;
	height: auto;
}
#right a :hover {
	
	color:#000000;
	
	text-decoration: underline;
