@charset "utf-8";

* {
	background: none;
	float: none !important;
	overflow: visible !important;
}

body {
	font-size: 10.5pt;
	color: #000000;
	background-color: #ffffff;
}

a:link,
a:visited {
	text-decoration: underline;
	color: #000000;
}

img {
	border: 0;
}


h1, h2, h3, h4, h5, h6, p, ul, ol, dl {
	margin:12px 0;
	padding:0 !important;
	color: #000000;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, div {
	width: auto !important;
}

h1 {
	font-size: 16pt;
}

h2 {
	font-size: 14pt;
}

ul {
	list-style-type: disc;
	margin-left: 1.5em !important;
}
ul li ul {
	list-style-type: circle;
}
ul li ul li ul {
	list-style-type: square;
}

ol {
	list-style-type: disimal;
}

#expoLogoBlock,
#utilityNavBlock,
#globalNavBlock,
#topicPathArea,
#subContentsBlock,
#extraBlock,
#footerArea,
.toPageBox,
.toPageTop {
	display: none;
}

#contentsArea,
#container,
#mainContentsBlock,
#mainBlock {
	width: auto !important;
	padding: 0;
	overflow: visible;
	display: block;
}

#subContentsBlock {
	width: 0px;
}

#contentsArea,
.layoutRight,
.layoutLeft {
	float: none !important;
}

/* == add ------------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6{
	clear: both;
}

#contentsArea{
	padding: 1mm;
}

.linkTxt,
.linkBlank,
.linkPdf,
.linkWord,
.linkExcell,
.linkPageDown{
	padding-left: 0 !important;
}

.linkList a,
.linkPageDownList a{
	padding-left: 0 !important;
}


ol{
	margin: 1em 0;
	padding: 0 0 0 2.5em !important;
}
ol li{
	margin: 0;
	padding: .2em 0 !important;
}

.typeH{
	margin: 1em 0;
	padding: 0 0 0 2.5em !important;
}

.lineDotted,
.lineSolid{
	display: none;
}

.photoBox ul{
	list-style-type: none;
	padding: 0 !important;
}

.dlTypeH dt,
.dlTypeH dd{
	float: none;
	margin: 0;
	padding: 0;
	width: auto;
}
.dlTypeH dd{
	margin-left: 1em;
}
