
	body, table, select, input, button, textarea {
		font-family:Verdana, Geneva, Helvetica, Arial, sans-serif;
		font-size:12px;
		color:#000000;
		background-color:Transparent;
	}
	select, input, textarea, table input {
		background-color:#ffffff;	
		border:solid 1px #999999;
	}
	img {
		border:none;
		margin:0px;
	}
	a {
		cursor:hand;
		text-decoration:none;
		color:#2416B2;
	}
	div {
		border:none;
		overflow:hidden;
	}
	/* HIDE CTRLS */
	.hidden {
		display:none;
		visibility:hidden;
	}
	/* CENTRE HTML */
	table.CENTRE {
		width:100%;
		height:100%;
	}
	table.CENTRE td {
		text-align:center;
		vertical-align:middle;
	}
	
	/* GENERAL BUTTONS */
	input.button, button.button {
		cursor:hand;
	}
	
	/* content master for site */
	div.master {
		width:550px;
	}
	
	/* Members Table */
	table.members {
		width:500px;
		background-color:#E5E5E5;
	}
	table.members td {
		border:solid 1px #ffffff;
	}
	/* Album Table */
	table.album {
		width:500px;
		background-color:#E5E5E5;
	}
	table.album td {
		border:solid 1px #ffffff;
	}
	table.album th {
		border:solid 1px #ffffff;
		padding:10px;
		align-text:right;
	}
	
	/* Send emails table */
	table.email {
		width:450px;
		background-color:#E5E5E5;
	}
	table.email td {
		padding:10px;
	}
	
	/* Enter a comment table */
	table.EnterComment {
		width:450px;
		background-color:#E5E5E5;
	}
	table.EnterComment td {
		padding:10px;
	}
		
	/* Comment table */
	table.Comment {
		width:450px;
		background-color:#E5E5E5;
	}
	table.Comment td {
		padding:10px;
	}

	