@charset "utf-8";
/* CSS Document */
a:link {color:#333}    /* unvisited link */
a:link {text-decoration:none;} /*remove under line from links */
a:visited {text-decoration:none;} /* visited link */
a:visited {color:#333;} /* visited link */
a:hover {color:#C00;}   /* mouse over link */
a:active {color:#900;}  /* selected link */



table {
	text-align:right;
    border-collapse:collapse;
  	font-family:Arial, Helvetica, sans-serif;

}

td {
	vertical-align:top;
	
}

.sub_title {
	font-size:0.875em;
	
}




#left_bottom_pane{/*left botoom  pane of the site */
	background-color:#CCC;
	vertical-align:top;
	
	
}

.snippet { /*snippet under titles */
	font-size:0.875em;
    color:#666;


}

ul.a {
	direction:rtl;
	list-style-type:circle;
	text-align:right;
	
	padding: 20px;

}

.doted_tbl_right {
	border-top: 1px dotted #999;
	border-left: 1px dotted #999;
	border-bottom: 0px dotted #999;
	
}

.dotted_tbl_left {
	border-top: 1px dotted #999;
	border-bottom: 0px dotted #999;
	
}
