/* default */
body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

/* tab */
.tab_td_on{
	border:1px solid #CCCCCC;
	border-bottom:none;
}
a.tab_on{
	font-size: 13px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #a00021;
}
a.tab_on:link {
	text-decoration: none;
}
a.tab_on:visited {
	text-decoration: none;
}
a.tab_on:hover {
	text-decoration:underline;
}
a.tab_on:active {
	text-decoration: none;
}

.tab_td_off{
	border:1px solid #CCCCCC;
}
a.tab_off{
	font-size: 13px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a.tab_off:link {
	text-decoration: none;
}
a.tab_off:visited {
	text-decoration: none;
}
a.tab_off:hover {
	text-decoration:underline;
}
a.tab_off:active {
	text-decoration: none;
}

.tab_td_other{
	border:1px solid #CCCCCC;
	border-top:none;
	border-left:none;
	border-right:none;
}
