.txt_title {
	font-family:"Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #B81400;
}
.txt_title_sub {
	font-family:"Courier New", Courier, monospace;
	font-size: 20px;
	font-weight: bold;
	color: #d0d0d0;
}
.txt_content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.txt_content_less {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #333333;
}
.txt_content_copyright {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	color: #999999;
}
.txt_content_link {
	font-family:"Courier New", Courier, monospace;
	font-size: 13px;
	color: #cc0000;
}
.txt_content_link_em {
	font-family:"Courier New", Courier, monospace;
	font-size: 13px;
	color: #cc0000;
	font-weight: bold;
}
.txt_content_em {
	font-family:"Courier New", Courier, monospace;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
.txt_warning {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	color: #B81400;
}
.txt_header{
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.txt_table {
	font-family:"Courier New", Courier, monospace;
	font-size: 13px;
	font-weight: bold;
	color: #333333;
}
.txt_table_less {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	color: #333333;
}
.txt_table_note {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 2px;
	color: #A08080;
}
.txt_table_inactive {
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	color: #c0c0c0;
}
.txt_table_link {
	font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	color: #B81400;
}
.txt_table_title{
	font-family:"Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.table_message{
	background-color:#FFFFFF;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	width: 200px;
	border: 1px solid #cccccc;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	border: 1px solid #cccccc;
}
input[type='checkbox'],input.checkbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 10px;
	height: 10px;
	border: 1px solid #cccccc;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	width: 200px;
	height: 100px;
	border: 1px solid #cccccc;
	resize: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}