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


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

html, body, td, p, ol, ul, li {
	font-family: Verdana, Arial, sans-serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: small; /* */ 
	}

h2 {color: #fff;
	font-size: medium; /* NN only */
	/*/*/ font-size: small; /* */ 
	padding-top: 1.6em;
	padding-bottom: .5em;
	width: 100%;
	border-bottom: 1px solid #666;
	}

p.caption {
	font-style: italic;
	padding-top: 6px;
	margin-top: 0px;
	padding-bottom: .5em;
	border-bottom: 1px solid #666;
	}

.diagramtext {
	color: #fff;
	}

table.diagram td {
	color: #fff;
	vertical-align: top;
	}

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

/* Remove highest layer from the list */
#default, #layer1, #layer2, #layer3, #layer4 { /* Hide all the layers */
	position: absolute;
	left: 0px; 
	visibility: hidden;
	z-index: 10;
	margin-bottom: 0px;
	}

#dummy {
	position: relative;
	left: 0px;
	z-index: 1;
	margin-bottom: 0px;
	}

#default {/* Show default layer */
	visibility: visible;
	}
	

.clear {
	clear: both;
	height: 1px;
	overflow: hidden; 
	margin: 0;
	}
	
.inline {
	display: inline;
	}
	
.hide {
	visibility: hidden;
}

.hidetext {
	color: #036;
	}

