body         { background-color: #FEF633; font-family: ARIAL; font-size: 10; margin: 0px }
.aspmaker {
	color: ; /* text color */
	font-family: ARIAL; /* font name */
	font-size: xx-small; /* font size */	
}

input, textarea, select {	
	font-family: ARIAL; /* font name */
	font-size: xx-small; /* font size */
} 

// a:active     { color: #FF0000; text-decoration: none }
// a:link       { color: #FF0000; text-decoration: none  }
// a:visited    { color: #FF0000; text-decoration: none  }
/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* text color */
	font-family: ARIAL; /* font name */
	font-size: 10; /* 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 */
}

/* main table header cells */

td         
  
{ 

font-family: Arial; 
font-size: 10pt; 
text-align: Justify 

}

.tdd
 
{ 

font-family: Arial; 
font-size: 10pt; 
text-align: left 

}

.ewTableHeader a {	
	color: #000000; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #F67814;  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #FFC704; /* alt row color 2 */	
}

/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFFCC; /* 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;
}
.phpmaker    { font-family: ARIAL; font-size: 10 }


.phpmnu A:link		{FONT-WEIGHT: normal; text-decoration: none; FONT-SIZE: 10pt; COLOR: #ff0000; FONT-FAMILY: ARIAL, sans-serif}
.phpmnu A:visited	{FONT-WEIGHT: normal; text-decoration: none; FONT-SIZE: 10pt; COLOR: #ff0000; FONT-FAMILY: ARIAL, sans-serif}
.phpmnu A:active	{FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #ff0000; FONT-FAMILY:  ARIAL, sans-serif}
.phpmnu A:hover		{FONT-WEIGHT: normal; text-decoration: underline; FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: ARIAL, sans-serif}

.para {
          text-align : left;
          font-family :  Arial, Helvetica, sans-serif;
	text-decoration: none
          margin-bottom : 10px;
          color : #16387c;
      }