@charset "UTF-8";

/*------------------------------------------------

 print.css
 (media: print)

------------------------------------------------*/

/* body
------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-size: 10pt;
	text-align: left;
	line-height: 1.5;
}

a {
	color: #000000;
	text-decoration: none;
}

/* h1, h2, h3
------------------------------------------------*/
h1 { font-size: 150%; }
h2 { font-size: 140%; }
h3 { font-size: 120%; padding: 2px; border: 1px solid #999; }
h4 { font-size: 110%; border-bottom: 1px dashed #999; }

/* table
------------------------------------------------*/
table {
	width: 100%;
	border: 1px solid #999;
	border-collapse: collapse;
	border-spacing: 0;
	color: #666666;
	font-size: 14px;
	empty-cells: show;
}

table th {
	padding: 3px;
	border: 1px solid #999;
	text-align: center;
}

table td {
	padding: 3px;
	border: 1px solid #999;
	text-align: left;
}


/* img
------------------------------------------------*/
img {
	border: none;
}

/* paragraph
------------------------------------------------*/
p.mrg0 { margin: 0; }

/* img float
------------------------------------------------*/
.imgL {
	float: left;
	clear: both;
	margin: 0 10px 10px 0 !important;
}

.imgR {
	float: right;
	clear: both;
	margin: 0 0 10px 10px !important;
}

/* clear
------------------------------------------------*/
.clear {
	clear: both;
}

/* align ctrl
------------------------------------------------*/
.right { text-align: right; }
.center { text-align: center; }
.left { text-align: left; }
.middle { vertical-align :middle; }

/* [hack] image replacement
------------------------------------------------*/
.Phark {
  text-indent: 0px !important;
}

/* indent
------------------------------------------------*/
div.h4indent { margin-left: 1.5em; }

/* display: none
------------------------------------------------*/

div#header, ul#nav, div#sidebar, p#topicPass, p.pageTop, p#footer {
	display: none;
}
