BODY{
	margin: 0px 0px 10px 0px;
	background-color: #72694D;
}

.text {
	font-family: Arial;
	Font-size:12px;
	font-weight: normal;
	/*background-color: white;*/
	color: #02253A;
}

.news_text {
	font-family: Arial;
	Font-size:12px;
	font-weight: normal;
	/*background-color: white;*/
	color: #02253A;
	text-align: justify;
}

.project_title{
	font-family: Arial;
	Font-size:12px;
	font-weight: bold;
	color: white;

}
.project_text{
	font-family: Arial;
	Font-size:12px;
	font-weight: normal;
	color: white;

}

.paging {
	width:15px;
	height:10px;
	text-align:center;
	border: 1px solid white;
	background-color: #9FC1D3;
	cursor : pointer;
	color: white;

}
.paging_selected {
	width:15px;
	height:10px;
	text-align:center;
	border: 1px solid white;
	background-color:#B4DBEF;
	cursor : pointer;
	color: white;

}

.p_image_paging {
	width:15px;
	height:10px;
	text-align:center;
	border: 1px solid white;
	background-color:white;
	cursor : pointer;
	color: #BCBCBE;

}
.p_image_selected {
	width:15px;
	height:10px;
	text-align:center;
	border: 1px solid #72694d;
	background-color:#eaeaea;
	cursor : pointer;
	color: #BCBCBE;

}
.input_field{
	border: 1px solid #b9d0dc;
	font-family: Arial (Hebrew);
	font-size: 13px;
	font-weight: normal;
	
	}
