body {
	margin: 0;
	padding: 0;
	background: white;
	color: #353535;
	font-family: "$FONT-NAME-NEWSPAPER$", "Segoe UI", "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 84%;
	line-height: 1.6em;
}

#pagehead {
	background: #315077 url(helpimg/pagehead.png) repeat-x left top;
	height: 30px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding-left: 24px;
	padding-top: 6px;
}
#navbar {
	text-align: right;
	margin-right: 24px;
	font-size: 10px;
	height: 12px;
}
div#helplinks {
	font-size: x-small;
	margin-bottom: -10px;
	text-align: right;
	padding: 4px 10px;
	height: 30px;
	color: white;
}

div.contentbox { margin: 12px 24px;}
h1 { font-size: 110%; }
h2 { font-size: 100%; }

div.tasklist { background-color: #F4FAFF; border: 1px solid #BBDEFF; }
div.tasklist li { margin-bottom: 5px; margin-left: -10px; margin-right: 12px; list-style-type: disc; }
a.helpindex { font-weight: bold; }
.topiclist { 	font-size: 90%; }
.topiclist li {	
	margin-left: -20px; 
	margin-right: 10px;
}

span.menuitem { font-style: italic; }
span.shortcut { font-family: "Courier New", monospace; }
span.tbtn { font-style: italic; }
span.task { color: #004780;  }

.helpnote {
	background-color: #F3F3F3;
	border: 1px solid #C0C0C0;
	padding: 8px 14px;
	font-size: 90%;
}

img.boxed { border: 1px solid silver; padding: 2px; margin: 4px; }