body {
	margin: 0px 0px 0px 0px;
	color: white;
	background-color: #F79910;
}
body, td {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 11px;	
	color: white;
}
a, a:visited, a:active {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: #8A8588;
	text-decoration: underline;
}
img {
	border: 0px;
}
h1, .h1 {
	font-weight: bold;
	font-size: 11px;

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 6px;

	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
h2, .h2 {
	font-weight: bold;
	font-size: 11px;
	font-style: italic;

	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
	margin-bottom: 6px;

	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
strong {
	font-weight: bold;
}
ul {
	margin-top: 0px;
	padding-top: 0px;
	list-style-type: disc;
}
ul.sub {
	list-style-type: square;
}
p {
	margin: 0px 0xp 0px 0px;

	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
table, td {
	margin: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-collapse: collapse;
}
td {
	border: 1px solid white;
}
#buttons {
	position: absolute;
	z-index: 1;
	bottom: 64px;
	left: 68px;
}
#nav {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 60px;
}
#image {
	position: absolute;
	z-index: 3;
	top: 20px;
	left: 195px;
	text-align: left;
	width: 125px;
}
#content {
	background-color: #F79910;
	position: absolute;
	z-index: 4;
	top: 20px;
	left: 330px;
	width: 400px;
}
#contentFrame {
	background-color: #F79910;
	border: 0px solid #F79910;
	width: 410px;
	height: 290px;
	overflow: none;
}
.illustration {
	text-align: center; 
	margin-top: 18px; 
	margin-bottom: 18px;
}