@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #33C;
}
a:hover {
	text-decoration: underline;
	color: #33C;
}
.tb_header {
	font-weight: bold;
	font-size: 14px;
}

.font_blue {
	font-weight: bold;
	color: #33C;
}
.font_large {
	font-weight: bold;
	font-size: 14px;
}
.font_small {
	font-size: 11px;
}
.content {
	padding: 10px;
}

.tb_header_items {
	font-size: 14px;
	font-weight: bold;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
.font_alert {
	color: #FF0000;
}

.note {
	background-color: #FFFFD9;
	padding: 10px;
	width: auto;
	border: 1px solid #FFCC00;
	margin-bottom: 10px;
	color: #990000;
	margin-top: 10px;
}
.note a:link, .note a:visited, .note a:active {
	text-decoration: underline;
	color: #990000;
}
.note a:hover {
	text-decoration: none;
	color: #990000;
}


.font_cross {
	color: #FF0000;
	text-decoration: line-through;
}
.tb_row {
	background-color: #F5F5F5;
}
.tb_row a:link, .tb_row a:visited, .tb_row a:active, .tb_row a:hover {
	text-decoration: none;
	color: #999999;
}
.tb_row_1 {
	background-color: #F5F5F5;
}

.tb_curr_row {
	background-color: #CCCCCC;
	font-weight: bold;
}
.tb_curr_row a:link, .tb_curr_row a:visited, .tb_curr_row a:active, .tb_curr_row a:hover {
	text-decoration: none;
	color: #333333;
}
