body{
        background: url(_bg3.gif);
        background-repeat: repeat-x;
        background-color: #F1F1F1;
        margin: 0px;
        padding: 0px;
        align: left;
        font-family: Tahoma, Arial, Verdana;
        font-size: 13px;
        color: #fff;
}


p.small {line-height: 0.4cm}

p.big {line-height: 0.5cm}

p.big2 {font-family: Tahoma, Arial, Verdana;
        font-size: 1.1em;
        font-weight: 530;
        line-height: 0.6cm;
        text-align: left;}

h1 {font-family: Tahoma, Arial, Verdana;
    font-size: 1.6em;
    line-height: 0.6cm;
    text-align: left;}

h2 {font-family: Tahoma, Arial, Verdana;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 0.6cm;
    text-align: left;
    }
    
h3 {font-family: Tahoma, Arial, Verdana;
    font-size: 19px;
    }
    
h4 {font-family: Tahoma, Arial, Verdana;
    font-size: 1.2em;
    line-height: 0.6cm;
    text-align: left;
    }
    
h5 {font-family: Tahoma, Arial, Verdana;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 0.6cm;
    text-align: left;
    }
    
    h6 {font-family: Tahoma, Arial, Verdana;
    font-size: 13px;
    font-weight: 400;
    line-height: 0.5cm;
    text-align: center;
    }
    h7 {line-height: 0.5cm;
    }

.lightBlueBg {
  background: url(_bg4.gif);
  background-repeat: no-repeat;
  background-color: #232323;
}  
    
blockquote {
  margin: 0;
  padding: 0;
  background: none;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

a:link,a:visited{
        font-family: Tahoma, Arial, Verdana;
        font-size: 1em;
        color: #fff;
        text-decoration: none;
}

a:hover{
        color: #FFAD03;
        text-decoration: underline;
}

form {
  padding: 0;
  margin: 0;
}

label {
  float: left;
  width: 25%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #E7F1F3;
  border: 1px solid #888;
}

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;

  font: 400 0.9em verdana, serif;
  cursor: pointer;

  color: #fff;
  background: #ccc;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #888 #8880 #888;
}

input.radio {
  background: none;
  border: 0px;
}