
body {
	direction: rtl;
	text-align: center;
	background: white;
	margin: 50px 0px;
	}

a {
	color: black;
	}

a:hover {
	text-decoration: none;
	}

img {
	border: 0px;
	}

h1 {
	margin: 0px;
	color: black;
	font: 18px/24px "Arial";
	}

h2 {
	margin: 0px;
	color: #666;
	font: 18px/24px "Arial";
	}

h3 {
	margin: 0px;
	color: #666;
	font: 11px/24px "Arial";
	}

ul.biglist {
	margin: 0px;
	list-style: none outside;
	}

ul.biglist li {
	margin-bottom: 25px;
	}

ul.smalllist {
	margin: 0px;
	list-style: none outside;
	}

ul.smalllist li {
	margin-top: 3px;
	margin-bottom: 3px;
	}

table {
	border: 0px;
	margin: 0px auto;
	padding: 0px;
	border-spacing: 0px;
	table-layout: fixed;
	empty-cells: show;
	}

* html table {
	border-collapse: collapse;
	}

td.rightcelltitle {
	padding: 0px;
	width: 150px;
	vertical-align: bottom;
	border-bottom: 1px dashed #ccc;
	border-left: 1px dashed #ccc;
	}

td.leftcelltitle {
	padding: 0px;
	width: 350px;
	color: #666;
	text-align: left;
	font: 12px/12px "Arial";
	border-bottom: 1px dashed #ccc;
	}

td.leftcelltitle a {
	color: #666;
	}

td.rightcellimage {
	padding: 15px;
	padding-bottom: 50px;
	padding-left: 50px;
	vertical-align: bottom;
	color: #666;
	text-align: right;
	font: 11px/18px "Arial";
	border-bottom: 1px dashed #ccc;
	border-left: 1px dashed #ccc;	
	}

td.leftcellimage {
	padding: 0px;
	border-bottom: 1px dashed #ccc;
	}

td.rightcell {
	padding: 0px;
	vertical-align: middle;
	color: #666;
	text-align: center;
	font: 12px/24px "Arial";
	border-left: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	}

td.leftcell {
	padding: 25px;
	vertical-align: middle;
	text-align: right;
	font: 12px/24px "Arial";
	border-bottom: 1px dashed #ccc;
	}

td.leftcellcontent {
	padding: 25px;
	vertical-align: top;
	text-align: right;
	font: 12px/24px "Arial";
	border-bottom: 1px dashed #ccc;
	}

td.rightcellbottom {
	padding: 0px;
	}

td.leftcellbottom {
	padding: 10px;
	color: #666;
	text-align: left;
	font: 12px/24px "Arial";
	}

table.term {
	width: 320px;
	}

td.hterm {
	width: 110px;
	color: #666;
	font: 12px/24px "Arial";
	text-align: right;
	direction: rtl;
	}

td.eterm {
	width: 110px;
	color: #666;
	font: 11px/24px "Verdana";
	text-align: left;
	direction: ltr;
	}

div.hideterm {
	display: none;
	}

div.floater {
	position: absolute;
	visibility: hidden;
	}
