body {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #000000;
	background-image: none;
	background-color: #FFFBE5;
}
h1 {
	font-size: 48px;
	font-family: "Times New Roman", Times, serif;
	color: #B76600;
	font-style: italic;
}
h2 {
	font-size: 36px;
	font-family: "Times New Roman", Times, serif;
	color: #B76600;
	font-style: italic;
	text-align: center;
}

.template {  font-family: "Times New Roman", Times, serif}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #B76600;
	text-align: center;
}

h4 {  font-family: Arial, Helvetica, sans-serif; color: #B76600}

.Updated {  font-size: x-small; text-align: center; color: #B76600; font-family: Arial, Helvetica, sans-serif}

.versionNote {
	background-color: #B76600;
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}
.data {  font-family: "Courier New", Courier, mono}
a:link {
	color: #B76600;
	text-decoration: none;
	font-weight: bold
}
a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold
}
ul.arrows {
	list-style-type: none;
	list-style-image: none;
}
ul.arrows li {
	margin-top: 1em;
	padding-left: 39px;
	list-style-image: none;
}
ul.arrows li.arr_red    {
	background: url(Graphics/sm-arrow-red-rt.gif) left top no-repeat;
	list-style-image: none;
}
ul.arrows li.arr_purple {
	background: url(Graphics/sm-arrow-purple-rt.gif) top left no-repeat;
	list-style-image: none;
}
ul.arrows li.arr_green  {
	background: url(Graphics/sm-arrow-green-rt.gif) top left no-repeat;
	list-style-image: none;
}
ul.arrows li.arr_blue   {
	background: url(Graphics/sm-arrow-blue-rt.gif) top left no-repeat;
	list-style-image: none;
}
ul.arrows li.arr_yellow {
	background: url(Graphics/sm-arrow-yellow-rt.gif) top left no-repeat;
	list-style-image: none;
}

ul.numbers {
	list-style-type: none;
	list-style-image: none;
}
ul.numbers li {
	margin-top: 1em;
	padding-left: 20px;
	padding-top: 0px;
	list-style-image: none;
}
ul.numbers li.num1    {
	background-image: url(Graphics/red1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-image: none;
}
ul.numbers li.num2 { background: url(Graphics/red2.gif) top left no-repeat; }
ul.numbers li.num3  { background: url(Graphics/red3.gif) top left no-repeat; }
ul.numbers li.num4   { background: url(Graphics/red4.gif) top left no-repeat; }
ul.numbers li.num5 { background: url(Graphics/red5.gif) top left no-repeat; }
ul.numbers li.num6 { background: url(Graphics/red6.gif) top left no-repeat; }
ul.numbers li.num7 { background: url(Graphics/red7.gif) top left no-repeat; }

b 
{  }
table {
}
ul {
	list-style-image: url(Graphics/brown-dot.gif);
}
li {
	list-style-image: url(Graphics/brown-dot.gif);
	margin: 1em;
	list-style-type: none;
}
div.note {
	background: url(Graphics/note.gif) 4px 4px no-repeat;
	padding-left: 60px;
	width: 85%;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #d0d0d0;
	border-right-color: #d0d0d0;
	border-bottom-color: #d0d0d0;
	border-left-color: #d0d0d0;
}
div.tip {
	background: url(Graphics/tip.gif) 4px 4px no-repeat;
	border: 1px none #d0d0d0;
	padding-left: 38px;
	width: 85%;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 35px;
}
.versionInline {
	font-size: smaller;
}

img.screenshot {
  display: block;
  margin: 1em auto 0 auto;
}

img.right {
  float: right;
}
