a:link{ color: #4A637B;
        text-decoration: none;
}

a:visited{color: #006321;
          text-decoration: none;
         }

a:active{color: #006321;
         font-weight: bold;
         text-decoration: none;
        }

a:hover{color: #006321;
        text-decoration: none;
       }

.fontClass {
  font-family: verdana;
  font-size: 10;
}

.fontLeftMenuTitleClass {
      font-family: Garamond;
      font-style: italic;
      font-weight: bold;
      font-size: 16;
      color: #000000;
}

.fontLeftMenuTitleClassActive {
      font-family: Garamond;
      font-style: italic;
      font-weight: bold;
      font-size: 16;
      color: #006321;
      background-color: #E9FCED;
}

.leftUnderMenuClass {
      background-color: #E9FCED;
}

.bodyClass {
      background-color: #ffffff;
     }

.classHeader {
      vertical-align: middle;
      color: #ffffff;
      background-color: #4A637B;
}

.classHeader2 {
      font-family: verdana;
      font-weight: bold;
      font-size: 12;
      vertical-align: middle;
      horisontal-align: left;
      color: #46354F;

}

.fontHome {
      font-family: verdana;
      font-weight: bold;
      vertical-align: middle;
      horisontal-align: left;
      color: #46354F;

}


}

.fontTopMenuClass {
      font-family: Garamond;
      font-style: italic;
      font-weight: bold;
      font-size: 16;
      color: #000000;

}

.bodyTopMenuClass {
      background-color: #B2CABB;
     }

.fontLeftMenuClass {
      font-family: verdana;
      font-style: normal;
      font-weight: bold;
      font-size: 12;
      color: #000000;
}

.bodyLeftMenuClass {
      background-color: #FFFFFF;
     }

table { border-color: #434548; }

td { border-color: #434548;
     font-style: normal;
     font-weight: 1;
     font-size: 11;
}



.borderAll {
        border-left: solid 2px;
        border-right: solid 2px;
        border-top: solid 2px;
        border-bottom: solid 2px;

}

.borderFormAll {
        border-left: solid 1px #4A637B;
        border-right: solid 1px #4A637B;
        border-top: solid 1px #4A637B;
        border-bottom: solid 1px #4A637B;

}

.borderLeft {
        border-left: solid 1px #4A637B;
}
.borderRight {
        border-right: solid 1px #4A637B;
}
.borderTop {
        border-top: solid 1px #4A637B;
}
.borderBottom {
        border-bottom: solid 1px #4A637B;
}

.buttonClass {
  font-weight: 2;
  cursor: hand;
  color: #637787;
  background: #ffffff;
  border:1px solid #637787;
  width: 110px;
}


.formButton {
  height: 17px;
  width: 21px;
  font-size: 11;
  cursor: hand;
  color: #000000;
  background: #ffffff;
  border:1px solid #000000;
}

.formTextField {
    height: 17px;
    width: 84px;
    border: 1px solid #000000;
    background: #ffffff;
}

.formButtonContents {
  height: 20px;
  width: 85px;
  font-size: 11;
  font-weight: bold;
  cursor: hand;
  color: #4A637B;
  background: #B2CABB;
  border:1px solid #4A637B;
}

.formTextFieldContents {
    height: 20px;
    width: 130px;
    border: 1px solid #4A637B;
    background: #ffffff;
}



.formTextFieldContents2 {
    height: 20px;
    width: 35px;
    border: 1px solid #4A637B;
    background: #ffffff;
}

.formTextFieldContents3 {
    height: 20px;
    width: 250px;
    border: 1px solid #4A637B;
    background: #ffffff;
}


.scrollClass{
    font-family: verdana;
    scrollbar-3d-light-color: #336699;
    scrollbar-arrow-color: #336699;
    scrollbar-base-color: #a8cddc;
    scrollbar-dark-shadow-color: #336699;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #a8cddc;
    scrollbar-shadow-color: #ffffff;
}

.backgroundHome{
  background-image: url(../images/background/bckg_home.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: "bottom right";
}

.backgroundTitle{
  background-image: url(../images/background/bckg_title.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: "top right";
}

.backgroundStart{
  background-image: url(../images/background/bckg_start.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: "top left";
}

.backgroundStart2{
  background-image: url(../images/background/bckg_start2.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: "top left";
}

.textBackground{
  background-color: #F6F6F5;
}







