/* CSS Document */

body {
	background-image: url(images/themes/bg_kgc.gif);
	background-repeat: repeat-x;
	background-position:top;
	margin-top: 20px;
	margin-bottom: 20px;
}
a:link {
	color: #6A6AFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #6A6AFF;
}
a:hover {
	text-decoration: none;
	color: #6A6AFF;
}
a:active {
	text-decoration: underline;
	color: #6A6AFF;
}

.spec_table {
	border-collapse: collapse;
	border-spacing: 0px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	color: #666;
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
	width: 600px;
	padding: 0px;
}

.spec_table caption {
	color: #ff0000;
	font-weight: bold;
	text-align: left;
}

.spec_table td {
	border-left: 1px solid #666;
	border-bottom: 1px solid #666;
	padding: 5px 0px;
}

.td_title00, .td_title01, .td_title02, .td_title03, .td_title04, .td_title05 {
	background: #666;
	color: #fff;
}

.td_title00 {
	width: 110px;
	border-right: 1px solid #333;
}

.td_title01 {
	width: 110px;
	border-right: 1px solid #333;
}

.td_title02 {
	width: 110px;
	border-right: 1px solid #333;
}

.td_title03 {
	width: 120px;
	border-right: 1px solid #333;
}

.td_title04 {
	width: 92px;
	border-right: 1px solid #333;
}

.td_title05 {
	width: 50px;
}

.pdf_icon img {
	border: none;
}

