						body {
							background-color: #F3F3F3; /* background color */
							color: ; /* text color */
							font-family: ; /* font name */
							font-size: medium; /* font size */
							margin: 0px 0px 0px 0px; /* top right bottom left */
						}

						.phpmaker {
							color: ; /* text color */
							font-family: ; /* font name */
							font-size: medium; /* font size */
						}

						input, textarea, select {
							font-family: ; /* font name */
							font-size: medium; /* font size */
						}

						a:active {
							color: #000000; /* active link color */
						}

						a:link {
							color: #000000; /* link color */
						}

						a:visited {
							color: #000000; /* visited link color */
						}

						/* main table */
						.ewTable {
							width: 100%; /* table width */
							color: ; /* text color */
							font-family: ; /* font name */
							font-size: medium; /* font size */
							border-collapse: collapse;
							border: none;
						}

						/* main table data cells */
						.ewTable td {
							padding: 4px; /* cell padding */
							border: 0px solid; /* cell spacing */
							border-color: #CCCCCC;  /* table background color */
						}

						/* main table header cells */
						.ewTableHeader {
							background-color: #88b070; /* header color */
							color: Black; /* header font color */
							vertical-align: top;
						}

						.ewTableHeader a {
							color: Black; /* 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: Silver;
						}
