body {
  margin: 0;
  padding: 0;
  font-family: Verdana;
  color: #131D6A;
  font-size: 10pt; 
}
a {  
  color: #131D6A;
}
a:hover, a:active {
  text-decoration: none;
}  
table {
  border: none;
}
td {
  padding: 0;
}
h1 {
  font-size: x-large;
  margin: 0;
}
.head {
  background: url(images/bg.jpg) no-repeat top;
  height: 134px;
  vertical-align: middle; 
  text-align: center;
  color: #1252A1;
} 
.menu {
  font-family: Arial;
  vertical-align: top; 
  padding-top: 10px;
}
.menu a {
  display: block;
  width: 145px;
  padding-left: 5px;
  height: 25px;
  background: url(images/img2.gif) no-repeat top left;
  color: #000;               
  text-decoration: none;
}  
.menu a:hover, .menu a:active {
  color: #C00;
  text-decoration: underline;
}  
.spacer {
  background: url(images/img1.gif) repeat-y left top;
  vertical-align: bottom;
}
.content {
  background: #C8D7E9;
  border-top: 10px solid #FFF;
  padding: 5px;
  padding-top: 10px;
  vertical-align:top;
}
.content div {
  margin-top: 250px;
  vertical-align: bottom;
}
.content-light {
  background: #E0E9F3;
}
.content p, .content-light p {
  margin: 0;
  margin-bottom: 15px;
  text-align: justify;
}
.about {
  color: #999999;
  padding-left: 3px;
}
.about a:hover, .about a:active {
  color: #999999;
}
.col1 {
  height: 50px;
  background-color: #E0E9F3;
}
.col2 {
  height: 50px;
  background-color: #C8D7E9;
}