body {
	background-color: ; /* background color */
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.aspmaker {
	color: ; /* text color */
	font-family: Verdana; /* font name */
	font-size: small; /* font size */
}

input, textarea, select {
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
}

<!--
A:link
{

	color: navy;
	font-family: Arial;
	text-decoration: none;
}	
		
A:visited
{

	color: navy;
	font-family: Arial;
	text-decoration: none;
}	
		
A:active	{
	
	text-decoration:	none;
	color: navy;
	font-family: Arial;
	}	
		
A:hover
{

	color: red;
	text-decoration: underline;
	font-family: Arial;
}
.BodyText    { font-size: 8pt; font-family: Arial; color: black }
.Menu        { font-size: 8pt; font-family: Arial; text-decoration: none; cursor: hand }
.SubMenu     { font-size: 8pt; font-family: Arial; text-decoration: none; cursor: hand }
.TBox        { text-transform: capitalize; font-size: 8pt; font-family: Arial; color: #000080 }
-->

/* 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;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #0B3D92; /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #0B3D92; /* 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: #F5F5F5; /* alt row color 2 */
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: Yellow; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #CCFFFF; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;
}

/* classes for report */
.ewGroupField {
	font-weight: bold;
}

.ewGroupName {
	font-weight: bold;
}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
}

.ewGroupSummary {
	border-top: 1px solid Gray;
}

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}

/* message */
.ewmsg {
	color: red; /* message color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
}
