html {
	overflow-y: auto;
}

body, h1, h3, ul, li, p, form, input, dd {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	color: #333;
	font: normal 11px/1.2 'Lucida Grande', 'Tahoma', 'Verdana', 'Arial', sans-serif;
	cursor: default;
}

ul, ul li {
	list-style-type: none;
}

table {
	width: 100%;
}

td, th {
	vertical-align: top;
}

a {
	color: #00c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	text-align: justify;
	padding-bottom: 12px;
	cursor: auto;
}

#wrapper {
	margin: 0 auto;
	width: 740px;
}

.section {
	clear: both;
	padding: 12px;
}

.accesskey {
	float: left;
	margin: 0 -100%;
	overflow: hidden;
	border: 1px solid #fff;
}

.footer {
	clear: both;
	float: right;
	padding: 3px 0;
}

.header h1 {
	font-size: 42px;
	height: 52px;
	padding: 0 0 0 42px;
	background: url('icon.png') no-repeat scroll left center;
}

.header h1 a {
	color: #333;
	text-decoration: none;
}

.navigation {
	padding-top: 0;
}

.navigation a {
	color: #c00;
}

.navigation a.selected {
	border-bottom: 1px solid #c00;
}

.navigation a:hover {
	color: #000;
	text-decoration: none;
}

.navigation ul {
	float: right;
}

.navigation li {
	float: left;
	font-weight: bold;
	font-size: 13px;
	padding: 0 0 0 18px;
}

.section h3 {
	padding: 3px 0;
	margin: 0 0 6px;
	border-bottom: 2px solid #000;
}

dl dt {
	font-weight: bold;
	text-decoration: underline;
	padding: 6px;
}

dl dd {
	clear: both;
	padding: 3px;
	line-height: 20px;
}

dl dd:after {
	clear: both;
	content: ".";'
	display: block;
	height: 0;
	visibility: hidden;
}

.ie dl dd {
	height: 1%;
}

dl dd span {
	display: block;
	float: left;
	padding: 0 6px;
	overflow: hidden;
}

dl dd span {
	white-space: pre;
}

.change-log table tr td.date {
	width: 110px;
}

.change-log table tr td {
	line-height: 16px;
}

#news h3 embed {display:none;}