body{
	font-size:12px;
}

/* ���[ Caption */
th.none{
	font-size:12px;
	background-color:#cccccc;
}

td.cap{
	font-size:12px;
	background-color:#eeeeee;
	width:100;
	text-align:right;
}

/* Body */
th.cap{
	font-size:12px;
	background-color:#eeeeee;
	width:80;
}
td.body{
	font-size:12px;
	background-color:#ffffff;
	text-align:center;
	width:80;
}
th.capROW2{
	font-size:12px;
	background-color:#eeeeee;
}

td{
	font-size:12px;
}
h3{
	font-size:12px;
	font-weight:bold;
}

A:link{
	color:#003399;
}
A:visited{
	color:#800080;
}
A.hover{
	color:#FF3300;
}
.category{
	font-size:12px;
	color:#4c4c4c;
	font-weight:bold;
	border:1px solid #4c4c4c;
	padding:3px;
	background-color:#cccccc;
	
}
.em{
	font-weight:bold;
	color:#cc0000;
}