body {
	background-color: ; /* background color */
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: x-small; /* font size */
	margin: 0px
}

.phpmaker {
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: x-small	
}

input, textarea, select {	
	font-family: Tahoma; /* font name */
	font-size: x-small; /* font size */
} 

a:active {
	
color: #008000}

a:link {
	
color: #000080; text-decoration:none}

a:visited {
	
color: #000080; text-decoration:none}

/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Tahoma; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	border: medium none
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #CCCCCC; /* header color */
	color: #000080; /* header font color */	
	vertical-align: top; font-family:Simplified Arabic; font-size:14pt; font-weight:bold	
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;	
}