/* 
    Document   : text
    Created on : 02/04/2009, 11:18:22
    Author     : Izikd
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.content_text {
	width:100%;
	float:right;
	text-align:left;
	margin: 0 0 50px 0;

	color:#584c43;
	font-size:12px;
	background:white;

	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

.content_text h1 {
	color:#61bc46;
	font-size:18px;
	margin:0 0 20px 0;
}

.content_text h2, .content_text h2 a {
	font-size:12px;
	color:#61bc46;
	font-weight:bold;
	margin:5px 0 5px 0;
	text-decoration:none;
}
.content_text h2 a:hover {
	text-decoration:underline;
}

.content_text p {
	margin:5px 0 20px 0;
	text-align:justify;
}

.content_text a {
	color:#584c43;
	font-weight:bold;
	text-decoration: underline;
}
.content_text a:hover {
	color: #a05e26;
	font-weight:bold;
	text-decoration:underline;
}

.content_text a img {
    border: 0
}

.content_text .current
{
	color: #a05e26;
}

.content_text ul, .content_text ol {
/*	position: relative;*/
	/*left: 20px;*/
	margin:0 25px;
	padding:0;
}

.content_text .hebrew_text {
    text-align: right;
    direction: rtl;
}

