body {
 font-family: arial, helvetica, sans-serif;    
 font-size: 60%;    
 color: black;    
 background-color: #fff;    
 /* margin: 1em; */
 padding: 0;
 }
 /* By the way, this is a comment */
p {    
 /* line-height: 1.5em; */
 }
 p.r{
  text-align: center;
  color: blue;
  font-size: 2em;
  font-weight:bold;  
  padding: 0.25em;  
 }
  p.f{
 /* text-align: center; */
  color: blue; 
  font-size: 0.75em;
  font-weight:bold;
  padding: 0.25em;  
 }
h1 {    
 color: #0ff;    
 background-color: #fff;    
 font-size: 2em;    
 margin:0;    
 margin-bottom: 0.1em;    
 padding: 0.10em;    
 font-style: italic;    
 text-align: center;
 /* letter-spacing: 0.10em; */
 border-bottom-style: solid;    
 border-bottom-width: 0.6em;    
 border-bottom-color: #f00;
 }
h2 {    
 color: white;    
 background-color: #090;    
 font-size: 1.5em;    
 margin: 0;    
 padding: 0.1em;    
 padding-left: 1em;
 }
h3 {    
 color: #999;    
 font-size: 1.25em;
 }
img{    
/*border-style: dashed;    
border-width: 2px;    
border-color: #ccc; */
}
/*
a {    
 text-decoration: none;
 }
 */
strong {    
 font-style: italic;    
 text-transform: uppercase;
 }
 /*
li {    
 color: #900;    
 font-style: italic;
 }
 */
 table {
	border: solid 1px #00d;
    padding: 0;
	width: 550px;
}

table caption {
	font-weight: bold;
	font-size: 125%;
	color: #fff;
	background: #00f;
}

.footnote {
	font-size: 75%;
	color: #666;
}

table caption,
table h1,
table th,
table td,
.footnote {
	font-family: Arial, Helvetica, sans-serif;
	padding: .1em;
}

table td.m {
	border: solid 1px #00f;
	background-color: #090; 	
	font-weight: bold;
	height: 10px;
	color: #fff;	
}

table td.mh {
	border: solid 1px #00f;
	background-color: #090; 	
	font-weight: bold;
	height: 10px;
	color: #fff;
	text-align: right;
}
table td.k {
	border: solid 1px #00f;
	height: 10px;	
}
table td.kh{
	border: solid 1px #00f;
	text-align: right;
	height: 10px;	
}
table td.k1 {
	background-color: #eee;
	border: solid 1px #00f;
	height: 10px;	
}
table td.kh1{
	background-color: #eee;
	border: solid 1px #00f;
	text-align: right;
	height: 10px;	
}
table td.ka {
	border: solid 1px #f00;
	text-align: center;
	font-size: 95%;	
}
table td.ku {
	color: #0a0;
	border: solid 1px #00f;
	text-align: right;
	font-weight: bold;	
}
table td.kn {
	color: #f00;
	border: solid 1px #00f;
	text-align: right;
	font-weight: bold;	
}
table td.r{
	color: #fff;
	background-color: #090;
	border: solid 1px #090;
	font-weight: bold;
	text-align: center;
	font-size: 150%;
}
table td.r22{
	color: #ff0;
	background-color: #090;
	border: solid 1px #090;
	font-weight: bold;
	text-align: center;
	font-size: 150%;
}
table td.rb{
	color: #fff;
	background-color: #0c0; 	
	border: solid 1px #00d;
	font-weight: bold;
	text-align: center;	
	font-size: 100%;
}
table td.rc{
	color: #fff;
	background-color: #090; 	
	border: solid 1px #090;
	font-weight: bold;
	text-align: center;	
	font-size: 100%;
}
table td.rk{
	color: #090;
	background-color: #fff; 	
	border: solid 1px #00d;
	font-weight: bold;	
	font-size: 150%;
}
table td.b{
	color: #00f;
	font-size: 60%;
	text-align: center;		
}
table td.b1{
	background-color: #090; 
	color: #fff;
	font-size: 80%;
		
}
table td.b2{
	background-color: #090; 
	color: #fff;
	text-align: right;	
	font-size: 80%;
}
table td.r0{
	border: solid 1px #00d;
	color: #000;
	background-color: #ff0;
	font-weight: bold;
	text-align: center;
	font-size: 75%;
}
table td.r1{
	border: solid 1px #00d;
	color: #000;
	background-color: #ff0;
	font-weight: bold;
	font-size: 75%;
}

table td.r2{
	border: solid 1px #00d;
	color: #000;
	background-color: #ff0;
	font-weight: bold;
	text-align: center;
	font-size: 90%;
}
table td.r0n{
	border: solid 1px #00d;
	text-align: center;
}
table td.r1n{
	border: solid 1px #00d;
}

table td.r2n{
	border: solid 1px #00d;
	text-align: center;
}

table th {
	background-color: #fff;
	color: #00f;        
	font-size: 2em;
	border-bottom: solid 1px #00f;
	text-align: center;
}

table thead th {
	background: #00f;
	border-bottom: solid 3px #00f;
}

table thead th a {
	color: #fff;
	display: block;
	background: #00f url(arrow-up.gif) no-repeat right center;
}

table thead th.asc a {
	background: #00f url(arrow-up-sel.gif) no-repeat right center;
}

table thead th.dsc a {
	background: #00f url(arrow-dn-sel.gif) no-repeat right center;
}	