body {
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	color: #000000;
	background-image: none;
	background-color: #FFFBE5;
}
h1 {
	font-size: x-large;
	font-family: "Comic Sans MS", cursive;
	color: #990000;
	font-style: italic;
	text-align: center;
}
h2 {
	font-size: x-large;
	font-family: Arial, Helvetica, sans-serif;
	color: #B76600;
	font-style: normal;
	text-align: center;
	padding: 20px;
	border-top-style: groove;
	border-top-width: thick;
	border-top-color: #b76600;
}

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

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

h4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	top: -10px;
}
.title-box {
	width: 90%;
	position: relative;
	height: 75px;
	left: 5%;
	top: 1em;
}


.Updated {
	font-size: 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;
}
.menu_item {
	position: relative;
	left: 10px;
	padding-top: 5px;
}
sup {
	font-size: 80%;
	vertical-align: text-top;
}

.menu_section {
	position: relative;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 15px;
	font-weight: bold;
}
.menu_section1 {
	position: relative;
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}



.data {  font-family: "Courier New", Courier, mono}
a:link {
	color: #B76600;
	text-decoration: none;
	font-weight: bold
}
a:visited {
	color: #844800;
	text-decoration: none;
	font-weight: bold
}

a:hover {
	text-decoration: underline;
}

b 
{  }
table {
}
ul {
	list-style-image: url(Graphics/brown-dot.gif);
}
div.note {
	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;
	background-image: url(Graphics/note.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
}
.note_container {
	width: 100%;
}

.note_left {
	float: left;
	width: 45%;
}
.note_right {
	float: right;
	width: 45%;
}

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-top: 1em;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
.underline {
	text-decoration: underline;
}


img.right {
  float: right;
}
img.logo {
	vertical-align: text-bottom;
	float: none;
}
