@font-face {
  font-family: 'Ubuntu';
  src: url("fonts/Ubuntu-R.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("fonts/Ubuntu-I.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Ubuntu';
  src: url("fonts/Ubuntu-B.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;

}

@font-face {
  font-family: 'Ubuntu';
  src: url("fonts/Ubuntu-BI.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}


body {
  background-position: center;
  color: #000000;
  margin: 0px;
  font-family: 'Ubuntu';
}

td {
  font-size: 14px;
  line-height:19px;
  font-family: 'Ubuntu';
}

a:link, a:active {
  color: #04359b;
}

a:visited {
  color: #04359b;
}

a:hover {
  color: #04359b;
}

a.menu:link, a.menu:active, a.menu:visited {
  color: #ffffff;
  text-decoration:none;
  font-weight:normal;

}

a.menu:hover {
  color: #fcff00;
}

.navi {
  font-size:15px;
  height:42px;
  width:230px;
  background-image:url('img/navbutton.png');
  padding-left:10px;

}

.navihi {
  font-size:15px;
  height:42px;
  width:230px;
  background-image:url('img/navbuttonhi.png');
  padding-left:10px;

}

h3 {
  font-family: 'Ubuntu';
  font-size: 16pt;
  color: #065497;
  text-align:left;
}


h1 {
  font-family: 'Ubuntu';
  font-size: 25px;
  line-height:30px;
  margin:0px;
  color: #065497;
  text-align:left;
}

.text {
  font-family: 'Ubuntu';
  font-size: 14pt;
  color: #000000;
  text-align:justify;
}

.page {
  margin:0px auto;
  width:1012px;
  background-color:#ffffff;


}



.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

