p { 
  font-family: Helvetica, Arial, sans-serif;
}

.commentbox {
  background:#eee;
  -moz-border-radius: 15px;
  border-radius: 15px;
  height:50px;
  margin-left:10px;
}

    

a.footnote {

font-weight: bold;

color: red;

text-decoration: none

}

    

		

.keyword { 

	   background-color: #00FFFF}



p.special { /* font-size: 22pt; */

	font-size: 183%;

         font-weight: bold;

         text-align: center }



p.city { /* font-size: 20pt; */

	font-size: 167%;

         font-weight: bold;

         text-align: center }



p.title { font-family: Arial, sans-serif;

         /* font-size: 18pt; */

	font-size: 150%;

         font-weight: bold;

         text-align: center }



p.chapter { /* font-size: 16pt; */

	font-size: 133%;

         font-weight: bold;

         text-align: center }



p.section { /* font-size: 14pt; */

	font-size: 116%;

         font-weight: bold }

         

pending { /* font-size: 14pt; */

	font-size: 116%;

 	color: red }



         

.section {        

  font-family: Helvetica, Arial, sans-serif;

  /* font-size: 14pt;*/

  font-size: 116%;

  font-weight: bold;
  margin-bottom: 0px;

}

span.section {
  display:inline-block;
  margin-top: 0px;

}

.standard {

  font-family: Helvetica, Arial, sans-serif;

  /* font-size: 12pt; */

  margin-top: 0px;
  margin-bottom: 30px;

}



p.division { /* font-size: 16pt; */

	font-size: 133%;

         font-weight: bold;

         text-align: center }



p.article { /* font-size: 16pt; */

	font-size: 133%;

         font-weight: bold;

         text-align: center }



p.level1 { margin-left: 1.5em;

           text-indent: -1.5em;
          margin-top: 0px; }



p.level2 { padding-left: 2.5em; text-indent: -1em; margin-top: 0px; }



p.level3 { padding-left: 3.5em; text-indent: -1em; margin-top: 0px; }



p.level4 { padding-left: 4.5em; text-indent: -1em; margin-top: 0px; }



p.level5 { padding-left: 5.5em; text-indent: -1em; margin-top: 0px; }



p.level6 { padding-left: 6.5em; text-indent: -1em; margin-top: 0px; }



p.level7 { padding-left: 7.5em; text-indent: -1em; margin-top: 0px; }



p.level8 { padding-left: 8.5em; text-indent: -1em; margin-top: 0px; }



p.level1N { margin-left: 1.5em;

           }



p.level2N { padding-left: 2.5em; }



p.level3N { padding-left: 3.5em;  }



p.level4N { padding-left: 4.5em;  }



p.level5N { padding-left: 5.5em;  }



p.level6N { padding-left: 6.5em;  }



p.level7N { padding-left: 7.5em;  }



p.level8N { padding-left: 8.5em; }





p.level1H { margin-left: 1.5em; }

p.level2H { padding-left: 2.5em; }



p.level3H { padding-left: 3.5em;  }



p.level4H { padding-left: 4.5em;  }



p.level5H { padding-left: 5.5em;  }



p.level6H { padding-left: 6.5em;  }



p.level7H { padding-left: 7.5em;  }



p.level8H { padding-left: 8.5em; }



table { margin-left: 1.5em; font-family: Helvetica, Arial, sans-serif;

    /* font-size: 12pt; */

    }



table.withBorder{

  border-top-color:black;

  border-top-style:solid; 

  border-top-width:1;

  border-left-color:black;

  border-left-style:solid; 

  border-left-width:1

}



td.withBorder{

  border-bottom-color:black;

  border-bottom-style:solid;

  border-bottom-width:1;

  border-right-color:black;

  border-right-style:solid;

  border-right-width:1

}

.table-fixed thead th {
  position: sticky ;
  position: -webkit-sticky ;
  top: 0 ;
  z-index: 999 ;
  background-color: #fff ;
}


a.popup {color: red; text-decoration: none}







/*HOVER POPUP LINKS*/



/*hoverpopups type 1*/



#popup { /*color: #000; background-color: #c0c0c0; */}



#popup a, #popup a:visited {

/*

position: relative;

display: block;

width: 130px;

line-height: 30px;

text-align: right;

padding: 0 10px;

margin: 0;

border: 1px solid #666;

text-decoration: none;

font-size: 1em;

font-weight: bold;

*/

}



#popup a span {display: none;}



#popup a:hover { background-color: #e9e9e2; }



/* the IE correction rule */

#popup a:hover  {

color: #f00; background-color: #e9e9e2;

text-indent: 0; /* added the default value */

}



#popup a:hover span{

display: block;

position: absolute;



  top: 5px;

  left: 30px;

  display: block;

  background: #fdd;

  border: 1px solid red;



/*  

top: 0px;

left: 170px;

width: 320px;

margin: 0px;

padding: 10px;

color: #335500;

font-weight: normal;

background: #e5e5e5;

text-align: left;

border: 1px solid #666;

*/

}