/* Show only to IE PC \*/
* html .boxheadSmall h2 {height: 1%;} /* For IE 5 PC */

.sideboxSmall {
	margin: 0 auto; /* center for now */
	width: auto; /* ems so it will grow */
	background: url(../roundcorners/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxheadSmall {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../roundcorners/sbhead-r.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.boxheadSmall h1 {
	background: url(../roundcorners/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 10px 5px;
	color: white;
	font-weight: bold;
	font-size:24px;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxheadSmall h2 {
	background: url(../roundcorners/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */
}
.boxbodySmall h3 {
	margin: 0;
	color:#F60;
	font-size:18px;
	text-align:justify;
}
.boxbodySmall {
	background: url(../roundcorners/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}