body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	background-color: #3B3C80;
}

/* ================================================================= */

a:link, a:visited {
	color: #c76df7;
	text-decoration: none;
}

a:hover, a:active {
	color: #000000;
	text-decoration: underline;
}

/* ================================================================= */

#index {
	color: #3b3c80;
	font-weight: normal;
	font-size: 10pt;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	text-align: right;
	direction: rtl;
}

#index div.center{
	text-align: center;
	margin: 0;
}

#index h3 {
	color: #c76df7;
	font-weight: bold;
	margin: 0;
}

#index span {
	color: #c76df7;
	font-weight: bold;
}

#index p.address {
	color: gray;
	margin-top: 50px;
}

#index p.address span {
	color: red;
	font-size: 8pt;
	font-weight: normal;
}

#index p.address a:link, #index p.address a:visited {
	color: gray;
	text-decoration: underline;
}

#index p.address a:hover, #index p.address a:active {
	color: gray;
	text-decoration: none;
}

#index p span.noteAboutUsPage {
	color: red;
	font-size: 8pt;
	font-weight: normal;
}

/* ================================================================= */

#myStyles {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 10pt;
	color: #3b3c80;
	text-align: right;
	direction: rtl;
}

#myStyles div.center{
	color: #c76df7;
	font-weight: bold;
	text-align: center;
}

#myStyles h3 {
	color: #c76df7;
	font-weight: bold;
}

#myStyles span {
	color: #c76df7;
	font-weight: bold;
}

/* ================================================================= */

.imagesHover {
	border: 0px #ffffff solid;
	filter: alpha(opacity=70);
	opacity: 0.7;
}
.imagesHover:hover {
	border: 0px #000000 solid;
	filter: alpha(opacity=100);
	opacity: 100;
}

/* ================================================================= */

