
h2, h3 {
	font-family: Lucida Grande, Arial, Geneva, sans-serif;
	font-weight:bold;
	font-size:14pt;
	margin: 14pt 6px 0 6px;
}
     
h3 {
	font-size:12pt;
	margin: 6pt 6px 0 6px;
}

p, th, td { 
	font-family: Lucida Grande, Arial, Geneva, sans-serif;
	font-size:12px;
    line-height:20px; 
	padding-left:6px;
	margin-bottom:6px;
	}   
	
th {
	text-align: left;
}
	
code { 
	font-family: Courier, Courier New;
	font-size:14px;
    line-height:18px; 
	padding-left:24px;
	margin-bottom:6px;
}

.newfeature {
	background: #FEEED0;
	border: solid 1px #FFCA65;
}

.newishfeature {
	background: #FEF9EF;
	border: solid 1px #FEDEA3;
}



