/* CSS Document */


BODY {
scrollbar-face-color:#306699;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#306699;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#FFFFFF;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
}


body, table, tr, td, p, ul, li {
	color: #000000 ;
	font-family: tahoma ;
	font-size: 13px;
}

INPUT.txt {
    border-top: 1px solid #217944;
	border-left: 1px solid #217944;
	border-right: 1px solid #217944;
	border-bottom: 1px solid #217944; 
	background-color: white;
	outset #F8C2DA;
	color: #3179A5;
	font-size: 12px;
	font-family: Tahoma, Verdana, Sans-serif;
	
	padding: 1px;
}

input.btn { /* button */
	border-top: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
	background-color: #004990;
	color: #FFFFFF;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	font-weight: bold;
}

input.chk { /* button */
	border-top: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #4e4e4e;
	border-bottom: 1px solid #4e4e4e;
	background-color: #FFFFFF;
	color: white;
	font-size: 10px;
	font-family: Verdana, Sans-serif;
	padding: 0px;
}

a {text-decoration: underline;}
a:link {color: #0066FF;}
A:visited {color: #0066FF;}
A:active {color: #000000;}
A:hover {color: #000000;}


a.nav {text-decoration: none;}
a.nav:link {color: #FFFFFF;}
A.nav:visited {color: #FFFFFF;}
A.nav:active {color: #FF6D4C;}
A.nav:hover {color: #FF6D4C;}

.Arabic_verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
