body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Verdana;

	font-size:; /* font size */
	margin: 0px 0px 0px 0px;
	background-attachment: fixed;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	background-position: center center;
}

.paypalsb {
	color: #FFFFFF; /* text color */
	font-family: Verdana; /* font name */
	font-size:; /* font size */	
}

input, textarea, select {
	font-family: Verdana; /* font name */
	font-size:; /* font size */
} 

a:active {
	color: #666666;
	text-decoration: underline;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}

a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}

/* main table */
.ntkTable {
	width: 100%; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size:; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ntkTable td {
	padding: 4px; /* cell padding */
	border: ; /* cell spacing */
	border-color: ;  /* table background color */
}

/* tables in main table */
.ntkTable td table {	
	font-family: Verdana; /* font name */
	font-size: ; /* font size */	
}

/* main table header cells */
.ntkTableHeader {
	background-color: ; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;	
}

.ntkTableHeader a {	
	color: #000000; /* header font color */	
}

/* main table row color */
.ntkTableRow {
	background-color: ;  /* alt row color 1 */
}

/* main table alternate row color */
.ntkTableAltRow {
	background-color: ; /* alt row color 2 */	
}
.heading1 {
	background-color: #666666;
	font-size: large;
	font-weight: bold;
}
.heading2 {
	font-size: medium;
	font-weight: bold;
	color: #FF3333;
}
.tiny {
	font-size: x-small;
	color: #FF0000;
}
.newmodel {
	font-weight: bold;
	color: #FF0000;
}
