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


body {
	background-color: #E4E4E4;
	margin-top: 0px
	
	;
}

.txt {
	font-family: "Traditional Arabic", "Simplified Arabic Fixed", "Arabic Transparent", BrowalliaUPC;
	font-size: 20px;
	color: #333333;
	padding: 20px;
	font-weight: normal;
}
p {
	font-family: "Traditional Arabic", "Simplified Arabic Fixed", "Arabic Transparent", BrowalliaUPC;
	font-size: 20px;
	color: #333333;
}

.pen {
	font-family: "Garamond Premr Pro", Georgia, "Garamond Premr Pro Smbd";
	font-size: 16px;
	color: #333333;
	text-decoration: underline;
}
.txt2 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	line-height: normal;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 0px;
}

.txtU {
	font-size: 17px;
	line-height: 30px;
	color: #333333;
	font-weight: normal;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.title {
	font-size: 27px;
	color: #005382;
	font-weight: bold;
}

h1 {
	font-size: 24px;
	color: #6A8F14;
	margin-left: 22px;
	font-family: "Traditional Arabic", "Simplified Arabic Fixed", "Arabic Transparent", BrowalliaUPC;
}
h2 {
	color: #00507E;
	font-weight: bold;
	font-family: "Traditional Arabic", "Simplified Arabic Fixed", "Arabic Transparent", BrowalliaUPC;
	font-size: 16px;
}

.img {
	border: 1px solid #C7C7C7;
	padding: 3px;
	margin: 3px;
}
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
	font-weight: normal;
}

a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	color: #003366;
	text-decoration: none;
}
a:hover {
	color: #889E00;
}
