/*
* All content in this page is developed by Ahmed Nasym and/or Ahmed Salam for MTCC Plc
* unless otherwise stated explicitly, content adapted from other
* developers and authors are explicitly referenced.

// This css file will format an HTML page for 4th generation and below browsers
// This css may not be copied, modified and used for any purposes
// This scc file is built from scratch
// Developed by Ahmed Nasym. All rights reserved 2004.


note:
not all browsers render styles the same way so try out your style sheet
on different browsers before publishing;
*/

/* this file will b used by the 4.x browsers */

body {
	background : #ffffff; 
   	color: black;
   	margin : 0; 
   	padding : 0;
   	font-size: 12px;
   	color: black;
   	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, Sans-Serif;
}
td {
	font-size: 12px;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, Sans-Serif
}
th {
	font-size: 12px;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, Sans-Serif
}
p {
	font-size: 12px;
	font-family: Verdana, Tahoma, Geneva, Arial, Helvetica, Sans-Serif
}
B, strong {
   font-weight : bold; 
	}