	body {
		background-color: ;
		/* background color */
		color: Black;
		/* text color */
		font-family: Arial, Helvetica, sans-serif;
		/* font name */
		font-size: 9pt;
		/* font size */
		margin: 0px 0px 0px 0px;
		/* top right bottom left */
	}

	.phpmaker {
		color: Black;
		/* text color */
		font-family: Arial, Helvetica, sans-serif;
		/* font name */
		font-size: 9pt;
		/* font size */
	}

	input, textarea, select {
		font-family: Arial, Helvetica, sans-serif;
		/* font name */
		font-size: 9pt;
		/* font size */
	}

	a:active {
		color: Blue;
		/* active link color */
	}

	a:link {
		color: Blue;
		/* link color */
	}

	a:visited {
		color: Purple;
		/* visited link color */
	}

	a:hover {
		color: Red;
		/* visited link color */
	}

	/* main table */
	.ewTable {
		width: ;
		/* table width */
		color: Black;
		/* text color */
		font-family: Arial, Helvetica, sans-serif;
		/* font name */
		font-size: 9pt;
		/* font size */
		border-collapse: collapse;
		border: 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: #000099;
		/* header color */
		color: #FFFFFF;
		/* header font color */
		vertical-align: top;
	}

	.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: #F0F0F0;
		/* alt row color 2 */
	}

	/* main table sorting indicator */
	.ewTableOrderIndicator {
		font-family: Webdings;
	}

	/* main table footer section */
	.ewTableFooter {
		background-color: #FFFFCC;
	}

