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: xx-small; /* font size */	
}

.Headertxt {
	color: #0563BD ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 12px; /* font size */
	font-weight:Bold;	
}

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 */
}

a.menuLink:link
{
    COLOR: #333333;
    TEXT-DECORATION: none
}
a.menuLink:visited
{
    COLOR: #333333;
    TEXT-DECORATION: none
}
a.menuLink:hover
{
    COLOR: #DD410D;
    TEXT-DECORATION: none
}


/* 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: #E0E0E0;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #3366CC; /* 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: #EFF7FF; /* 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;
}
.menuTableTd {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	background-image: url(images/menubg.gif);
}
.hdWhiteBold {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.footerTxt {
	color: #529BE2 ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10px; /* font size */
	TEXT-ALIGN: Center
}
.blueTxtBold {
	color: #0563BD ; /* text color */
	font-family: Verdana; /* font name */
	font-size: 10px; /* font size */
	font-weight:Bold
}
.tdRightAllign {
    TEXT-ALIGN: Right
}
.tdCenterAllign {
    TEXT-ALIGN: Center
}
.tdLeftAllign {
    TEXT-ALIGN: Left
}
.redTxtBold {
    color: #FF0A04 ; /* text color */
	font-weight:Bold /* font weight */
}
.greenTxtBold {
    color: #269B01 ; /* text color */
	font-weight:Bold /* font weight */
}

