body {
	margin: 5px 0 10px 10px; 
	padding: 0;
	background-color: #FFFFFF;  
	width: 640px; 
	font-family: "MS PGothic", Osaka, "MS Gothic", Gothic;  
	font-size: 90%;
	letter-spacing:1px;
}
a {
	color: #333399;
	background-color: transparent;
	text-decoration: none;
}
a:visited {
	color : #660099;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	color : #FF0000;
	background-color: transparent;
	text-decoration: underline;
}
h1,h2,h3,h4,p {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
}
th,td {
	margin: 0;
	font-size: 90%;
	letter-spacing:1px;
	font-weight: normal;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.nodisp {
	display: none;
}
.right_block {
	margin: 10px 0;
	display: block;
	float: right;
}
.clear_right {
	clear: right;
}
.sub {
	vertical-align:bottom;
	font-size: smaller;
}
.sup {
	vertical-align: super;
	font-size: smaller;
}
.small {
	font-size: smaller;
}
.height120 {
	line-height:120%
}
.height150 {
	line-height:150%
}
.height180 {
	line-height:180%
}
.height200 {
	line-height:200%
}
.noprint {
	display: none;
}
p.indent {
	padding-left: 1em;
}
hr.orange {
	height: 1px;
	color: #ff6600;
}
hr.thin {
	height: 1px;
	color: #cccccc;
}
td.comment {
	color: #666666;
	font-size:80%;
	line-height:150%;
}
