body
{
	direction: rtl;
	font-family: tahoma;
	font-size: 12px;
	background-color: #D7D7D7;
}
table
{
	font-family: tahoma;
	font-size: 12px;
	line-height: 1.5;
}
.Banner
{
	background-image: url('Images/Site/Banner.jpg');
	background-repeat: no-repeat;
	width: 780px;
	height: 160px;
}
#MainDiv
{
	text-align: justify;
	line-height: 1.5;
}
.Title
{
    text-align: center;
    background-color: #93C62D;
    color: White;
    padding: 3px;
    border: solid 1px #006600;
}
.Details
{
    padding: 10px;
    border: solid 1px #006600;
    background-color:White;
    text-align: justify;
}
.MenuItem, .MenuItem_Over
{
    cursor: pointer;
    text-align: center;
    padding: 1.5px; 
    color: White;
}
.MenuItem
{
    background-color: #93C62D;    
}
.MenuItem_Over
{
    background-color: #A7CE33;      
}
.MenuItemLink
{
    color: White;
    text-decoration: none;
}