.body01 {
	font-family: Simplified Arabic, Tahoma;
	font-size: 15px;
	font-weight: normal;
	color: #666666;
	text-align: justify;
}
.title01 {
	font-family: Simplified Arabic, Tahoma;
	font-size: 17px;
	
	color: #666666;
}

a {

	font-family: Simplified Arabic, Tahoma;

	font-size: 13px;

	color:#666666;

	
}

a:link {
	text-decoration: none;
	font-family: Simplified Arabic, Tahoma;
	font-size: 13px;
	color: #666666;

}

a:visited {
	text-decoration: none;
	color: #666666;
	
	font-family: Simplified Arabic, Tahoma;

}
a:hover {
	text-decoration: underline;
	color: #666666;
	
	font-family: Simplified Arabic, Tahoma;
	font-size: 13px;

}

A.link1:link    {

	color:#424242;

	text-decoration:underline;

	font-family: Simplified Arabic, Tahoma;

	font-size: 15px;



}

A.link1:visited {

	color:#424242;

	text-decoration:underline;

		font-family: Simplified Arabic, Tahoma;

	font-size: 15px;


}

A.link1:active  {

	color:#424242;

	text-decoration:underline;

	font-family: Simplified Arabic, Tahoma;

	font-size: 15px;


}

A.link1:hover   {

	color:#424242;

	text-decoration:none;

		font-family: Simplified Arabic, Tahoma;

	font-size: 15px;



}
.programs_title {
	font-family: Simplified Arabic, Tahoma;
	font-size: 26 px;
	font-weight: bold;
	color: #4889B7;	
}
.programs_title2 {
	font-family: Simplified Arabic, Tahoma;
	font-size: 19 px;
		font-weight: bold;
	color: #4889B7;	
	 
}
.projects_title {
	font-family: Simplified Arabic, Tahoma;
	font-size: 26 px;
	font-weight: bold;
	color: #500303;	
}
.projects_title2 {
	font-family: Simplified Arabic, Tahoma;
	font-size: 19 px;
		font-weight: bold;
	color: #500303;	
	 
}
.media_title {
	font-family: Simplified Arabic, Tahoma;
	font-size: 26 px;
	font-weight: bold;
	color: #091047;	
}
.media_title2 {
	font-family: Simplified Arabic, Tahoma;
	font-size: 19 px;
		font-weight: bold;
	color: #091047;	
	 
}
.general_title {
	font-family: Simplified Arabic, Tahoma;
	font-size: 26 px;
	font-weight: bold;
	color: #FFCE19;	
}
.general_title2 {
	font-family: Simplified Arabic, Tahoma;
	font-size: 19 px;
		font-weight: bold;
	color: #FFCE19;	
	 
}
.archives_title {
	font-family: Simplified Arabic, Tahoma;
	font-size: 26 px;
	font-weight: bold;
	color: #64B722;	
}
.archives_title2 {
	font-family: Simplified Arabic, Tahoma;
	font-size: 19 px;
		font-weight: bold;
	color: #64B722;	
	 
}
.publications_title {
	font-family: Simplified Arabic, Tahoma;
	font-size: 26 px;
	font-weight: bold;
	color: #ff8500;	
}
.publications_title2 {
	font-family: "Simplified Arabic", Tahoma;
	font-size: 19 px;
	font-weight: bold;
	color: #ff8500;
	 
}
.main_title {
	font-family: Simplified Arabic, Tahoma;
	font-size: 26 px;
	font-weight: bold;
	color: #006228;	
}
.main_title2 {
	font-family: Simplified Arabic, Tahoma;
	font-size: 19 px;
		font-weight: bold;
	color: #006228;	
}
#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #424242;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 18px Simplified Arabic, Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}