@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #c8c8c8;
}

.White {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	direction:rtl;
	line-height:15px;
	text-decoration: none;
}

td.brdrright { 
	border-right:solid;
	border-color:#FFFFFF;
	border-width:1px;  
}

td.brdrleft  {	
	border-left:solid;
	border-color:#FFFFFF;
	border-width:1px;
}

.BodyText {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}

a.BodyText:hover {
	font-family: Tahoma;
	font-size: 12px;
	color: #009933;
}

.BodyText10 {
	font-family: Tahoma;
	font-size: 10px;
	color: #333333;
}

.Green {
	font-family: Tahoma;
	font-size: 10px;
	color: #006633;
	direction:rtl;
	line-height:15px;
	text-decoration: none;
}

.GreenD {
	font-family: Tahoma;
	font-size: 14px;
	color: #006633;
	direction:rtl;
	text-decoration: none;
}

a.Green:hover {
	color: #333333;
}


a.project:hover {
  font-weight:bold;
}

a.project {
  font-family:Tahoma;
  font-size:12px;
  font-weight:normal;
  color:#333333;
  text-decoration:none;
}



img.transOFF { }
img.trans75 {opacity:.75;filter: alpha(opacity=75); -moz-opacity: 0.75; }
