.main {
	font-family: Arial;
	font-size: 13px;
	color:#FFFFFF;
	font-weight:bold;
}
.col_title {
	font-family: Arial;
	font-size: 11px;
	color:#0027C6;
	font-weight:bold;
}
.col_title_ar {
	font-family: "Arabic Transparent";
	font-size: 14px;
	color:#0027C6;
	font-weight:bold;
}

.blue {
	font-family: Arial;
	font-size: 11px;
	color:#0027C6;
}
.page_title {
	font-family: Arial;
	font-size: 12px;
	color:#0027C6;
	font-weight:bold;
}
.page_title_ar {
	font-family: "Arabic Transparent";
	font-size: 16px;
	color:#0027C6;
	font-weight:bold;
}
.white {
	font-family: Arial;
	font-size: 11px;
	color:#FFFFFF;
}
.text_field {
	height:18px;
	font-family: Arial;
	font-size: 11px;
	color:#333333;
}
.text_field_ar {
	font-family: "Arabic Transparent";
	font-size: 14px;
	color:#333333;
}

.page_title_red {
	font-family: Arial;
	font-size: 12px;
	color:#CC0000;
	font-weight:bold;
}
.col_title_red {
	font-family: Arial;
	font-size: 11px;
	color:#CC0000;
	font-weight:bold;
}
.red {
	font-family: Arial;
	font-size: 11px;
	color:#CC0000;
}

a:link {
	text-decoration:none;
}
a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

