

body {
    font-family : 'Tahoma','Verdana','Arial','sans-serif';
  }


a {
    color : #1c4ba9;
    font-weight : bolder;
    text-decoration : none;
  }


a:hover {
    color : #880000;
  }


.head1 {
    color : #b80000;
    font-family : 'Eras Demi ITC',Tahoma,'sans-serif';
    font-size : 26px;
  }


.strong {
    font-family : 'Tahoma','Verdana','Arial','sans-serif';
    font-size : 16px;
    font-weight : bolder;
  }


.btn {
    margin-bottom: 6;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-image: url(btn_up.jpg);
    font-family : 'Eras Demi ITC','Tahoma','sans-serif';
    font-size : 18px;
    font-weight : bolder;
    vertical-align: center;
    width: 190;
    height: 60;
    cursor: hand;
    border-style: none;
    border-width: 2;
    outline-style : none;
  }


.sbtn {
    background-image : url(btn_up.jpg);
    background-position : 100% 100%;
    background-repeat : no-repeat;
    border-bottom-style : none;
    border-bottom-width : 1;
    border-left-style : none;
    border-left-width : 1;
    border-right-style : none;
    border-right-width : 1;
    border-top-style : none;
    border-top-width : 1;
    cursor : hand;
    font-family : 'Eras Demi ITC',Tahoma,'sans-serif';
    font-size : 12px;
    font-weight : normal;
    height : 20;
    margin-bottom : 6;
    outline-style : none;
    padding-bottom : 4px;
    vertical-align : center;
    width : 100;
  }


.over {
    background-image: url(btn_over.jpg);
    border-bottom-color : #DC0000;
    border-bottom-style : outset;
    border-right-color : #DC0000;
    border-right-style : outset;
  }


.up {
    background-image : url(btn_up.jpg);
    border-bottom-color : #848484;
    border-bottom-style : outset;
    border-bottom-width : 1px;
    border-right-color : #848484;
    border-right-style : outset;
    border-right-width : 1px;
  }


.down {
    background-image : url(btn_over.jpg);
    border-left-color : #DC0000;
    border-left-style : inset;
    border-left-width : 2px;
    border-top-color : #DC0000;
    border-top-style : inset;
    border-top-width : 1px;
    outline-style : none;
    outline-width : 0px;
  }

