/* CSS Document */

*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	direction:rtl;
}

img{
	vertical-align: bottom;
	border-width:0px;
}
body {
	background-color: #ffffff;
	background-image: url(images/bckgr_gradient.jpg);
	background-repeat: repeat-x;
	padding:0px;
	margin:0px;
}
ul li
{
	line-height:140%;
	text-align:justify;
}
p
{
	line-height:140%;
	text-align:justify;
}

.input_form
{
	border: 1px solid #003c3e;
	width: 130px;
}
.textarea_form
{
	border: 1px solid #003c3e;
	width: 170px;
}
a:link {
	color: #3366CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
.menu{
	font-size:13px;
	font-weight:bold;
	color:#FFFFFF;
	letter-spacing:0.3px;
	word-spacing:0.2px;
}
a.menu:link
{
	text-decoration: none;
	font-weight:bold;
	color:#ffffff;
}
a.menu:visited{
	text-decoration: none;
	font-weight:bold;
	color:#ffffff;
}
a.menu:active{
	text-decoration: none;
	font-weight:bold;
	color:#ffffff;
}
a.menu:hover
{
	text-decoration: underline;
	font-weight:bold;
	color:#FFE292;
}
h1 {
	font-size: 18px;
	color: #003c3e;
	margin-bottom:8px;
	margin-top:8px;
}
h2 {
	font-size: 16px;
	color: #003c3e;
	margin-bottom:8px;
	margin-top:8px;
}
h3 {
	font-size: 14px;
	color: #006D70;
	margin-bottom:8px;
	margin-top:8px;
}
h4 {
	font-size: 12px;
	color: #749082;
	margin-bottom:6px;
	margin-top:6px;
}
h5 {
	font-size: 12px;
	color: #006D70;
	margin-bottom:6px;
	margin-top:6px;
}
h6 {
	font-size: 12px;
	color: #006D70;
	margin-bottom:6px;
	margin-top:6px;
}
td{
	vertical-align:top;
}
hr {
	border-top:#cccccc 1px dashed;
	height:1px;
	text-align:center;
	margin:0px auto;
	margin-top:4px;
	margin-bottom:4px;
}
.sitemap {
	color: #999999;
	font-size: 11px;
}
.kedesign {
	color: #6e6d6d;
	font-size: 11px;
}