/* style sheet for top level CNJC  */
/* definitions                     */
/* p (.center, .left, .right)      */
/* table                           */
/* th (.center, .left, .right)     */
/* td (.center, .left, .right)     */
/* May 23, 2008                    */

/* begin body description          */
body {                        /* ordinary body  */
   background: white;
   color:white;
  }
/* end body description            */


/* begin paragraph description    */
p {                        /* ordinary paragraph  */
   color:black;
   font-family: "Times New Roman", Ariel;
   margin-left:  auto;     /* auto, --px, cm, %   */
   margin-right: auto;     /* auto, --px, cm, %   */
   text-align:left;   
  }
  
  p.banner {
   margin:0px;
   text-align:center;
  }  
  
  
.blockquote {
   margin-left:  20px;
   margin-right: 30px;
  }

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

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

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


/* begin special text description */
h1 {
   background:#FFFFFF none;
   color:red;
   font-family:Helvetica, "Times New Roman", Ariel,sans-serif;
   font-size:140%;
   font-weight:bold;
   text-align:center; }



   
#line01 {
   background:#FFFFFF none;
   color:blue;
   font-family:Helvetica, "Times New Roman", Ariel,sans-serif;
   font-size:90%;
   font-weight:bold; }
/* end special text description */





/* begin table                     */
table {
   table-layout:auto;
   background-color:white;
   border:0px;
   margin-left:auto;
   margin-right:auto;
  }

table.w540 {
   width:540px;
  }

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

td.banner {
  background-color:#ddeeff;
  padding:8px;
}


td.center {
  text-align:center;
  }

td.left {
  margin-left:  0px;
  margin-right: auto;
  text-align:left;
  }

td.nobdr {
  border:0px;
  }
  
td.right {
  margin-left:  auto;
  margin-right: 0px;
  text-align:right;
  }


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

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

th.nobdr {
  border:0px;
  }
  
th.right {
  margin-left:  auto;
  margin-right: 0px;
  text-align:right;
 }
/* end table                       */


/* begin image                     */
img {
     margin:0px;
     border:0px;
    }
/*   end image                     */



/* begin span                      */
 .clr01 {color:red;
    }

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

 .title01C {
     background:transparent;
     color:red; 
     font-family:Helvetica, "Times New Roman", Ariel;
     font-size: 140%;
     font-weight: bold;
    }
    
 .title02 {
     color:blue; 
     font-family:Helvetica, "Times New Roman", Ariel;
     font-size: 120%;
     font-weight: bold;
    }

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: 120%;
     font-weight: bold;
    }
/*   end span                      */




/* define image at top of sheet */
/* zero border around the image */
#wrapper {
     width:100%;
     height:100%px;
     }

#page {
     margin:0px auto;
     padding:0px;
     width:980px;
     height:auto;
     }

div.noborder
{
  margin: 10px;
  border: 0px solid white;
  height: auto;
  width:  auto;
  text-align: center;
}


div.noborder img
{
  display: inline;
  margin:  0px;
  border:  2px solid #ffffff;
}


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 */
