﻿
      body {
        background-color : #FFFFFF;
        color            : Black;
        font-size : 9pt; 
      }

      /* normal table properties */
      table        {  font-size : 9pt; line-height:18px;}
      table.split { background-color : #FFFFFF;  font-size : 9pt; }
      table.title { background-color : #80A7DF;  font-size : 9pt; }
      table.menu { background-color : #80A7DF;  font-size : 9pt; }
      table.list { background-color : #80A7DF;  font-size : 9pt; }
      table.body { background-color : #80A7DF;  font-size : 9pt; }
      table.bodyforg { background-color : #FFFFFF;  font-size : 9pt; }
      

      /* table odd columns properties */
      td.menu  {  font-size : 9pt; color:#80A7DF}
      td.list  {  font-size : 9pt; color:#00CFFF }
      td.body  {  font-size : 9pt; color:#00CFFF }
      
      .bodytitle { font-size:12pt;}
      
      /* link properties */
      a         { color : #0033CC; font-size:9pt;}
      a:link    {
	color: #000080;
	text-decoration : none;
	font-size: 9pt;
}
      a:visited { color : #0033CC; text-decoration : none; font-size:9pt;}
      a:hover   { color : #E00000; text-decoration : underline; font-size:9pt;}
      a:active  { color : #0033CC; text-decoration : underline; font-size:9pt;}
      
      /* link properties */
      a.menu         { color : #04068b;  font-size : 9pt; }
      a:link.menu    { color : #04068b; text-decoration : none;  font-size : 9pt; }
      a:visited.menu { color : #04068b; text-decoration : none;  font-size : 9pt; }
      a:hover.menu   { color : #DF0000; text-decoration : underline;  font-size : 9pt; }
      a:active.menu  { color : #04068b; text-decoration : underline;  font-size : 9pt; }
      
      
      a.list         { color : #00CFFF;  font-size : 9pt; }
      a:link.list    { color : #00CFFF; text-decoration : none;  font-size : 9pt; }
      a:visited.list { color : #00CFFF; text-decoration : none;  font-size : 9pt; }
      a:hover.list   { color : #000000; text-decoration : underline;  font-size : 9pt; }
      a:active.list  { color : #00CFFF; text-decoration : underline;  font-size : 9pt; }

      a.body         { color : #FFFFFF;  font-size : 9pt; }
      a:link.body    { color : #FFFFFF; text-decoration : none;  font-size : 9pt; }
      a:visited.body { color : #FFFFFF; text-decoration : none;  font-size : 9pt; }
      a:hover.body   { color : #DF0000; text-decoration : underline;  font-size : 9pt; }
      a:active.body  { color : #FFFFFF; text-decoration : underline;  font-size : 9pt; }

      a.normal         { color : #0033CC;  font-size : 9pt; }
      a:link.normal    { color : #0033CC; text-decoration : none;  font-size : 9pt; }
      a:visited.normal { color : #0033CC; text-decoration : none;  font-size : 9pt; }
      a:hover.normal   { color : #E00000; text-decoration : underline;  font-size : 9pt; }
      a:active.normal  { color : #0033CC; text-decoration : underline;  font-size : 9pt; }
      

      a.copyright         { color : #000000;  font-size : 9pt; }
      a:link.copyright    { color : #000000; text-decoration : none;  font-size : 9pt; }
      a:visited.copyright { color : #000000; text-decoration : none;  font-size : 9pt; }
      a:hover.copyright  { color : #0033CC; text-decoration : underline;  font-size : 9pt; }
      a:active.copyright  { color : #000000; text-decoration : underline;  font-size : 9pt; }
      
