h2{
	margin:5px 2px;
	font-size:14px;
	color:#3366CC;
}
h3{
	margin:2px 4px;
	font-size:12px;
	color:darkorange;
}
table{
	width:760px;
	margin-left:10px;
	font-size:12px;
}
table caption{
	font-weight:bold;
	color:#3366cc;
}
table th{
	background-color:#215CD8;
	color:white;
	padding:3px 0px;
}
table tr.l1{
	background-color:#DBE4FD;
}
table tr.l2 td{
	background-color:#CCCCCC;
}
table td{
	padding:3px 0px;
	background-repeat:no-repeat;
	background-position:right;
}
table td.pdf{
	background-image:url(img/download_pdf.gif);
}
table td.lzh{
	background-image:url(img/download_lzh.gif);
}
table td.html{
	background-image:url(img/download_html.gif);
}
table td.exe{
	background-image:url(img/download_exe.gif);
}
table td.zip{
	background-image:url(img/download_zip.gif);
}
table.selectbox{
	width:700px;
	margin:0 auto;
}
table.selectbox td{
	width:20%;
	background-color:#CCDDFF;
	font-weight:bold;
	text-align:center;
}
table.selectbox td.selected{
	background-color:#DDFFCC;
}

hr{
	margin:10px;
}