﻿body {
	background: #FFFFFF;
	margin: 0px 0px 0px 0px;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #5C89DB;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	overflow: hidden;
}
body, tr, td {
	font-size: 11px;
	color: #576173;
	font-family: "Tahoma";
	line-height: 18px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
h1 {
	font-size: 22px;
	color: #5C89DB;
	font-family: "Arial";
	font-weight: bold;
	margin-bottom: -15;
	
}

h2 {
	font-size: 14.5px;
	color: #5C89DB;
	font-family: "Arial";
	font-weight: bold;
	margin-bottom: -13;
}
	
hr {
	border: 0;
	width: 100%;
	color: #FFD1A3;
	height: 1px;
	text-align: center;
}
#content {
	direction: rtl;
	overflow: auto;
	text-align: justify;
	width: 500px;
	height: 290px;
}
#address {
	direction: rtl;
	overflow: auto;
	text-align: justify;
	width: 150px;
	height: 210px;
	color: #000000;
	letter-spacing: 1px;
	margin-top: 10px;
}
.title {
	color: #5C89DB;
	font-weight: bold;
	font-size: 13px;
}
A:link {
	color: #576173;
	text-decoration: underline;
}
A:visited {
	color: #576173;
	text-decoration: underline;
}
A:hover {
	color: #576173;
	text-decoration: none;
}
A:active {
	color: #576173;
	text-decoration: underline;
}
input {
	font-size: 11px;
	color: #FFFFFF;
	font-family: "Tahoma";
	background: transparent;
	border: 1px solid #576173;
}
textarea {
	font-size: 11px;
	color: #FFFFFF;
	font-family: "Tahoma";
	background: transparent;
	border: 1px solid #576173;
}
