/* Adopted TBL's style sheet so that it fits Japanese and IE 3.0's
 * incomplete imlementation of CSS.
 * edited on March 10, 2000 by M.Kanzaki
 * original http://www.w3.org/Provider/Style/GuideStyle.css
 */

body {
    background-image: url(styleguide.png);
}

p {line-height: 1.33}

/* --------------------------------------------------
 * Styleguide original. Common style must go up here 
 * --------------------------------------------------*/
div.tbl {
    margin-left: 10%/*20%*/;
    background-color: fdfdf6;
}

p.EditorNote {
	background-color: straw;
	font-style: Italic;
}


h1, h2, h3, h4, h5, h6 {
    color: black;
    /*font-family: sans-serif;*/
}

h1 { margin-left: -13% /*-20%*/; }
h2 { margin-left: -10% /*-15%*/; }
h3 { margin-left: -5% /*-10%*/; }
h4 { margin-left: -5% /*-05%*/; }

/*address, hr { margin-left: -15%; }*/
address.tbl {
	text-align: right;
	text-indent: 0;
	margin-top: 5.000000pt;
	margin-bottom: 5.000000pt;
	margin-right: 0.000000pt;
	margin-left: 20%; /*30%*/
	font-size: 12.000000pt;
	font-weight: medium;
	font-style: Italic;
	color: #000000;
	text-decoration: none;
	vertical-align: baseline;
	text-transform: none;
}

span.subtitle {
    font-size: 0.6em;
    color: #009;
}
