body {
	background-image: url(http://www.fortkentmaine.com/images/snowwhite.jpg); background-repeat: repeat; /* background color */
	color: #330000; /* text color */
	font-family: Arial; /* font name */
	font-size: xx-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.phpmaker {
	color: #330000; /* text color */
	font-family: Arial; /* font name */
	font-size: x-small; /* font size */	
}

input, textarea, select {	
	font-family: Arial; /* font name */
	font-size: x-small; /* font size */
} 

a:active {
	color: ; /* active link color */
}

a:link {
	color: #035E5E; /* link color */
}

a:visited {
	color: #035E5E; /* visited link color */
}

/* main table */
.ewTable {
	width: ; /* table width */	
	color: #330000; /* text color */
	font-family: Arial; /* font name */
	font-size: x-small; /* font size */
	border-collapse: collapse;
	border: none;
}

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

/* main table header cells */
.ewTableHeader {
	background-image: url(http://www.fortkentmaine.com/images/snowdark.jpg); background-repeat: repeat; /* header color */
	color: #FFFFFF; /* header font color */	
	vertical-align: top;
	text-align: right;
	text-indent: 5px;
}

.ewTableHeader a {	
	color: #FFFFFF; /* header font color */
	text-align: right;
	text-indent: 5px;
}

/* main table row color */
.ewTableRow {
	background-image: url(http://www.fortkentmaine.com/images/snowyellow2.jpg);  /* alt row color 1 */
}

/* main table alternate row color */
.ewTableAltRow {
	background-image: url(http://www.fortkentmaine.com/images/snowblue.jpg); /* alt row color 2 */	
}

/* main table footer section */
.ewTableFooter {
	background-image: url(http://www.fortkentmaine.com/images/snowgold.jpg); background-repeat: repeat;	
}

