@charset "utf-8";
/* CSS Document */
html {
	/* background-color: #F4F6F8; */
	background-color: #E8E8E8;
}
body {
	margin:0;
	padding:0;
	width: 100%;
	font-family: Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size: 0.75em;
	background-color:#E8E8E8;
}
a {
	color: #003399;
	background-color: transparent;
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	color: #003399;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
	background-color: transparent;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
}
h1 {
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 4px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	padding-top: 6px;
	padding-bottom: 4px;
}
p {
	padding-top: 3px;
	padding-bottom: 3px;
	margin:0;
}
li {
	margin:0;
}
pre {
	background: #FAFAFA;
	border: 1px solid #DADADA;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size:12px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 19px;
	white-space: pre-wrap;
}
#header {
	display: none;
}
#footer {
	display: none;
}
#navbox {
	display: none;
}
#container {
	margin: 0 auto;
	text-align: left;
}
#mainContent {
	background-color:#F6F6F6;
	font-family: Meiryo, Lucida Grande, Verdana, Geneva, Sans-serif;
	font-size:1.1em;
	margin:0;
	padding:2px;
	padding-top:8px !important;
}
#mainContent img {
	max-width: 200px;
}
pre {
	font-size: 9px;
	overflow:scroll;
}
#affil {
	display:none;
}
.affil1 {
	display:none;
}
.handheld {
	display: inherit !important;
}