/* Master Style
created 16th august 2004 
*/

body {
	margin: 5px 0 0 0;
	padding: 0;
	font-family: verdana, sans-serif;
	text-align: center;
	line-height: 1.5em;
	color: #000;
	background: #fff;
  	font-size: 12px;
	}

html>body { /* be nice to Opera */
  	font-size: 12px;
	}

td {
	font-size : 12px;
	line-height: 1.5em;
	font-family: verdana, sans-serif;
	}

a:link {
	color: #258d22;
	font-weight: bold;
	text-decoration: none;
	}

a:visited {
	color: #258d22;
	font-weight: bold;
	text-decoration: none;
	}

a:hover {
	color: #5b80b2;
	font-weight: bold;
	text-decoration: underline;
	}

/* arabic styles */
.ar {
	font-size: 16px;
	text-decoration: none;
	line-height: 1.5em;	
	}
	
/* front page navigation */	
#nav {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	background: #fff;
	z-index: 1;
	width: 625px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	width: 615px;
	}

html>body #nav { /* be nice to Opera */
	width: 615px;
	}

#nav li {
	float: left;
	margin: 0; 
	padding: 0;
	list-style-type: none;
	}
	
#nav a:link, #nav a:visited {
	float: left;
	font-size: 82%;
	line-height: 20px;
	font-weight: bold;
	margin: 4px 5px 0 5px;
	padding-bottom: 6px;
	text-decoration: none;
	border: none;
	color: #258d22;
	}

#nav a:link.active, #nav a:visited.active, #nav a:hover {
	border-bottom: 2px solid #258d22;
	padding-bottom: 2px;
	color: #fc6;
	}

