/* style sheet for top level CNJC  */
/* definitions                     */
/* p (.center, .left, .right)      */
/* table                           */
/* th (.center, .left, .right)     */
/* td (.center, .left, .right)     */
/* 23 May 2008: XHTML 1.0 STRICT   */
/* 24 Jun 2008: a:visted blue      */

body {
   font-family: 'Times New Roman', Ariel;
  }
 
 
 /* begin H-tag description    */
 H1.red01C {
      color: red;
      font-family: Helvetica, Courier, Ariel;
      font-size:130%;
      font-weight: bold;
      margin: 0px 0px 0px 0px;
      text-align:center;
     }    
    
 H1.Blu01 {
    color: blue;
    font-family: Helvetica, Courier, Ariel;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
    text-align:center;
   }
    
 H2.Blu01 {
    color: blue;
    font-family: Helvetica, Courier, Ariel;
    font-size: 140%;
    font-weight: bold;
    text-align:center;
   }


/* begin paragraph description    */
p {                        /* ordinary paragraph  */
    font-family: 'Times New Roman', Ariel;
    color:black;
    text-align:left;
   }

 .banner {
    margin:0px;
    padding:0px;
    text-align:center; 
   }

 .center {                 /* center paragraph    */
    font-family: "Times New Roman", Ariel;
    margin-left:  auto;
    margin-right: auto;
    color:black;
    text-align: center
   }

 .left {
    margin-left:  0px;
    margin-right: auto;
    color:black;
   }
  
 .nobot {
    margin-bottom:0px;
    text-align:center;
   }
  
 .noBot {
    margin-bottom:0px;
    text-align:left;
   }   
  
 .notop {
    margin-top:0px;
   }   

 .right {
    text-align:right;
   }
   
 .p20px {
    padding-left:20px;
    padding-right:20px;
   }

  .verse {
     color:black;
     font-family: "Times New Roman", Ariel;
     margin-left:  50px;
     margin-right: 50px;
     text-align:   left
    }

  .blockquote {
     color:black;
     font-family: "Times New Roman", Ariel;
     margin-left:  50px;
     margin-right: 50px;
     text-align:   left
    }
    
  .zeroL {
     margin: 0px 0px 0px 0px;
    }

/* end paragraph    description    */

span.banner01 {
     color:red; 
     font-family:Helvetica, 'Times New Roman', Ariel;
     font-size: 140%;
     font-weight: bold;
    }   

span.banner02 {
     color:blue; 
     font-family:Helvetica, 'Times New Roman', Ariel;
     font-size: 110%;
     font-weight: bold;
    }

span.title01 {
     color: red;
     font-family: Helvetica, "Times New Roman", Ariel;
     font-size: 140%;
     font-weight: bold;
    }

span.title02 {
     color: blue;
     font-family: Helvetica, "Times New Roman", Ariel;
     font-size: 120%;
     font-weight: bold;
    }

span.u {
     text-decoration:underline;
    }



/* begin table                     */
table {
   table-layout: auto;
   background-color:white;
   margin-left:  auto;
   margin-right: auto;
   padding:0px;
  }
  
 
 .w480 {
   width:480px;
  }


 .w540 {
   width:540px;
  }

 .w640 {
   width:640px;
  }

td {
  background-color:white;
  margin-left:  auto;
  margin-right: auto;
}

.banner {
  background-color:#99ccff;
  padding:8px;
}

.left {
  background-color:white;
  margin-left:  0px;
  margin-right: auto;
  text-align:   left;
}

.ddown01 {
  margin:0px;
  background:#2E3A3F;
  text-align:left;}

.right {
  background-color:white;
  margin-left:  auto;
  margin-right: 0px;
}


th.center {
  background-color:white;
  margin-left:  auto;
  margin-right: auto;
}

th.left {
  background-color:white;
  margin-left:  0px;
  margin-right: auto;
}

th.right {
  background-color:white;
  margin-left:  auto;
  margin-right: 0px;
}
/* end table                       */



img {
  margin:0px auto 0px auto;
  border:0px 0px 0px 0px;
}

 .left {
   border:0px 0px 0px 0px;
   float:left;
   margin:0px 10px 0px 0px;
   border:0px 0px 0px 0px;
 }

 .right {
   border:0px 0px 0px 0px;
   float:right;
   margin:0px 0px 0px 10px;
 }






/* define image at top of sheet */
/* zero border around the image */
div.noborder
{
  margin: 10px;
  border: 0px;
  height: auto;
  width:  auto;
  text-align: center;
}


div.noborder img
{
  display: inline;
  margin:  0px;
  border:  0px;
}


div.right
{
  margin: 10px;
  border: 0px solid #ffffff;
  height: auto;
  width:  auto;
  float:  right;
}
div.right img
  {
  display: inline;
  margin:  0px;
  border:  0px solid #ffffff;
  }


/* begin link                      */
a:link     {color:blue;  text-decoration:underline;}
a:visited  {color:blue;  text-decoration:underline;}
a:hover    {color:green; text-decoration:none;     }
a:active   {color:red;   text-decoration:underline;}
/* end link                        */

/* end of file */

