body {
	color:#000;
	font-size:12pt;
	font-family: verdana, helvetica, sans-serif, "MS PGothic", Hei;
	-moz-user-select:none;
}

.forPrint {
	text-align:center;
	font-weight:bold;
	border-bottom:2px solid #000;
	margin-bottom:8pt;
	width:100%;
}

.forPrint a {
	font-weight:normal;
	text-decoration:none;
}

.notForPrint {
	display: none;
}


.currPos {
	padding:2px 0 0 5px;
	font-size:80%;
	border-bottom:1px solid #aaa;
	width:100%;
}

a {
	text-decoration:underline;
	color:#888;
}

p {
	margin:16pt 0 0 0;
}

table {
	border:solid 1pt #000;
	border-collapse:separate;
}

.myTable {
	border:solid 1pt #000;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-left: auto;
	margin-right: auto;
}

.myTable th {
	text-align:center;
	font-weight:bold;
	color:#000;
	background:#aaa;
	white-space:nowrap;
	border:solid 1pt #000;
}

.myTable td {
	border:solid 1pt #000;
}

strong,
b {
	font-weight:bold;
}

hr {
	color:#000;
	height:1px;
	border:none;
}

pre,
code,
tt {
	line-height:140%;
}

code {
	font-family: "Courier New", "Andale Mono", "Luxi Mono", Courier, monospace;
	font-size:100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: verdana, helvetica, sans-serif, "MS PGothic", Hei;
	line-height:104%;
	padding:0;
	margin:1em 0 0.1em 0;
}

h1 {
	font-size:180%;
	color:#333;
	margin:0 0 0.1em 0;
	text-align:center;
}

h2 {
	font-size:140%;
	display:block;
	background-color:#eee;
	color:#333;
	padding:0.2em 0.7em;
	margin:1em -0.7em 0.15em -0.7em;
	height:auto;
}

h3 {
	font-size:120%;
	color:#333;
}

h4 {
	font-size:115%;
	color:#333;
}

h5 {
	font-size:110%;
	color:#333;
}

h6 {
	font-size:105%;
	color:#333;
}

dl {
	border:1px solid #999;
	width:90%;
}

dt {
	float:left;
	width:100px;
	padding:5px 0 5px 10px;
	clear:both;
	font-weight:bold;
}

dd {
	margin-left:100px;
	padding:5px 5px 5px 10px;
	border-left:1px solid #999;
}

