/* $Id: user.css,v 1.7 2007/06/21 04:38:41 unconed Exp $ */
.blue{
	color:#0000FF;
}
.red{
	color:#FF3300;
}
table.spc_tbl {
	border:solid 1px black;
	width:100%;
	/*marign-left:20px;*/
}
table.spc_tbl thead tr{
	text-align:center;
	background:#CCCCFF;
}
table.spc_tbl tr{
	text-align:right;
	/*font-size:75%;*/
}
table.spc_tbl td{
	padding-right:4px;
	/*font-size:75%;*/
}

