@charset "utf-8";
/* CSS Document */

* {
	border: 0;
	padding: 0;
	margin: 0;
}
BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-top:0px;
	direction:rtl;
`	}
table{ 
    border-collapse: collapse;
    border-width: 0px;
	margin-right: auto;
    margin-left: auto;
	text-align:right;
    }

td {
	vertical-align:top;
}
	
img {
	border: 1px solid #FF9900;
}

h1 {
	font-size:24px;
	color:#3D5679;
	font-weight:normal;
}
h2 {
	font-size:17px;
	color:#3D5679;
	font-weight:normal;
}
p{
	text-align:justify;
	line-height: 150%;
}
	
ul {
	float:right;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

a.ul {
	text-decoration:none;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: noraml;
	vertical-align: middle;
	padding:0px 10px 0px 10px;
}

a.ul:hover {
	color: #FADC33;
}

li {
	display:inline;
}

.separating{
	font-size:9px;
	color:#B2CBDE;}

.header_td{
	height:125px;
	vertical-align:bottom;
	}
.up_content_bg_home{
	background-image:url(images/up_content_bg_home.gif);
	background-repeat:no-repeat;
	height:23px;
	}
.up_content_bg{
	background-image:url(images/up_content_bg.gif);
	background-repeat:no-repeat;
	height:23px;
	}
.content_table{
	width:900px;
	}
.content_text_td_home{
	width:325px;
	vertical-align:top;
	}
.content_text_td{
	width:609px;
	vertical-align:top;
	}
.space_w{
	width:20px;
	}

.left_side{
	width:30px;
	background-image:url(images/line_side_bg.gif);
	background-repeat:repeat-y;
	background-position: left;
}

.right_side{
	width:30px;
	background-image:url(images/line_side_bg.gif);
	background-repeat:repeat-y;
	background-position: right;
}

.futer_td_home{
	height:67px;
	background-image:url(images/futer_bg_home.gif);
	background-repeat:no-repeat;
	padding-top:44px;
	text-align:center;
	}
.futer_td{
	height:67px;
	background-image:url(images/futer_bg.gif);
	background-repeat:no-repeat;
	padding-top:44px;
	text-align:center;
	}


.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #FF6633;
	text-decoration: none;
}

