

p {		
               text-align: justify;
		text-indent: 0em;
                line-height: 140%;
		font-family:  Sans-Serif ; 	/*Leaves  it up to client*/
                font-size: medium; 
                font-weight: normal; /* xx- x-small medium xx- x-large */
                font-style: normal;
                color: black;
   }

p.rgb {background-color: rgb(204,255, 255); }
/*  To use: <p.class="rgb"> */ 

 /*       font-size: 10.2pt;     letter-spacing: .06em;*/
blockquote {   
                text-align: justify; 
		text-indent: 0em;
                line-height: 140%; 
                font-family: Sans-Serif;
                font-size: medium; 
                font-style: normal;
                font-weight: normal;
                background: #f9f9f9; none; color: #000;
                margin-left: 45px;
                margin-right: 45px;
                color: black;
               }


           /*     font-size: 10.2pt;       letter-spacing: .06em;*/
ol {            text-align: justify;
		text-indent: 0em;
                line-height: 140%;
                font-family: Sans-Serif ;  
                font-size: medium;
                font-style: normal;
                font-weight: normal;
                list-style-type: decimal;
/* decimal(default),upper-roman,lower-roman, upper-alpha,lower-alpha */
                color: black;
}

           /*     font-size: 10.2pt;       letter-spacing: .06em;*/
ul {            text-align: justify;
		text-indent: 0em;
                line-height: 140%;
                font-family: Sans-Serif ;  
                font-size: medium;
                font-style: normal;
                font-weight: normal;
                list-style-type: square;
                color: black;
}



h1 { /*BANNER*/
         font-family:  Bookman-Old-Style, Helvetica, Sans-Serif ;  /*Think-Israel*/   
        font-size:  xx-large;      /* 16pt; same as 280%  normal size.     letter-spacing: 1em;    */
        color: black;
        font-style: normal;
        font-weight: bolder;
        align: center; 
        text-align: center;
}
 

      /* font-size: 15.2pt;    font size: 200% */
h2 {   /*  ARTICLE TITLE */
        font-family:  Bookman-Old-Style, Helvetica, Sans-Serif ; 
       font-size: x-large; 
        color: black;
        font-style: normal;
        font-weight: bolder;
	letter-spacing: .09em;
        align: center;
        text-align: center;
        margin-top: 2.2em;
}


   /*     font-size: 14pt;    	letter-spacing: .05em; */
h3 {     /* NAME OF AUTHOR */
      font-family:  Sans-Serif, Bookman-Old-Style, Helvetica ;    
        font-size: large; 
        color: black;
        font-style: italic;
        font-weight: bold;
        align: center; 
        text-align: center;
        margin-top: 2.0em;
          margin-bottom: 1.9em;    

}


/*        font-size: 13-14pt;    */
h4 {       /* PART  HEADER */
      font-family:  Sans-Serif, Bookman-Old-Style, Helvetica ;      
        font-size: large;    
        color: black;
        font-style: italic;
        font-weight: bold;   
        align: center; 
        text-align: center;
        margin-top: 1.9em;       
        margin-bottom: 1.8em;     
}


 /*        font-size: 11pt;    */
h5 {  /* Center Section  header*/  
      font-family:  Sans-Serif, Bookman-Old-Style, Helvetica ;    
        font-size: medium;    
        color: black;
        font-style: italic;
        font-weight: bold;   
        align: center; 
        text-align: center;
        margin-top: 1.8em;    
margin-bottom: 1.7em;    
}


/*     font-size: 11pt;  	letter-spacing: .06em;  */
h6 {         /* Side SubSection header*/
 font-family:  Sans-Serif ;    
        font-size: medium;
        color: black;
        font-style: italic;
        font-weight: bold;
        align: left; 
        text-align: left;
        margin-top: 1.4em;       
}

sup {
        height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
        font-weight: normal;
        color: blue;
         font-size:  0.7em;
         font-style: normal; 
         bottom: 1ex;
         background-color: white;
}


