﻿BODY {
    margin-bottom:20px ;
    margin-right:10px;
    margin-left:auto;
    margin-top:10px;
    direction: rtl;
    font: 14px Arial;
    color: #6D6D6D;
    background-color:#fff;
}

a{
	color:#191F5F;
}

.header{
	background:url(images/popup/head.gif);
	background-repeat:no-repeat;
	width:483px;
	height:62px;
}

h2{
	color:#1783C1;
    font: 14px Arial;
    font-weight:bold;
}

h1{
	color:#191F5F;
    font: 18px Arial;
    font-weight:bold;
	
}


h3{
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	color:#1783C1;
	margin:14px 0;
	text-decoration:underline;
}

.frameTop{
	background:url(images/popup/top_frame.gif);
	background-repeat:no-repeat;
	width:482px;
	height:20px;
	display:block;
}


.frameBottom{
	background:url(images/popup/bottom_frame.gif);
	background-repeat:no-repeat;
	width:482px;
	height:20px;
	display:block;
}

.content{
	width:438px;
	border-right: 1px #CFE2EE solid;
	border-left: 1px #CFE2EE solid;
	padding: 0 20px 0 22px;
}

ul{
	margin:0 23px 0 0;
	padding:0;
	list-style:decimal;
	color:#1783C1;
	font-weight:bold;
}

	ul ul{
	margin:0 23px 0 0;
	padding:0;
	list-style:none;
	color:#6D6D6D;
	font-weight:normal;
}
 ul ul li{
	margin-bottom:18px;
}

.innerList{
	font-weight:bold;
	font-family:Arial;
	font-size:14px;
}


