body {
	margin:30px;
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#888888;
	background-image:url(bg.jpg);
	background-repeat:repeat-x;
	background-color:#000000;
}
.pagehead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:300%;
	color:#7D8D54;
}
.usermanual {
	font-family:"Trebuchet MS";
	font-weight:bold;
	font-size:140%;
	color:#FFFFFF;
	letter-spacing:18px;
}	
.leftpane {
	width:610px;
	vertical-align:top;
	text-align:left;
	padding:15px;
	margin:0px;
	background-color:#FFFFFF;
}
.rightpane {
	width:160px;
	vertical-align:top;
	text-align:left;
	margin:0px;
	padding:15px;
	color:#666666;
	background-color:#EEEEEE;
}
.headline {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:300%;
	color:#FF6600;
	margin:0px;
	padding-bottom:10px;
	display:block;
}
.subhead {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:180%;
	color:#888888;
	padding-bottom:6px;
	margin-bottom:6px;
	border-bottom:1px solid #DDDDDD;
	display:block;
}
ul {
	list-style-type: square;
	margin-left: 0px;
	padding-left: 20px;/*
	text-indent: -20px;*/
}
li {
	margin-bottom: 6px;
}
.shead {
	font-size:120%;
	font-weight:bold;
	display:block;
}
.menu {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size:150%;
	text-align:left;
}
.menu a:link {
	color: #999999;
	text-decoration: none;
}
.menu a:visited {
	color: #999999;
	text-decoration: none;
}
.menu a:hover {
	color: #FF6600;
	text-decoration: none;
}
.homelink {
	font-size:120%;
	padding-bottom:5px;
	font-weight:bold;
	color:#FF6600;
	letter-spacing:3px;
}
.homelink a:link, a:visited {
	color:#FF6600;
	text-decoration:none;
}
.homelink a:hover {
	text-decoration:none;
	letter-spacing:5px;
}
.highlight {
	font-size:110%;
	font-weight:bold;
}
.styles {
	font-size:90%;
	font-weight:bold;
	text-align:center;
}
.styles td {
	vertical-align:top;
}