body {
	color: black; 
	margin: 0; 
	direction: rtl;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10.5pt;
	background: #E7E7E7 url('/images/main-back.gif') repeat-x;
}

p {
	text-align: justify;
}

h1 {
	color: #BFC7C9;
	font-size: 17pt;
	margin: 0;
}

h2 {
	color: #BFC7C9;
	font-size: 14pt
}

.main {
	margin: 0 auto 0 auto; 
	width: 1000px; 
	
	overflow: hidden;
}

.right {
	width: 286px;
	background: url('/images/right-back.gif') repeat-y;
	float: right;
}

.right_text {
	padding: 0 30px 0 0;
}

.disc_right {
	width: 286px;
	background: url('/images/right-disc-back.gif') repeat-y;
}

.disc_right_text {
	padding: 0 30px 0 0;
}

.reg_right {
	width: 286px;
	background: url('/images/right-back.gif') repeat-y;
}

.reg_right_text {
	padding: 0 30px 0 0;
}

.content {
	width: 714px;
	float: right;
}

.middle {
	width: 500px;
	background: url('/images/middle-back.gif') repeat-y;
	float: right;
}

.middle_text {
	padding: 0 15px 0 15px;
}

.left {
	width: 214px;
	background: url('/images/left-back.gif') repeat-y;
	float: right;
}

.reg_left {
	width: 214px;
	background: url('/images/left-back.gif') repeat-y;
	float: right;
}

.reg_left_text {
	padding: 0 30px 0 0;
}

.footer {
	margin: 0 auto 30px auto; 
	width: 1000px;
	background: url(/images/footer-back.gif) repeat-y;
	overflow: hidden;
	clear: all;
}

.footer_main {
	padding: 0 30px 0 0;
}

.footer-bottom {
	height: 22px;
	overflow: hidden;
	clear: all;
}

A:link, A:visited, A:active { 
	color: #4682B4;
	font-weight: normal; 
	text-decoration: none;
}

A:hover { 
	color: Navy; 
	text-decoration: underline; 
}

.cat {
	color: #4F8F41; 
	background: #FBE7B4;
	font-weight: bold;
	padding: 3px 5px 4px 3px;
}

td {
	vertical-align: top;
}

.b3tc div { 
	margin-top: 5px;
	color: #385980;
}

.lead_form input {
	background: orange;
}

.lead_form select {
	background: orange;
	border: 1px solid silver;
}

.bullet {
	width: 10px;
	padding-top: 2px;
	height: 10px;
	empty-cells: display;
	background: url(/images/bul.gif) center center no-repeat;
}

.item {	
	padding-left: 30px;	
}