.Body Text   { color: navy; font-size: 9pt; font-family: Arial; font-weight: bolder; font-stretch: semi-expanded }
.borderTable { padding: 2px 4px 2px 4px; border: 5px solid #000000}
a:hover { color: gray; font-size: 9pt; font-family: Arial; text-decoration: none }
a  { color: navy; font-size: 9pt; font-family: Arial; text-decoration: none }
h3  { font-size: 10pt; font-family: Arial; font-weight: bold; text-align: inherit; margin: 1em 0 }
h2 { color: black; font-size: 10pt; font-family: Verdana; font-weight: bold; line-height: 12pt; margin: 0.83em 0 }
p   { color: navy; font-size: 9pt; font-family: Arial; font-stretch: semi-expanded; text-align: inherit }
h1  { color: black; font-size: 12pt; font-family: Verdana; font-weight: bold; margin: 0 0 0.67em }
h6     { color: white; font-size: 10pt; font-family: Arial; font-weight: bold; margin: 0 0 0.9em   }
hr { color: gray }
h4 { color: black; font-size: 11pt; font-family: Verdana; font-weight: bold }
h5 { color: white; font-size: 0.83em; font-weight: bold; margin: 1.67em 0 }
ul  { font-size: 9pt; font-family: Arial; color: navy; list-style: square }


HTML
				{
					scrollbar-base-color			: #CCCCCC;
					scrollbar-arrow-color			: white;
					scrollbar-track-color			: #CCCCCC;
					scrollbar-shadow-color			: #000000;
					scrollbar-lightshadow-color		: #000000; 
					scrollbar-darkshadow-color		: #CCCCCC;
					scrollbar-highlight-color		: #FFFFFF;
					scrollbar-3dlight-color			: #FFFFFF;
					
					}
					
					/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 17em; /* ems so it will grow */
	background: url(sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(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 */
}
.boxbody {
	background: url(sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
}
