HTML {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: url(images-basic/g.gif) #347483 repeat-x 0px 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
#header {
	BACKGROUND: url(images-basic/h-abba.jpg) #008393 no-repeat 0px 0px; WIDTH: 792px; HEIGHT: 150px
}
body {
	background-color: ; /* background color */
	color: #347483; /* text color */
	font-family: Verdana; /* font name */
	font-weight: bold;
	font-size: small; /* font size */
	margin: 0px 0px 0px 5px; /* top right bottom left */
}

.aspmaker {
	color: ; /* 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: #347483;
	/* active link color */
	text-decoration : none;
	font-weight : bold;
}

a:link {
	color: #347483;
	text-decoration : none;
	font-weight : bold;		
	/* link color */
}

a:visited {
	color: #347483;
	text-decoration : none;
	font-weight : bold;		
	/* visited link color */
}
a:hover {
	color: #c30000;
	text-decoration : underline;
	font-weight : bold;		
	/* visited link color */
}

/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* 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: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
	font-weight: bold;
}

.ewTable2 {
	padding: 4px; /* cell padding */
	border: 0px solid; /* cell spacing */
	border-color: #FFFFFF;  /* table background color */
	font-size: xx-small; /* font size */	
	color: #000000 ; /* text color */
	font-family: Verdana; /* font name */	
}

/* main table header cells */
.ewTableHeader {
	background-color: #347483; /* 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 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;
}

