.addrinfo { text-align:center;
            font-weight:normal;
            font-variant:small-caps;
            font-size:100%;
            border-top:1px solid silver;
            border-bottom:1px solid silver;
            letter-spacing:3px;
            text-decoration:none;
            background-color:#e6e6e6;
            color:#004a7b;
            position:relative;
            bottom:-15px;
          }  

body { margin-left:auto;
       margin-right:auto;
       //  margin: 0px;
       width:85%;
       padding: 20px;
       font-size: 12px;
     }

.borderleft { border-left:1px solid silver;
              padding-left:10px;
            }
            
.borderright { border-right:1px solid silver;
               padding-right:10px;
             }
             
.colormeblue { color:#004a7b;    // was  #66f;
             }

.colormegreen { color:#5a8429;   // was  #090;
              }

.copyrite { text-align:left;
            font-weight:normal;
            font-size:90%;
            text-decoration:none;
            color:#004a7b;
            position:relative;
            bottom:-15px;
          }  

.created { text-align:right;
           font-weight:normal;
           font-size:10px;
           font-variant:small-caps;
           color:#004a7b;
           position:relative;
           bottom:-15px;
         }  

.created a:link { text-decoration:none;
                  color:#004a7b;
                }
             
.created a:visited { text-decoration:none;
                   }
                
.created a:hover { color:blue;
                   font-weight:600;
                 }

.created a:active { ; }
               
.emphatic { font-weight:bold;
            font-size:110%;
            color:black;
           }  

.emphatic1 { font-weight:bold;
             color:blue;
             //  margin-left:5px;
           }  

.emphatic2 { font-weight:bold;
             color:black;
             margin-left:5px;
           }  

.head1 { font-size:350%;
         font-weight:bold;
         text-align:center;
       }
       
.head2 { font-size:225%;
         font-weight:bold;
         text-align:center;
       }

.head3 { font-size:140%;
         text-align:center;
       }
               
.maintext { font-size:1.4em;
            font-weight:normal;
            color:#404040;
            margin-left:10px; 
            margin-right:10px;
          }

.navbar { text-align:center;
          font-size:18px;
          font-variant:small-caps;
          background-color:#f0f0f0;
          //  width:85%;
          margin-left:auto;
          margin-right:auto;
        }

.navbar a:link { text-decoration:none;
                 color:#004a7b;
               }
             
.navbar a:visited { text-decoration:none;
                    color:#004a7b;   
                  }

.navbar a:hover { background-color:#e0e0e0;
                  color:red;   //  color:#5a8429;
                  font-weight:bold;
                }
      
.navbar a:active { font-weight:normal;
                   color:#004a7b;
                 }
                 
.reqitem { color:red;
         }
                 
.sectext { font-size:0.60em;
           font-weight:normal;
           color:#787878;
         }  

