/* CSS Document */
body {
	direction: rtl;
	margin: 0;
	padding: 0;
	font-family: Ariel;
	
}
body, td, div, span {
	font-family: arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
h1 {
	color: #183c59;
	margin: 0;
	padding: 0;
	font-size: 19px;
	line-height: 21px;
	height: 22px;
	vertical-align: middle;
}
.sh1 {
	color: #e94e05;
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	height: 23px;
}
h2 {
	color: #334f7c;
	margin-bottom: 9px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	line-height: 22px;
	height: 23px;
}
.bold { font-weight: bold; }
.blue { color: #1a82d9; }
.floatL { float: left; }
.floatR { float: right; }


a:link, a:active, a:visited {
	color: #334f7c;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #182f53;
	text-decoration: underline;
}
.pointer {
	clear:  both;
}
#tarshish {
	margin: auto;
	width: 800px;
}
.mmenu a:link {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.mmenu a:active  {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.mmenu a:visited {
	font-family: arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.mmenu a:hover {
	text-decoration: underline;
	color: #f6f6f6;
}
#menu {
	float:right;
	width: 220px;
	margin: 0;
	padding: 0;
}
#content {
	float: left;
	width: 537px;
	padding: 20px;

	color: #183c59;
	border: 1px solid #183c59;
}
#bottom {
	width: 800px;
	background-color: #2b4861;
	color: #fff;
	text-align:center;
	font-size: 12px;
}
#bottom a:link {
	color: #fff;
}
#bottom a:active {
	color: #fff;
}
#bottom a:visited {
	color: #fff;
}
#bottom a:hover {
	color: #fff;
	text-decoration: underline;
}

#bottomlinks {
	width: 470px;
	margin: auto;
	color: #8a8a8a;
	font-size: 11px;
	text-align: center;
}
#bottomlinks a:link, #bottomlinks a:active, #bottomlinks a:visited {
	color: #8a8a8a;
	font-weight: normal;
	font-size: 11px;
}