body{
	background-color:white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.5em;
}
h2{
	text-align:center;
	font-size:16px;
	margin:20px;
}
td.name{
	font-size:10px;
	background:gainsboro;
	width:250px;
	white-space:nowrap;
}
td.ref1,td.ref2{
	background:#f0f0f0;
	width:10px;
	text-align:center;
}
td.ref1 a, td.ref2 a{
	text-decoration:none;
	font-size:7px;
}
td.ref1 a{
	color:#ff0000;
}
td.ref2 a{
	color:#0092aa;
}
th{
	background:silver;
}
p.header_com{
	text-align:right;
	width:650px;
	margin:10px auto;
	font-size:10px;
}
span.ref1, span.ref2{
	font-size:7px;
}
span.ref1{
	color:#ff0000;
}
span.ref2{
	color:#0092aa;
}