body {
	 background: #1B414C url(../images/bg.gif) top repeat-x;
	 margin: 5px;
}

img {
	 border: 0px;
}

td {
   	font-family: tahoma;
   	font-size: 11px;
   	line-height: 130%;
}

form {
   	margin: 0px;
}

input {
   	background: #FFFFFF;
   	border: #122D36 1px solid;
   	font-family: tahoma;
   	font-size: 11px;
   	color: #4E4E4E;
}

textarea {
   	background: #EFEFEF;
   	border: #DFDFDF 1px solid;
   	padding-right: 2px;
   	padding-left: 2px;
   	font-family: tahoma;
   	font-size: 11px;
   	color: #4E4E4E;
}

select {
   	background: #FFFFFF;
   	border: #c0c0c0 1px solid;
   	padding-right: 2px;
   	font-family: tahoma;
   	font-size: 11px;
   	color: #4E4E4E;
}

.submit {
	background: #3E5D67 url(../images/bg_submit.gif) bottom repeat-x;
	padding-bottom: 2px;
	font-family: tahoma;
   	font-size: 11px;
   	color: #FFFFFF;
	border: 1px #DFDFDF solid;
}

div {
   	font-family: tahoma;
   	font-size: 11px;
   	line-height: 130%;
	color: #737373;
	border: 0px;
	margin: 0px;
	padding: 0px;
	direction: rtl;
	text-align: justify;
}

.main-div {
	width: 900px;
	background: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
}

.header {
	background: #1B414C;
	padding: 20px 0px;
	height: 62px;
	text-align: left;
}

.header_menu {
	height: 35px;
	background: #1B414C url(../images/bg_menu.gif) top no-repeat;
	padding-bottom: 10px;
}

a.menu:link, a.menu:visited {
	display: block;
	float: right;
	background: url(../images/bg_menu_line.gif) left no-repeat;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	padding: 0px 15px;
	text-decoration: none;
}

a.menu:hover, a.menu:visited:hover {
	color: #F38826;
}

.boxleft {
	float: left;
	width: 670px;
	margin-left: 10px;
	margin-top: 10px;
}

.boxright {
	float: right;
	width: 200px;
	margin-right: 10px;
	margin-top: 10px;
}

.box_title {
	background: #122D36 url(../images/bg_title_box.gif) no-repeat;
	height: 26px;
}
.box_title div {
	padding-right: 10px;
	line-height: 22px;
	color: #FFFFFF;
}

.box_text {
	background: #1B414C;
	padding: 10px;
	color: #FFFFFF;
}

.box_bottom {
	background: url(../images/bg_bottom_box.gif) no-repeat;
	height: 10px;
	margin-bottom: 10px;
}

.title {
	background: url(../images/bg_title.gif) no-repeat;
	height: 27px;
	line-height: 25px;
	color: #FFFFFF;
	padding-right: 15px;
}

.text {
	background: url(../images/bg_txt.gif) bottom repeat-x;
	min-height: 120px;
	padding: 10px;
	border-right: 1px #1B414C solid;
	border-left: 1px #1B414C solid;
}

.text#main {
	height: 450px;
}

.bottom {
	background: url(../images/bg_bottom.gif) no-repeat;
	height: 10px;
	margin-bottom: 10px;
}

.formtxt {
	width: 90px;
	height: 25px;
}

.formtxt#signin {
	float: right;
	width: 70px;
	text-align: left;
	padding-left: 5px;
}

.forminput {
	width: 200px;
	height: 25px;
}

.forminput#signin {
	float: right;
	width: 100px;
}

.footer {
	clear: both;
	background: #1B414C;
	line-height: 30px;
	color: #FFFFFF;
	direction: ltr;
	text-align: center;
}

.arrow {
	background: url(../images/arrow.gif) right no-repeat;
	background-position: right 3px;
	padding-right: 28px;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.arrowservices {
	background: url(../images/arrow.gif) right no-repeat;
	padding-right: 18px;
	margin-right: 8px;
	margin-left: 8px;
	margin-top: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: right;
	width: 240px;
}

a:link, a:visited {
	color: #0281CB;
	text-decoration: none;
}
a:hover, a:visited:hover {
	color: #FF8000;
}
a#rb:link, a#rb:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a#rb:hover, a#rb:visited:hover {
	color: #FFA401;
}
a.usermenu:link, a.usermenu:visited {
	display: block;
	background: url(../images/bg_user_menu.gif) top no-repeat;
	color: #596C63;
	padding-top: 5px;
	padding-right: 20px;
	height: 21px;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 1px;
}
a.usermenu:hover {
	background-position: 0px -26px;
	color: #3F4B45;
}