table {
	border: solid 1px #008000;
	border-collapse: collapse;
	background: #fff;
	width: 700px;
}

table caption {
	font-weight: bold;
	font-size: 150%;
	color: #000;
	background: #008000;
	border: solid 1px #008000;
}
h1{
	background: #f8f;
   	text-align: center;
	border: solid 1px #008000;
	font-family: Arial, Helvetica, sans-serif;
	padding: .1em;
}

.footnote {
	font-size: 75%;
	color: #666;
}

table caption,
table th,
table td,
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	padding: .1em;
}

table td {
	border: solid 1px #008000;
}

table td.m {
	border: solid 1px #00f;
	font-weight: bold;
	color: #000;	
	text-align: center;
}

table td.k {
	border: solid 1px #00f;
	text-align: center;
}
table td.kr {
	border: solid 1px #00f;
	text-align: center;
	font-weight: bold;
}
table td.ka {
	border: solid 1px #00f;
	font-weight: bold;
}
table td.ku {
	color: #0a0;
	border: solid 1px #00f;
	text-align: center;
	font-weight: bold;
}
table td.kn {
	color: #f00;
	border: solid 1px #00f;
	text-align: center;
	font-weight: bold;
}
table td.kl {
	color: #00f;
	border: solid 1px #008000;
	font-weight: bold;
	font-size: 125%;
}
table td.klr {
	background: #008000;
	color: #fff;
	border: solid 1px #008000;
	font-weight: bold;
	font-size: 125%;
}
table td.r{
	border: solid 1px #008000;
	text-align: center;
	font-weight: bold;
	font-size: 100%;
}

table th {
	background-color: #fff;
	color: #000;
	border-bottom: solid 1px #00f;
	text-align: left;
}
table thead tr {
	border: solid 1px #00f;
	border-color: #008000;
	background: #fff;
	border-bottom: solid 1px #00f;
   	font-size: 100%;
}
table thead th {
	border: solid 1px #00f;
	border-color: #008000;
	background: #fff;
	border-bottom: solid 1px #00f;
   	font-size: 75%;
}

table thead th a {
	color: #00f;
	display: block;
	padding: 0 7px;
	background: #fff url(arrow-up.gif) no-repeat right center;
}

table thead th.asc a {
	background: #fff url(arrow-up-sel.gif) no-repeat right center;
}

table thead th.dsc a {
	background: #fff url(arrow-dn-sel.gif) no-repeat right center;
}