html, body{
	height:100%;
	background-color:#CCCCCC;
	direction:rtl;
	margin:0px; 
}

* html #main_frame
{
	height: 99%;
}

#main_frame, #bottom_menu{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #CCCCCC;
}

#main_frame{
	position: relative; 
	min-height: 100%; 
	background-color: #FFFFFF;
}

#top_page{
	height: 120px;
	cursor: pointer;
	background-image: url(isoc.gif);

}

#top_menulist{
	direction:ltr;
	text-align: right;
	list-style: none;

	margin: 0px;
	padding: 0px;
}

#top_menulist li
{
	display: inline;
	padding-right: 0.3em;

	padding-left: 0.3em;

}



#top_menu{
	direction: ltr;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold;
}
#top_menu A {
	text-decoration:none;
	color: #FFFFFF;
} 
#top_menu A:hover {
	text-decoration:none;
	color: #FF6600;
}

#middle_page, td{
	font-family: Arial;
	color: #000000;
	font-size: medium;
}
#middle_page{
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 10px;
	padding-bottom: 35px;
}
#middle_page A {text-decoration:none; color: #666666;} 
#middle_page A:hover {text-decoration:none; color: #000000;}

#bottom_menu td{
	color: #999999;
	font-size: 10px;
}
#bottom_menu1 .bottom_menu{
	vertical-align: bottom;
}
#bottom_menu1{
	height: 35px;
	vertical-align: bottom;
}
#bottom_menu{
	height: 35px;
	background-color: #FFFFFF;
	font-family: Arial;
	color: #999999;
	font-size: 10px;
	border-top: 0px none transparent;

	position: relative;
	margin-top: -28px;
}
#bottom_menu A {
	text-decoration:none;
	color: #999999;
} 
#bottom_menu A:hover {
	text-decoration:none;
	color: #000000;
}
