p {background-color: rgb(38,113,189);
   margin-left:20px;
   margin-right:20px;}

p.thin_spacing_0 {background-color:rgb(22,57,95);
                  font-size:0%;}

p.thin_spacing_75 {background-color:rgb(22,57,95);
                   font-size:75%;}

p.thin_spacing_75_wide {background-color:rgb(22,57,95);
                        margin-left: 0px;
                        font-size:75%;}

p.main_header {background-color:rgb(22,57,95);
               color:white;
               margin-top: 0px;
               font-size:150%;
               font-weight:bold;}

p.lesser_header {background-color:rgb(22,57,95);
                 color:white;
                 font-size:125%;
                 margin-left:50px;}

p.least_header {background-color:rgb(22,57,95);
                margin-top: 0px;
                color:white;
                font-size:100%;
                margin-left:50px;}

p.id_header {background-color:rgb(22,57,95);
             margin-top: 0px;
             color:white;
             font-size:75%;
             align = "center";}

p.text_header {color: rgb(22,57,95);
               background-color: white;
               margin-left: 20px;
               font-size: 150%;
               font-weight:bold;}

p.text_header_small {color: rgb(22,57,95);
                     background-color: white;
                     margin-left: 20px;
                     font-size: 100%;
                     font-weight:bold;
                     text-decoration: underline;}

h3 {color: rgb(22,57,95);
    background-color: white;
    margin-left: 20px;}

p.normal_text {background-color: white;
               color: black;
               font-size: 80%;}

p.hydro_text {background-color: white;
              color: black;
              font-size: 3}


input {margin-left: 0px;
        margin-right: 0px;
        float: left;}

body {background-color: #2671BD;
      font-family:Arial;
      margin:auto 0}

table.pricing {border = 1;
               margin-left: 80px;
               width = 50%;}

.small_table { border = 0;
               width = 60%;
               padding-left: 60px;}
.small_table TH { background-color: white;
                  text-align: left;
                  color: rgb(22,57,95);
                  font-size: 150%;}
.small_table TD { background-color: white;
                  color: black;
                  vertical-align: bottom;
                  font-size: 80%;}
               
               
               
