body {
  background-color: #9dbad7;
  margin-top:0;
  margin-bottom:0;
  margin-right:0;
  margin-left:0;
  background-image:url(images/background1.jpg);
  background-repeat:repeat-x;
  background-position:bottom center;
  background-attachment:fixed;
}
td,th,p,body,input,select,textarea,a{
  font-family: Tahoma;
  font-size: 14px;
}
table{
  border-collapse:collapse;
  border-color:#03587f;
}
td{
  border-color:#03587f;
}

th{
  background-color:#8bd9fd;
  border-style:solid;
  border-color:#03587f;
  background-image:url(images/thbg.jpg);
  background-repeat:repeat-x;
  background-position:center center;
}


a:link   {  color: blue; text-decoration: none; }
a:active {  color: orange; text-decoration: none; }
a:visited{  color: darkblue; text-decoration: none; }
a:hover  {  color: red; text-decoration:underline; }

h1{
  font-family: Times New Roman;
  font-size: 30px;
  margin-top:0;
  margin-bottom:0;
  margin-right:0;
  margin-left:0;
}
.h2{
  font-family: Times New Roman;
  font-size: 28px;
  font-weight:bold;
  line-height:150%;
  color:black;
}

