html, body {
	color: #000;
	margin-top: -12px; /* NN only */
	margin-left: -12px; /* NN only */
	/*/*/ margin: 0px; /* */ 
	}


/***** Font Settings *****/

html, body, td, p, ol, ul, li {
	font-family: Georgia, Times, serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: small; /* */
	font-style: normal;
	font-weight: normal;
	}

.basetxt {
	color: #999;
	font-size: small; /* NN only */
	/*/*/ font-size: x-small; /* */
	padding: 5px 0px 20px 20px;
	}

/***** Template dHTML styles *****/

/* Remove highest layer from the list */
#t-aviary, #t-garden, #t-halfpipe, #t-hotdog, #t-playground, #t-duckpond, #t-introduction { /* Hide all the layers */
	position: absolute;
	visibility: hidden;
	}
	
/* Remove highest layer from the list */
#aviary, #garden, #halfpipe, #hotdog, #playground, #duckpond { /* Hide all the layers */
	position: absolute;
	visibility: hidden;
	}

#introduction {
	position: absolute;
	visibility: visible;
	}

/***** Block elements *****/

p.text {
	line-height: 1.3em;
	}

p.introtxt {
	text-align: center;
	padding: 15px 50px 0px 50px;
	margin: 0px 0px 0px 0px;
	line-height: 1.3em;
	}

