body {
	background-color: ; /* background color */
	color: ; /* text color */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: ; /* font size */
	margin: 0 0 0 0; /* top right bottom left */
	
}
.HeadingLinks{
	background-color: ; /* background color */
	color: Blue; /* text color */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 12px; /* font size */
	margin: 0 0 0 0; /* top right bottom left */
	font-weight: bold;
}
.bkWatermark{
	background: White url(images/Watermark.gif) repeat;
} 


.DisplayList{
	font-family: "Century Gothic";
	background: White url(images/List.gif) no-repeat left top;
}


.CaptionTableName{
	font-family: sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #EBEBEB;
	font-style: normal;
	background: center;
}
.CaptionTableNameFirst{
	font-size: 28px;
	font-family: sans-serif;
	font-weight: bold;
	color: #000171;
	font-style: normal;
	text-decoration: none;
}
.aspmaker {
					font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
					font-size: 10px;
					}

.highlight{
	background-color: #F5E7E3;
}		
	
input, textarea, select {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; /* font name */
	font-size: 10px; /* font size */
	border: thin groove #DEDEDE;
	background-color: #F5E8E3;
}
input.radio { 
{
	width: 15px;
	height: 15px;
	border: 0px none;
	cursor: hand;
	background-color: White;
}
option{
	border: none;
}



a:active, a:focus, a:link, a:visited {
	color: #626262; /* link color */
	text-decoration: none;
}
a:hover {
	color: Blue;
	text-decoration: none;
	font-weight: bold;
}

.ewTable {
	width: ; /* table width */
	color: ; /* text color */
	font-family: ; /* font name */
/* font size */
	border-collapse: collapse;
	border: 1px none #ECF3F8;
	background-color: White;
	font-size: 10px;
}


.ewTable td {
	padding: 2px; /* cell padding */
	
	border-color: #CCCCCC; /* table background color */
	font-size: 10px;
}

/* main table header cells */
.ewTableHeader {
	background-color: #8B4513; /* header color */
	color: White; /* header font color */
	vertical-align: top;
}

A.ewTableHeader:link{
	color: White; /* header font color */
}

A.ewTableHeader:visited:focus{
	color: White; /* header font color */
}

A.ewTableHeader:hover  {
	color: Yellow; /* header font color */
}

A.ewTableHeader:active {
	color: White; /* header font color */
}


					/* main table row color */
.ewTableRow {
	background-color: #EAEAEA; /* alt row color 1 */
}

					/* main table alternate row color */
.ewTableAltRow {
	background-color: White; /* alt row color 2 */
}

					
					/* main table sorting indicator */
.ewTableOrderIndicator {
						font-family: Webdings;
					}

					/* main table footer section */
.ewTableFooter {
	background-color: Maroon;
	color: #FAFAD2;
}
	
	
/* main table edit mode row color */
.ewTableEditRow {
	background-color: ; /* edit mode color */
}

/* 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;
}

.NumericPageLink,A.NumericPageLink:active,A.NumericPageLink:link,A.NumericPageLink:visited:focus
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Yellow;
}

A.NumericPageLink:hover  {
	color: #FFDE1E; /* header font color */
}

