								body {
									background-color: #FFFFFF; /* background color */
									color: #000000; /* text color */
									font-family: Arial; /* font name */
									font-size: 10pt; /* font size */
									margin: 4px 4px 4px 10px; /* top right bottom left */
								}

								.htmlbldr {
									color: #000000; /* text color */
									font-family: Arial; /* font name */
									font-size: 10pt; /* font size */
								}

								input, textarea, select, td {
									font-family: Arial; /* font name */
									font-size: 10pt; /* font size */
								}

								a:active {
									color: #660000; /* active link color */
									font-weight: bold;
								}

								a:hover {
									color: Maroon;
								}
								a:link {
									color: navy;
									font-weight: bold; /* link color */
								}

								a:visited {
									color: navy; /* visited link color */
									font-weight: bold;
								}

								/* main table */
								.ntkTable {
									width: 100%; /* table width */
									color: #000000; /* text color */
									font-family: Arial; /* font name */
									font-size: 10pt; /* font size */
									border-collapse: collapse;
									border: 1px solid;
									border-color: gray;
								}

								/* main table data cells */
								.ntkTable td {
									padding: 4px; /* cell padding */
									border: 0px solid; /* cell spacing */
									border-color: #FFFFFF;  /* table background color */
									text-align: center;
								}

								/* main table header cells */
								.ntkTableHeader {
									background-color: #333399; /* header color */
									color: #FFFFFF; /* header font color */
									vertical-align: middle;
									text-align: center;
									font-weight: bold;
								}

								.ntkTableHeader a {
									color: #FFFFFF; /* header font color */
									font-weight: bold;
								}

								/* main table row color */
								.ntkTableRow {
									background-color: #F7F7F7; /* alt row color 1 */  
								}

								/* main table alternate row color */
								.ntkTableAltRow {
									background-color: #FFFFFF; /* alt row color 2 */
								}
