﻿body
{
	background-color: #000000;
}
a
{
    color:black;
	text-decoration:none;
}
a:active
{
	color:black;
	text-decoration:none;
	
}
a:hover
{
	color: #477C87;
	text-decoration: none;
}

/*---------------*/
.MainTable
{
	background-color: #e7f0f5;
	background-image: url( 'bg.jpg' );
	direction: rtl;
	background-repeat: repeat-y;
}
.IconsTable
{
	width:20;
	height:20;
}
.MenuTable
{
	padding: 3px;
	width: 800px;
	background-image: url(  'MenuBG.jpg' );
	background-repeat: repeat-x;
	height: 40px;
}
.BannerTable
{
	background-image: url( 'BG.jpg' );
	background-repeat: repeat-y;
	background-color: #e7f0f5;
}
.DropDown
{
	border: 1px solid #003E57;
}
img
{
border: none;
}

.Menu
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: tahoma;
    font-size: small;
}

.Menu a
{
    color: #FFFFFF;
    text-decoration: none;
    font-family: tahoma;
    font-size: small;
}
.Menu a:active
{
	color:#FFFFFF;
	text-decoration:none;
	    font-family: tahoma;
    font-size: small;
}
.Menu a:hover
{
	color: #477C87;
	text-decoration: none;
	    font-family: tahoma;
    font-size: small;
}



