﻿body {
	background-image: url('images/bg.jpg');
	background-repeat: repeat-y;
	background-position: center;
	background-color:#4A5362;
	margin:0px;
}
p,li,td {
	font-family: Tahoma;
	font-size: 80%;
	color:white;
}
td {
	font-size: 90%;
	font-weight:600;
}
h1{
	margin-top:0px;
	margin-bottom:8px;
	font-size:120%;
	font-family:Arial;
	color:Black;
}
input,textarea {
	background-color: #3A434E;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 90%;
}
#footer {
	font-family: tahoma;
	font-size: 75%;
	direction:rtl;
}
.hr  {
	text-align: center;
}
.contents {
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
	direction:rtl;
}
.forms {
	text-align: center;
}
.forms table {
	background-color: #738295;
	border: thin solid #000000;
}
.forms table td {
	font-size: 75%;
	font-weight: 600;
	color: #FFFFFF;
	font-family: Tahoma;
	text-align:right;
}
.formsEn {
	text-align: center;
}
.formsEn table {
	background-color: #738295;
	border: thin solid #000000;
}
.formsEn table td {
	font-size: 75%;
	font-weight: 600;
	color: #FFFFFF;
	font-family: Tahoma;
	text-align:left;
}
a {
	color: #8794A5;
	text-decoration: none;
}
a:hover {
	color: #AAB4BF;
	text-decoration: underline;
}
a:visited {
	color: #677689;
}
#wrapper {
	text-align: center;
}
.msg {
	font-family: tahoma;
	font-weight: 600;
	font-size: 75%;
	color: #66FF33;
	text-align: center;
}
.err {
	font-family: tahoma;
	font-weight: 600;
	font-size: 75%;
	color: red;
	text-align: center;
}
.contentsEn {
	margin-right: 10px;
	margin-left: 10px;
	text-align: left;
	direction:ltr;
}
#footerEn {
	font-family: tahoma;
	font-size: 75%;
	direction:ltr;
}