body {
	
	/* background color */
	font-family:Verdana; font-size:0px; color/* text color */
	/* font name */
	
}

.aspmaker {
	color: #FFFFFF; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small	
}
.aspmakercommand {
	color: #00FF00; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small	
}
.aspmakertitle {
	/* text color */
	font-family: Verdana; /* font name */
	font-size: large; font-weight:bold	
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
} 

a:active {
	color: #FFFF00; /* active link color */
}

a:link {
	color: #00FF00; /* link color */
}

a:visited {
	color: #FFFF00; /* visited link color */
}

/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	border: none;
	background-color: #000000;
}

/* 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: #00000; /* header color */
	color: #FFFF00; /* header font color */	
	vertical-align: top;
    font-family:Verdana	
}

.ewTableHeader a {	
	color: #FFFF00; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #000000;  /* alt row color 1 */
    color:#FFFFFF
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #000000;; /* alt row color 2 */
	color:#C0C0C0	
}

/* main table sorting indicator */
.ewTableOrderIndicator {
	font-family: Webdings;	
}

/* main table footer section */
.ewTableFooter {
	background-color: #000000;	
}