body {
	margin:0;
	padding:0;
	font-family: verdana, arial, helvetica, sans-serif;
	background-image:url(../img/tree_bckg.png);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center 50px;
	color: #000;
	background-color: #fff;
	}
#content {
	float: left;
	padding: 10px 10px 10px 30px;
	margin: 15px;
	border-left:#999 solid 1px;
	background-color: transparent;
	width: 800px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 760px;
	}
.preamble {
	font-size:10px;
	margin-left:15px;
	line-height:1.3;
	}
.note {
	font-size:10px;
	font-style:italic;
	margin-left:15px;
	}
acronym
	{
	border-bottom:1px dotted #03c;
	}
html>body #content {
	width: 760px; /* ie5win fudge ends */
	}
a:link {
	text-decoration: none;
	color:  #03c; /* blue */
	outline: none;
	font-size:11px;
	}
a:visited {
	text-decoration: none;
	color:  #03c; /* blue */
	font-size:11px;
	}
a:active {
	color:  #fff;
	background-color:#03c; /* blue */
	text-decoration:none;
	font-size:11px;
	}
a:hover {
	color:  #fff;
	background-color:#03c; /* blue */
	text-decoration:none;
	font-size:11px;
	}
p, ul, ol {
	font-size: 12px;
	line-height: 22px;
	margin-top: 10px;
	margin-bottom: 10px; 
	}
h1 {
	font-size: 24px;
	line-height: 44px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align:center;
	}
h2 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-align:center;
	}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h4, dt {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h5 {
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
h6 {
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}
ul.none {
	list-style-type: none;
	}
ul.leaf {
	list-style:url(../img/leaf-right.gif);
	line-height:22px;
	}
code {
	font-family:courier,monaco,monotype;
	color:#c00; /* red */
	font-weight:normal;
	}
.tiny {
	font-size:10px;
	}
dl {
	margin-left:25px;
	font-size: 12px;
	line-height:22px;
	}
