body {
	background-color: 8eab8b; /* background color */
	color: #000000; /* text color */
	font-family: "Times New Roman", Times, serif; /* font name */
	font-size: 12px; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.defaultText {
	font-family: Lithos Pro; /* font name */
	font-size: 16px; /* font size */
	font-color: 222222;
	align: center;

}

.heading {
	font-family: Lithos Pro; /* font name */
	font-size: 16px; /* font size */
	font-color: 222222;
	align: center;

}

.heading2 {
	font-family: Lithos Pro; /* font name */
	font-size: 19; /* font size */
	font-weight: bold ;
	font-color: 000000;
}

.heading3 {
	font-family: Verdana; /* font name */
	font-size: 12; /* font size */
	font-weight: bold;
	font-color: ffffff:
}

.phpmaker {
	color: inherit; /* 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: inherit; /* table width */	
	color: 000000; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px outset; /* border */
	border-collapse: collapse;
}

/* main table data cells */
.ewTable td {
	padding: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
	
}

.phpmakerlist td {
	color: inherit; /* text color */
	font-family: Verdana; /* font name */
	font-size: xx-small; /* font size */
	border: 0px;
	padding: 0px;
	vertical-align: top; 
}

/* main table header cells */
.ewTableHeader {
	background-color: #666666; /* header color */
	color: #ffffff; /* header font color */	
	font-weight: bold;
	vertical-align: top;	
}

.ewTableText {
	background-color: #666666; /* header color */
	color: #000000; /* header font color */	
	vertical-align: top;	
}

.ewTableHeader a:link {	
	color: #FFFFFF; /* header font color */	
}

.ewTableHeader a:visited {	
	color: #FFFFFF; /* header font color */	
}

/* main table row color */
.ewTableRow {
	background-color: #FFFFFF;  /* alt row color 1 */
	font-color: #000000;
}

/* main table alternate row color */
.ewTableAltRow {
	background-color: #F5F5F5; /* alt row color 2 */	
	font-color: #000000;
}


/* main table edit mode row color */
.ewTableEditRow {
	background-color: #FFFF99; /* edit mode color */
}

/* main table highlight color */
.ewTableHighlightRow {
	background-color: #FFCCFF; /* highlight color */
}

/* main table select color */
.ewTableSelectRow {
	background-color: #CCFFFF; /* select color */
}

/* main table footer section */
.ewTableFooter {
	background-color: #FFFFCC;
	
}


/* Ajax */
.ewAstList {
	border: 1px solid black;
	background: #ffffff;
	position: absolute;
	padding: 0;
	white-space: nowrap;
}

.ewAstListBase {
	position: absolute;
	padding: 1;
}

.ewAstListItem {
	color: black;
	background: #ffffff;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

.ewAstSelListItem {
	color: white;
	background: Highlight;
	cursor: hand;
	cursor: pointer;
	white-space: nowrap;
	padding: 1;
}

.footertxtlinks
	font-family: Verdana;
	font-size: small;
}

.footertxt {
	font-family: Verdana;
	font-size: xx-small;
	
	}



.txtLink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 80%;
	padding-bottom: 10px;
	text-decoration:none;
}

a.txtLink:hover {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #e9c328;
	font-size: 80%;
	
	text-decoration: none;
}

.navButton {
	font-family: copperplate;
	font-size: 110%;
	font-weight: bold;
	text-align: top;
	color: #cacaca;
/*	background-color: #666666; */
	padding-right: 10px;
	width: 602px;
	height: 23px;
}



