* {
	font-family: Arial, Helvetica, sans-serif;
}

body {
	font-size: 0.85em;
	padding-bottom: 2em;
	background: #FFFFFF;
}

/* Level1 Title */ 
h1 {
	font-size: 1.4em;
	line-height: 1.25em;
	color: #7053AA;
	margin-bottom: 0.7em;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #7053AA;
}

/* Level2 Title */ 
h2 {
	font-size: 1.25em;
	line-height: 1.25em;
	color: #7053AA;
	font-weight: bold;
	margin: 1em 0 0.2em 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* Level3 Title */ 
h3 {
	font-size: 1.1em;
	line-height: 1.1em;
	color: #7053AA;
	font-weight: bold;
	margin: 0.9em 0 0.2em 2em;
}

/* Level4 Title */ 
h4 {
	font-size: 1em;
	color: #7053AA;
	font-weight: bold;
	margin: 0.5em 0 0 4em;
}

p, li {
	margin: 0.2em 0 0.2em 0.5em;
}

strong {
	font-weight: bold;
}

ol, ul, table ul{
	margin: 0.2em 0 0.2em 0.5em;
	padding-left: 1.5em;
}

p + ol {
	margin-top: 1em;
}

ol ol li {
	list-style-type: lower-alpha;
}

ul li {
	list-style-type: disc;
}

ul ul li {
	list-style-type: circle;
}

ul ul ul li {
	list-style-type: square;
}

.ind_lv1 {
	margin-left: 2.5em;
}

.ind_lv2 {
	margin-left: 4.5em;
}

.ind_lv3 {
	margin-left: 6.5em;
}

.important, .note, .procedure, .seealso, .setting {
	margin-top: 1em;
	margin-bottom: 0.7em;
}

.important strong, .note strong, .procedure strong, .seealso strong, .setting strong {
	font-weight: bold;
	white-space: nowrap;
}

.important strong, .note strong, .seealso strong {
	color: #34BCBA;
}

.important li, .important p {
	font-weight: bold;
}

/* table */
table {
	margin-top: 1em;
	width: 100%;
}

table.fix {
	margin-top: 0;
	width: auto;
}

th {
	text-align: center;
}

th.cellbg {
	background: #C2EBEA;
}

td {
	vertical-align: top;
}

/* border all */
table.bdr_all {
	border-collapse: collapse;
}

.bdr_all th, .bdr_all td {
	border: 1px solid #000000;
	border-collapse: collapse;
}

/* border row */
table.bdr_row {
	border-collapse: collapse;
}

.bdr_row th, .bdr_row td {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-collapse: collapse;
}

/* Link Visited */ 
a:visited {
	color: #2895D5;
	text-decoration: underline;
}

/* Link Non-Visited */ 
a:link  {
	color: #2895D5;
	text-decoration: underline;
}

/* Link Hovered */ 
a:hover  {
	color: #7053AA;
	text-decoration: underline;
}

/* Link Clicked */ 
a:active  {
	color: #2895D5;
	text-decoration: underline;
}

dfn {
	font-style:normal;
}
