/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.bar {
  margin: 0px;
  padding: 6px;
  background: url(/images/bar.png) repeat-x top;
  overflow: hidden;
  height: 60px;
}

.sidebox {
	margin: 0 auto; /* center for now */
	width: 80%; /* ems so it will grow */
        min-width: 500px;
	background: url(/images/box/body-r.png) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(/images/box/head-r.png) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(/images/box/head-l.png) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: black; 
	font-weight: bold; 
	font-size: 1.2em; 
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbody {
	background: url(/images/box/body-l.png) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}

.boxtable td {
        font-size: 9px;
}

.boxtable tr.header {
  font-weight: bold;
}

