// external style sheet styles.htm


BODY {
		font-family: Arial;
		font-size: 10pt;
		color: #000000;
		text-align: left;
}

TH {
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
                background: #ccccFF;
                valign: top;
		color: #000063;
		text-align: center;
                padding: 4px
}
TD {
		font-family: Arial;
		font-size: 10pt;
		color: #000000;
		text-align: left;
}

TD.nav {
		font-family: Arial;
		font-size: 10pt;
                background: #ccccFF;
		color: #000000;
                valign: top;
}
P.B {
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
                valign: top;
                color: blue;
}

a:link      {color: blue}
a:active    {color: blue}
a:visited   {color: navy}
a:hover     {color: red;
             text-decoration: none}


.nostyle       {color: white}
.mini          {font-size: 2pt;
                background: #ccccFF;
}  
.small         {font-size: 8pt;
                background: #ccccFF;
                color: #8800ff;
		text-align: center;
}

 #popUp1, #popUp2, #popUp3,#popUp4,#popUp5,#popUp6,#popUp7,#popUp8,#popUp9,#dummy
  {position: absolute; visibility: hidden}

 #stayup
  {position: absolute; visibility: visible}

  .popUpStyle {background-color: #FFFF99;
              color: black;
              border: #CCCC00 1px solid;
              layer-background-color: #FFFF99;
              width: 50px;
              font: 11px helvetica,
              sans-serif;
              padding: 2px}
  .stayUpStyle {background-color: #FFFF99;
              color: black;
              border: #CCCC00 1px solid;
              layer-background-color: #FFFF99;
              width: 120px;
              font: 11px helvetica,
              sans-serif;
              padding: 2px}
