* {
  margin: 0; 
  padding: 0; 
  vertical-align:top;
} 

html { 
  height: 100%; 
  width: 100%;
}

body {
  height: 100%;
  display: table;
  width: 100%; 
  margin: 0; 
  font-family: Verdana, sans-serif; 
  font-size: 70%;
  text-align:left;
  background-color:#EDF1F7;
  background-image: url(../images/backgrounds/body-back.gif);
  background-repeat: repeat-y;
}

a {
  color: #004b91;
  font-weight:normal;
  text-decoration: none;
}

a:hover {
  color: #71863C;
  text-decoration: none;
}

h1 {
  font-size: 130%;
  color: #004b91;
}

h2 {
  font-size: 120%;
  color: #004b91;
}

h3 {
  font-size: 110%;
  color: #004b91;
}

h4 {
  font-size: 75%;
  color: #004b91;
 }

p {
  color: #000000;
  line-height: 130%;
  font-size: 100%;  
}

hr {
  height: 0;
  border: 0;
  border-top: 2px solid #bbbbbb;
} 
