table,th,td,img {
	margin: 0;
	padding: 0;
}
a:hover { color:#ff0000 ; }
table{
	font-size : 10pt ;
	font-family : MS UI Gothic, Verdana, Arial, Helvetica, sans-serif;
}
hr {
	border-style : dotted;
	border-color : #666666;
}
small { font-size:9pt ;}
span { font-size:11pt ;}
big { font-size:12pt ;}

.a { background-color:#7f5f5f; color:#ffffff; }
.b { background-color:#cdc0c0; color:#000000; }
.c { background-color:#f9f7f7; color:#000000; }
.d {
	border-top-width : 2px;
	border-left-width : 2px;
	border-right-width : 2px;
	border-bottom-width : 2px;
	border-top-style : dotted;
	border-right-style : dotted;
	border-bottom-style : dotted;
	border-left-style : dotted;
	background-color : ffffff;
	border-color : #666666;
	color : #000000;
}