body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, td
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul 
{
	list-style:none;
}

body
{
	background-color: #ffffff;
	font: normal normal 12px Tahoma;
	color: #666666;
}

.workarea
{
	margin: 20px auto 20px auto;
	width: 800px;
}

.header_block
{
	margin-top: 10px;
	height: 204px;
	background: url(logo.jpg) no-repeat top center;
	vertical-align: text-bottom;
}

.header_block .tool_line
{
	padding-top: 178px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.header_block .tool_line .tool_link
{
	margin-right: 20px;
}

.header_block .tool_line a:link, .header_block .tool_line a:visited, .header_block .tool_line a:hover
{
	color: #e5322c;
}

.page_block
{
	margin-top: 20px;
	text-align: center;
}

.page_block img
{
	border: none 0px;
}

.archive_block
{
	margin-top: 5px;
	font-weight: bold; 
	text-align: center;
}

.filelist_block
{
	margin-top: 20px;
	text-align: center;
}

.list_title
{
	font-weight: bold;
	text-align: center;
}

.files_table
{
	margin-top: 10px;
	width: 100%;
	border: none;
}

.files_table td
{
	padding: 2px 5px 2px 5px;
}

.files_table .title_row
{
	font-weight: bold;
}

.files_table .release_num_cell
{
	width: 100px;
	text-align: center;
}

.files_table .release_date_cell
{
	width: 100px;
	text-align: center;
}

.files_table .download_cell
{
	width: 100px;
	text-align: center;
}

.support_pdf
{
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	font-weight: normal;	
}

.support_pdf a, .support_pdf:link, .support_pdf a:visited, .support_pdf a:hover
{
	color: #666666;
}

.footer_block
{
	margin: 50px 25px 0px 25px;
	padding-top: 5px;
	border-top: solid 2px #f8af75;
	text-align: center;
}

.footer_block .c_name
{
	font-weight: bold;
}

.footer_block .c_name a, .footer_block .c_name a:link, .footer_block .c_name a:visited, .footer_block .c_name a:hover
{
	color: #666666;
}

.message_block
{
	margin-top: 10px;
	padding: 10px;
	border: solid 1px #ff0000;
	text-align: center;
	color: #ff0000;
}

.data_block
{
	margin: 20px;
}

.data_row
{
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

.data_row .caption
{
	float: left;
	width: 150px;
}

.data_row .data
{
	float: left;
	margin-left: 10px;
}

.data_row .data_release_file .input_object
{
	width: 400px;
}

.data_row .data_release_num .input_text
{
	width: 50px;
}

.data_row .data_confirm_code .input_text
{
	width: 400px;
}

.up_image_title
{
	margin-top: 10px;
	padding: 0px 0px 10px 0px;
	border-top: dotted 1px #999999;
	border-bottom: dotted 1px #999999;
}

.submit_row
{
	margin-top: 10px;
	padding-top: 10px;
	border-top: dotted 1px #999999;
	text-align: right;
}

.input_text
{
	padding-top: 3px;
	height:17px;
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
	background:#dadada;
	border:1px;
	border-style:solid;
	border-color:#999999;
}

.input_object 
{
	font-family:Tahoma;
	font-size:12px;
	color:#000000;
	background-color:#dadada;
	border:solid 1px #999999;
	padding: 1px;
}

.input_button
{
	padding: 2px 3px 2px 3px;
	height:22px;
	font-family:Tahoma;
	font-size:11px;
	font-weight: bold;
	color:#000000;
	background:#dadada;
	border:1px;
	border-style:solid;
	border-color:#999999;
	cursor: pointer;
}

.jlink
{
	cursor: pointer;
	text-decoration: underline;
}

.clear
{
	width: 100%;
	overflow: hidden;
}

