body {
	background: #fafafa;
	font-family: "Gill Sans", Arial, sans-serif;
	font-size: 13px;
	margin: 0;
}
h1, h2, h3, h4, h5, p {
	margin: 0;
}
ul, ol {
	margin: 0 0 20px 20px;
	padding: 0;
}
li {
	margin: 0 0 5px;
}
pre {
	background: #fff;
	border-bottom: 1px solid #bbb;
	border-top: 1px solid #bbb;
	font-family: 'andale mono','lucida console',monospace;
	font-size: 12px;
	margin: 0;
	overflow: auto;
	padding: 5px 7px;
}

body {
	background: #314158 url('../images/background.png') repeat-x left top;
}
#wrap {
	background: #eee url('../images/wrap.png') repeat-y left top;
	margin: 0 auto;
	width: 737px;
}
#hwrap {
	background: url('../images/header.png') no-repeat left top;
}
#header {
	color: white;
	height: 64px;
	padding: 16px 6px 0 136px;
}
#header h1 {
	font-size: 14px;
	height: 34px;
	margin-bottom: 2px;
}
#header h1 span {
	display: none;
}
#header h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
}
#header h2, #header h2 a {
	color: white;
}
.content {
	margin: 0 6px;
	padding: 1px 10px;
}
.content h3 {
	margin-top: 15px;
}
#samplearea {
	padding: 10px;
}
#information {
	background: #ddd;
	padding-bottom: 15px;
}
#content {
	margin: 0 6px;
	padding: 10px;
}
#footer {
	background: #314158 url('../images/footer.png') no-repeat left top;
	color: white;
	font-size: 11px;
	padding: 10px 0;
	text-align: center;
}
#footer a {
	color: white;
}

.preheader {
	color: #aaa;
	font-style: italic;
	margin: 5px 0 -3px 5px;
}
.newversion {
	color: #f00;
	font-style: italic;
}
#extname {
	background: black;
	color: white;
	padding: 4px 0;
	text-align: center;
}

#information thead th {
	background: #aaa;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}
#information tbody th {
	font-weight: normal;
	text-align: left;
}
#information tbody th, #information tbody td {
	background: #eee;
	vertical-align: top;
}