html, body {
	background: #fff;
	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: Verdana, Arial, sans-serif;
	font-size: medium; /* NN only */
	/*/*/ font-size: small; /* */ 
	}

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

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

#default, #start { /* Show default layer */
	visibility: visible;
	}
	
#default {
	z-index: 11;
	}
	
.clear {
	clear: both;
	height: 1px;
	overflow: hidden; 
	margin: 0;
	}
	
.inline {
	display: inline;
	}

