A:VISITED, A {
	/*text-decoration : none;*/
	color : black;
}

A:HOVER {
	/*text-decoration : none;*/
	color : navy;
	/*background-color: #6CA6D2;*/
}

BODY {
	margin: 0px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 14px;
	color: #002C3F;
	background-color : #2676B4 /*#9DCFF6*/;
	/*direction: rtl;*/
	scrollbar-3dlight-color : silver;
	scrollbar-arrow-color : Black;
	scrollbar-darkshadow-color : white;
	scrollbar-face-color : white;
	scrollbar-highlight-color : white;
	scrollbar-shadow-color : Black;
	scrollbar-track-color : white;
}

TD {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 14px;
	vertical-align: top;
}

IMG {
	border: 0px;	
}

UL {
	list-style : square ;
	margin-top : 0px;
	margin-right: 20px;
	line-height: 20px;
}

H1 {
		font-size: 18px;
		color: navy;
}

H2 {
		font-size: 16px;
		color: black;
}

.menuItem {
	text-decoration : none;
}

a.menuItem:Hover {
	color: #2676B4;
}

.hebText {
	padding-right: 5px;
	direction: rtl;
	text-align:right;
}

.copyrightText {
	direction:rtl;
	font-size:11px;
	text-align:center;
	position:relative;
	top:-10px;
	color: "#9DCFF6";
}
.smaller {
	font-size: 10px;
}

