BODY {
        /*margin: 1em; margin-width:10px; margin-height:30px;*/  BACKGROUND-COLOR: #ffffff;
        /*bottom-margin: 0;*/

}
P {
        COLOR: #000000; FONT-FAMILY: Verdana,Sans-Serif
}

.p2 {  font: 10pt Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; color: #ffffff; text-align=center; }
.indicator {  font: 10pt Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; color: #000000; align=center; }
.direct { font: 12pt Arial, Helvetica, sans-serif; FONT-WEIGHT: bold; align=right; }
.docs { font: Arial, Helvetica, sans-serif; color: #000000 ;text-align=justify; }
H1 {
        FONT-SIZE: 21pt;  FONT-WEIGHT: bold; COLOR:#00008B; FONT-STYLE:italic; FONT-FAMILY: Verdana,Sans-Serif
}
H2 {
        FONT-SIZE: 19pt; COLOR: #00008B; FONT-FAMILY: Verdana,Sans-Serif
}
H3 {
        FONT-SIZE: 17pt; COLOR: #00008B; FONT-FAMILY: Verdana; 
}

H4 {
        COLOR: #B0C4DE; FONT-FAMILY: Verdana,Sans-Serif
}
LI {
        COLOR: #000000; FONT-FAMILY: Verdana,Sans-Serif
}
TD {
        COLOR: #000000; FONT-FAMILY: Verdana,Sans-Serif
}
TH {
        COLOR: #000000; FONT-FAMILY: Verdana,Sans-Serif
}
ADDRESS {
        COLOR: #000000; FONT-FAMILY: Verdana,Sans-Serif
}
BLOCKQUOTE {
        COLOR: #000000; FONT-FAMILY: Verdana,Sans-Serif
}
P {
        FONT-SIZE: 12pt
}
UL {
        FONT-SIZE: 12pt
}
OL {
        FONT-SIZE: 12pt
}
LI {
        FONT-SIZE: 11pt
}
DIV {
        FONT-SIZE: 12pt
}
TD {
        FONT-SIZE: 12pt
}
ADDRESS {
        FONT-SIZE: 12pt
}
A {
        FONT-FAMILY: Verdana,Sans-Serif
}
A:link {
        COLOR: #00008B; TEXT-DECORATION: underline;
}
A:visited {
        COLOR: #333333; TEXT-DECORATION: underline;
}
A:active {
        COLOR: #000000; TEXT-DECORATION: none;
}
/*A:hover {
        COLOR: #990000; TEXT-DECORATION: none;
}*/
H2 A {
          COLOR: #00008B; TEXT-DECORATION: underline;
}
A.tablec:link {
        MARGIN: 0px 0px 0px 0px; FONT-SIZE: 12pt; COLOR: #000000; TEXT-DECORATION: none;
}
A.tablec:visited {
        MARGIN: 0px 0px 0px 0px; FONT-SIZE: 12pt; COLOR: #000000; TEXT-DECORATION: none ;
}
A.tablec:active {
        FONT-SIZE: 12pt; COLOR: #000000; TEXT-DECORATION: none;
}
A.tablec:hover {
        FONT-SIZE: 12pt; COLOR: #000000; TEXT-DECORATION: none;
}
A.bold:link {
        FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #00FF00; TEXT-DECORATION: underline;
}
A.bold:visited {
        FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #006666; TEXT-DECORATION: underline;
}
A.bold:active {
        FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #006666; TEXT-DECORATION: none;
}
/*A.bold:hover {
        FONT-WEIGHT: bold; FONT-SIZE: 12pt; COLOR: #990000; TEXT-DECORATION: none;
}*/
TR.kopf {
        BACKGROUND-COLOR: #00008B;  /* Blue for headers of tables */
}
TR.indi { BACKGROUND-COLOR: #B0C4DE; COLOR: #000000 }
TR.coun { BACKGROUND-COLOR: #B0C4DE;text-align=center }
TR.counall { BACKGROUND-COLOR: #B0C4DE;text-align=center }

TD.kopf {
        FONT-WEIGHT: bold; COLOR: #ffffff
}
.bggrey {
        BACKGROUND-COLOR: #B0C4DE
}
/*TR.indi { BACKGROUND-COLOR: #DDDDFF; COLOR: #222221 }
TR.coun { BACKGROUND-COLOR: #DDDDFF;text-align=center }
TR.counall { BACKGROUND-COLOR: #DDDDFF;text-align=center }

TD.kopf {
        FONT-WEIGHT: bold; COLOR: #ffffff
}
.bggrey {
        BACKGROUND-COLOR: #DDDDFF
}
*/

/* css for indenting lists and tables */

.ptable_1 {
     font: 10pt Arial, Helvetica, sans-serif; 
     FONT-WEIGHT: bold; 
     color: #222221; 
     text-indent: 2em;
   }
.ptable_2 {
     font: 10pt Arial, Helvetica, sans-serif; 
     FONT-WEIGHT: bold; 
     color: #222221; 
     text-indent: 4em;
   }

/**************** MainMenu coding *****************/

#MainMenu_table {
  background-color: #00008B;
  color: #FFD700;
  width: 14em;
  padding-top 5%;
  padding-bottom 20em;
}

#MainMenu_div1 {
  width: 14em;
  background-color: #00008B;
  color: #FFD700;
}

#MainMenu_ul, 
#MainMenu_ul ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0; 
}

#MainMenu_ul li,
#MainMenu_ul li a
 {
  display: block;
  background-color: #00008B;
  color: #FFD700;
  width: 100%;
  text-indent: .5em;
}
/*#MainMenu_ul li a:hover{
  text-decoration = none
}*/
/*#MainMenu_ul li a:link
#MainMenu_ul li ul li a:link
 {
  text-decoration: underline;
 }
*/

#MainMenu_ul li ul,
#MainMenu_ul li ul li, 
#MainMenu_ul li ul li a{
    background-color: #00008B;
    color: #FFFFFF;
    text-decoration: none;
    text-indent: 1em;
}


#MainMenu_div1 h1 {
  font: bold 125% arial, helvetica, sans-serif;
  margin: 0;
  color: #FFD700;
  padding: 2px 3px;
}
#MainMenu_div1 h2 {
  font: bold 100% arial, helvetica, sans-serif;
  margin: 0;
  padding: 2px 3px;
}

/*
#MainMenu_ul  a:hover {
  color: #900;
  background: #fff;
  font-size: 90%;
  text-decoration: none;
}
*/
#MainMenu_ul li ul a{
  font-size:  90%
}
/*#MainMenu_ul li ul a:hover {
  color: #900;
  background: #fff;
  font-size: 90%;
  text-decoration: none;
}*/
/*#MainMenu_ul li ul a:link {
 text-decoration: none;
 color: #00FF00;
}
*/


#MainMenu_ul li {
  position: relative;
  font-size: 100%;
}

/* css code to implement hiding of submenus */
/*#MainMenu_ul ul{
   display:none;
   position:absolute;
   padding:0:
}

#MainMenu_ul  li:hover ul{
  display:block;
  position: relative;
  padding:0;
}*/


#MainMenu_ul  ul li
{
  float:none;
}
  
 
/*    CSS code for bottom menu    */

#LeftBottomMenuCell{
   background-color: #00008B;
}

#BottomRowCell{
 background-color: #00008B;
}

#BottomMenu_table {
  font:  1em Verdana, Arial, sans-serif;
  background-color: #00008B;
  color:  #FFD700;
  width:  100%;
  margin: 0;
  margin-width: 0;
  margin-height: 0;
  border: 0;
}

#BottomMenu_ul, #BottomMenu_ul ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#BottomMenu_ul li{
  float: left;
  position: relative;
  width: 10em;
  border: 1px solid #009;
  background-color: #00008B;
  color: #FFD700;
  font-size: 100%;
  margin-right: 0;
}


#BottomMenu_ul a{
  display: block;
  /*text-decoration: none;*/
  padding: 0;
  color: #FFD700;
  text-decoration: underline;
  width: 100%;
}
* html #BottomMenu_ul a {
  width: 100%;
}
