/* CSS Document */

<style type="text/css">
<!--
body {
	background-color: #0066CC;
}
-->
  td.shadow-right { 
    width: 16px; 
    background-image: url(images/shadow-right.png);
	background-repeat:repeat-y;
  } 

  td.shadow-left { width: 16px;
    background-image: url(images/shadow-left.png);
	background-repeat:repeat-y;
  }
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	margin-top: 2px;
}
.style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 2px;
}
</style>
