body {
	color: black; 
	margin: 0; 
	direction: rtl;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10.5pt;
	background: white url('/images/main-back.gif') repeat-x;
}

p {
	text-align: justify;
}

h1 {
	color: #AB1312;
	font-size: 20pt;
	margin: 0;
}

h2 {
	color: #AB1312;
	font-size: 14pt
}

h3 {
	color: black;
	font-size: 12pt;
	margin: 0;
}

h4 {
	color: #042648;
	margin: 0;
	border-bottom: 1px dotted silver;
	padding: 0 0 5px 0;
}

.main {
	margin: 0 auto 0 auto; 
	width: 1000px; 
	overflow: hidden;
	background: url('/images/content-back.gif') repeat-y;
}

.right {
	width: 267px;
	float: right;
	overflow: hidden;
}

.right_text {
	margin: 0 25px 0 10px;
}


.left {
	float: left; 
	width: 717px;
}

.left_text {
	margin: 0 5px 30px 30px; 
}

.contact {
	background: url(/images/contact-back.gif) repeat-y;
	width: 372px;
	float: left;
	margin: 0 20px 0 0;
}

.contact_text {
	padding: 0 30px 0 40px;
}

.bottom_mid {
	margin: 0 auto 0 auto; 
	width: 1000px; 
	height: 29px;
	clear: all;
	overflow: show;
}

.footer_back {
	background: white;
	width: 100%;
	height: 147px;
	margin-bottom: 30px;
}

.footer {
	margin: 0 auto 0 auto; 
	width: 1000px;
	height: 147px;
	background: url(/images/footer.gif) no-repeat;
	overflow: hidden;
}


.footer_text {
	margin: 20px 30px 0 760px;
	font-weight: normal;
	font-size: 9pt;
}


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: 3px;
	color: #042648;
}

.lead_form input {
	background: orange;
}

.lead_form select {
	background: orange;
	border: 1px solid silver;
}