body {
	background-color:#FFFFFF ; /* background color */
	color: ; /* text color */
	font-family: Arial; /* font name */
	font-size: x-small; /* font size */
	margin: 0px 0px 0px 0px; /* top right bottom left */
}

.phpmaker {
	color: ; /* 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: ; /* link color */
}

a:visited {
	color: ; /* visited link color */
}

/* main table */
.ewTable {
	width: ; /* table width */	
	color: ; /* 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: 4px; /* cell padding */
	border: 1px solid; /* cell spacing */
	border-color: #CCCCCC;  /* table background color */
}

/* main table header cells */
.ewTableHeader {
	background-color: #000099; /* 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: #F5F5F5; /* alt row color 2 */	
}

/* main table footer section */
.ewTableFooter {
	background-color: #000099;
	color: #FFFFFF;
	background-repeat: repeat-y;

}

/**** Added for pentland purposes ******/

#banner {
		font-family:verdana, arial, sans-serif;
		color:#FFFFFF;
		font-size:12pt;
		font-weight:normal;
		border-bottom:1px none;
		border-top:3px solid #99CCFF;
  		background:#000099;
  		padding:15px; 
  		text-transform:uppercase; 		
		}
.logo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
	border: thin none;
	background-image: none;


}
.number {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;

}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FFFFFF;
}
