html {
scrollbar-base-color: #3A2E30;
scrollbar-arrow-color: #FF6D00;
scrollbar-track-color: #FDF1D9;

scrollbar-shadow-color: ;
scrollbar-lightshadow-color: ; 
scrollbar-darkshadow-color: ;

scrollbar-highlight-color: ;
scrollbar-3dlight-color: ;
}


body {
	background-image:  url("../images/bg/bg.jpg");
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
.subhead_2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #EC631F;
}
.image1 {
	margin-top: 7px;
	margin-right: 6px;
	margin-bottom: 6px;
	margin-left: 9px;
	vertical-align: middle;
}
.storytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.subhead_3 {
	font-size: 11px;
	font-weight: bold;
}a:link {
	color: #284400;
	text-decoration: none;
}
.storybox {
	margin-left: 12px;
	margin-right: 5px;
}
a:visited {
	color: #284400;
	text-decoration: none;
}
a:hover {
	color: #284400;
	text-decoration: underline;
}
p {
	text-align: justify;
}
.p_9px {
	font-size: 9px;
	margin-bottom: 0px;
}
.orange {
	color: #EC631F;
}
.redsh {
color: #80205f;
}
.white {

	color: #EEEEEE;
}
A.orangehd {
	color: #EC631F;
	text-decoration: none;
}
A.orangehd:hover {
	text-decoration: underline;
}
.subhead_4 {
	font-size: 11px;
	font-weight: bold;
	color: #81756C;
}


<!-- the code for print the tyble//-->

<!-- printing code//-->

<style type="text/css">
<!--
@media print {
  .DONTPrint{ display:none }
  .DOCheck        { display:table}
}
-->
</style>

<script type="text/javascript">
<!--
/* This script and many more are available free online at
The JavaScript Source :: http://javascript.internet.com
Created by: Thony den Braber :: http://www.orangespirits.nl */

function select_row(row, color) {
  if(row.parentNode.parentNode.style.backgroundColor != color) {
    row.parentNode.parentNode.style.backgroundColor = color;
    row.parentNode.parentNode.className = 'DOPrint'
  } else {
  row.parentNode.parentNode.style.backgroundColor = '';
  row.parentNode.parentNode.className = 'DONTprint'
  }
}

function mouseover(row, font_color, checkedcolor) {
  if(row.style.color != checkedcolor) {
    row.style.color = font_color;
  }
}

function mouseout(row, font_color, checkedcolor) {
  if(row.style.color != checkedcolor) {
    row.style.color = font_color;
  }
}
// -->
</script>


<!--/end printing code/-->
<!-- the end of printing tyble//-->
