body {
	font-size : 14 px;
	font: Verdana, Arial, Helvetica, sans-serif, Arial Hebrew;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: right;
	padding-top: 10px;
	padding-right : 15px;
	background-color: #E7ECF3;
}

.document {
direction : rtl;
}




.document p {
	text-align: right;
	padding : 5px 5px 0px 5px;
	margin : 5px 5px 0px 5px;
	font-size: 13px;
}

.document ul {
	list-style : square inside;
	direction: rtl;
	padding : 5px 15px 5px 0px;
	margin : 5px 15px 5px 0px;
}
.document ol {
	list-style : decimal inside direction: rtl;
	padding : 5px 15px 5px 0px;
	margin : 5px 15px 5px 0px;
}
.document li {
	line-height : 15px;	
	padding-right : 5px;
	padding-top : 5px;
	margin : 5px 5px 5px 0px;
}

.document a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.document a:link{
	color: #000000;
}
 .document a:visited{
	color: #191970;
}
 .document a:hover{
	color: #8B0000;
}
 .document a:active{
	color: #8B0000;
}

@charset "utf-8";
.content_hold .main_content {
	height: auto;
	float: left;
	width: 530px;
}

.main_content h1 {
	color: #bc2036;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
	margin: 15px 2px 10px 10px;
	padding: 15px 2px 10px 10px;
}

.main_content  h2 {
	color: #0c6ab4;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	margin: 0px 2px 10px 10px;
	padding: 0px 2px 10px 10px;
}

.main_content p {
	text-align: justify;
	padding-top: 0px;
	margin: 0px 0px 10px 12px;
	font-size: 13px;
	color: #000000;
	direction: rtl;
	display: block;
}
.main_content ol {
	direction: rtl;
}
.win_links {
	width: 255px;
	text-align: right;
	direction : rtl;
}
.win_links li {
	padding-right: 10px;
}
.win_links .win_top {
	font-size: 17px;
	font-weight: bold;
	color: #125387;
}
.win_links .win_botton {
	height: 20px;
}
.win_links ul {
padding-bottom: 10px;
list-style :none;
}
.win_links a {
	color: #125487;	
	line-height: 19px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}
.win_links a:hover {
	text-decoration: none;
	color: #bc2036;
}

.arrowlistmenu{
width: 168px; /*width of accordion menu*/
text-align: right;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial, Helvetica, sans-serif;
color: white;
background:  #1a75bc url(../imagesH/titlebar.jpg) repeat-x center left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 10px 4px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .menuend{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial, Helvetica, sans-serif;
color: white;
background:  #1a75bc url(../imagesH/menuend.jpg) repeat-x center left;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 10px 4px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../imagesH/active.jpg);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
direction :  rtl;
color: #003399;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 2px 0px 2px; /*link text is indented 19px*/
margin: 2px 2px 0px 2px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 80%;
font: bold 12px Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
color: #003399;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #003399;
background-color: #F3F3F3;
}
h3 {
font-size: 12px;
font-weight: bold;
margin:0px;
}

