﻿.div-center {
	text-align: center;
}

.GreenSubject {
	font-family: "Simplified Arabic";
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #008000;
	text-align: center;
}
.RedSubject {
	font-family: "Simplified Arabic";
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #AA0000;
	text-align: center;
}
.BlackSubject {
	font-family: "Simplified Arabic";
	font-size: medium;
	font-weight: bold;
	font-style: normal;
	color: #000000;
	text-align: center;
}
.GreenImage {
	border: thin solid #008000;
	text-align: center;
	vertical-align: middle;
}

.RedImage {
	border: thin solid #AA0000;
	text-align: center;
	vertical-align: middle;
}


.Text {
	font-family: "Traditional Arabic";
	font-size: large;
	font-weight: bold;
	font-style: normal;
	text-align: justify;
}
