body{
  background-image: url(../images/background.gif);
  background-repeat: no-repeat;
  background-position: top center;
  
  font-family: Verdana, Tahoma, Arial;
  font-size: 11px;
}

a{
  color: #0b3e7f;
}

a:hover{
  color: #369;
}

h2{
  font-size: 14px;
  color: #666;
}

.content{
  width: 780px;
}

.logo{
  padding: 7px;
}

.title{
  float: right;
  padding: 7px;
  padding-top: 35px;
  
  font-size: 18px;
  color: #9e9e9e;
}

.top{
  border-bottom: 2px solid #0b3e7f;
}

.page{
  margin-top: 1px;
  border-top: 1px solid #0b3e7f;
}

.navigation{
  text-align: right;
  font-size: 11px;
  font-weight: bold;
}

.form_lt{ background-image: url(../images/form_lt.gif); float: left; background-repeat: none;  width: 5px;  height: 5px; }
.form_rt{ background-image: url(../images/form_rt.gif); float: right; background-repeat: none;  width: 5px;  height: 5px; }
.form_lb{ background-image: url(../images/form_lb.gif); float: left; background-repeat: none;  width: 5px;  height: 5px; }
.form_rb{ background-image: url(../images/form_rb.gif); float: right; background-repeat: none;  width: 5px;  height: 5px; }
.form_top{ border-top: 1px solid #aeaeae; }
.form_bottom{ border-bottom: 1px solid #aeaeae; height: 4px;}
.form_center{ border-left: 1px solid #aeaeae; border-right: 1px solid #aeaeae; padding: 6px; padding-top: 20px; text-align: center; vertical-align: center; color: #484d52; }

.bottom{
  text-align: center;
  border-top: 1px solid #bbb;
  padding-top: 4px;
  margin-top: 20px;
  color: #666;
}


