body {
	background-color: ; /* background color */
	color: #999999; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	margin:0px 5px 1px 5px; /* top right bottom left */
}

.aspmaker {
	color: #333333; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */	
}

input, textarea, select {	
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* main table */
.ewTable {
	width: ; /* table width */	
	color: #333333; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border-collapse: collapse;
	border: none;
}

/* main table data cells */
.ewTable td {
	padding: 2px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #DCFFB9;
	color: #336600;


	vertical-align: ;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;


}

.ewTableHeader a {	
	color: #000000; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5;
	font-size: xx-small;

}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #F1EEBB;	
}

/* classes for report */
.ewGroupField {
	font-weight: bold;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;



}

.ewGroupName {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-color: #339900;

}

.ewGroupHeader {
	border-bottom: 3px double Gray;
	border-top: 3px double Gray;
	font-size: small;

}

.ewGroupSummary {
	border-top: 1px solid Gray;
	font-size: x-small;

} 

.ewGroupAggregate {
	font-weight: bold;
}

.ewGrandSummary {
	border-top: 1px solid Gray;
}
form {
	border: 1px solid #efefef;
}

