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: small; /* NN only */
	/*/*/ font-size: small; /* */ 
	}

p.intro {
	font-family: georgia, times, serif;
	font-size: small; /* NN only */
	/*/*/ font-size: small; /* */
	text-indent: 0;
	font-weight: normal;
	font-style: normal;
	color: #000;
	margin-top: 0.5em;
	margin-left: 3em;
	}


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

#height {
	position: absolute;
	left: 0px;
	}

/* Remove highest layer from the list */
#layer1, #layer2, #layer3 { /* Hide all the layers */
	position: absolute;
	left: 0px;
	visibility: hidden;
	}
	
#layer1 { /* Show default layer */
	visibility: visible;
	left: 0px;
	}
	
#layer4 { /*Show default layer */
	position: relative;
	visibility: hidden;
	left: 0px;
	}
	
.clear {
	clear: both;
	height: 1px;
	overflow: hidden; 
	margin: 0;
	}
	
.inline {
	display: inline;
	}
	
/***** Block elements *****/

p {
	line-height: 1.2em; /* NN only leading */
	/*/*/ line-height: 1.25em; /* */
	text-indent: 1.5em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-left: 59px;
	padding-bottom: 0em;
	padding-top: 0em;
	}

p.firstpara {
	line-height: 1.2em; /* NN only leading */
	/*/*/ line-height: 1.25em; /* */
	text-indent: 0em;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	margin-left: 59px;
	padding-bottom: 0em;
	padding-top: 0em;
	}
	
p.backing {
	visibility: hidden;
	margin-bottom: 0.5em;
	margin-left: 0px;
	}
	
p.firstpara_backing {
	visibility: hidden;
	margin-left: 0px
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	}

