body {
	color: black; 
	margin: 0; 
	direction: rtl;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10.5pt;
	background: #E2F4F2 url('/images/main-back.gif') repeat-x;
}

p {
	text-align: justify;
}

h1 {
	color: #9FC9C7;
	font-size: 20pt;
	margin: 0;
}

h2 {
	color: #9FC9C7;
	font-size: 14pt
}

.main {
	margin: 0 auto 0 auto; 
	width: 1000px; 
	
	overflow: hidden;
}

.header {
	height: 223px;
}

.content {
	float: left; 
	width: 725px;
	overflow: hidden;
	background: url('/images/left-back.gif') repeat-y;
}

.content_text {
	width: 650px;
	margin: 0 30px 0 0;
	clear: right;
}

.logo_bottom {
	float: right; 
	width: 275px; 
	height: 171px; 
	margin: 0;
	overflow: hidden;
}

.nav {
	float: right; 
	width: 275px; 
	clear: right; 
	overflow: hidden;
	background: url('/images/right-back.gif') repeat-y;
}

.nav_main {
	margin: 0 30px 0 20px; 
} 

.bottom_mid {
	margin: 0 auto 0 auto; 
	width: 1000px; 
	height: 29px;
	clear: all;
	overflow: show;
}

.footer {
	margin: 0 auto 0 auto; 
	width: 1000px;
	background: url(/images/footer-back.gif) repeat-y;
	overflow: hidden;
	clear: all;
}

.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: 3px;
	color: #4F8F41;
}

.lead_form input {
	background: orange;
}

.lead_form select {
	background: orange;
	border: 1px solid silver;
}