/*===== Basic property-info =====*/

body { margin: 0px; padding: 0px; color: #000; background-color: #ffffde }
a:link { color: #03f; text-decoration: none }
a:visited { color: #36c; text-decoration: none }
a:hover { color: #000; text-decoration: none; background-color: #ff0}
a:active {color: #f00 }
li a:link, li a:visited { text-decoration: underline }

hr { width: 90% }

h1#header { 
	margin-left: 50px; margin-right: 50px; margin-top: 0; margin-bottom: 0; 
	padding: 3px; background-color: #069; color: #fff; text-indent: 0.5em; 
	font-size: 1.1em }

/*===== Element property-info =====*/
p { letter-spacing: 1px; line-height: 130% }
.ud { padding-bottom: 1em }
.idt { margin: 0; text-indent: 1em }
.idt2 { margin-bottom: 0; text-indent: 1em }
.foot { display: inline; font-weight: bold; font-size: 10pt; text-align:right }

address { font-size:small; color: #069}
#imleft { float: left; margin-right: 1ex; margin-bottom: 1em }

span { color: #069 }
code { font-size: medium }
kbd { font-size: medium }

/*===== Table property-info =====*/

/*===== Division property-info =====*/
.link { 
	margin-left: 50px; margin-right: 60px; margin-top: 1ex; margin-bottom: 0; 
	font-size: smaller; text-align: right }

div.header { 
	margin-left: 50px; margin-right: 50px; margin-top: 0; margin-bottom: 0; 
	padding: 3px; background-color: #069; color: #fff; text-indent: 0.5em; 
	font-size: large }

div.body { 
	margin-left:50px; margin-right:50px; margin-top:10px; margin-bottom:10px; 
	line-height: 130%: letter-spacing: 1px }

	div.footer { 
	margin-top: 1em; margin-bottom:1em; font-size: smaller; 
	font-weight: bold; text-align: center; font-family: monospace }

div.body2 { 
	margin-left: 60px; margin-right: 50px; margin-top: 5px; margin-bottom: 10px;  
	font-size: 90%; line-height: 130% }

/*=== For Aural property Section ===*/

@media aural, braille, embossed {
span.speak, span.ra {
	speak: none; volume: silent; visibility: hidden }
span#headline, span.black {
	speak: none; volume: silent; visibility: hidden  }
}