

body {font-size: 18px;
   color:#000080
}

span.error {
  font-size: 16px;
  color:#FF0000;         
}

h4 {
  font-size: 18px;
  color:#000080;
  font-weight: bold
}

.centertable {
  text-align: center;
}


#maintable {
  margin:0 auto;
  text-align: left;
  width: 950px;
  padding: 0px;
  border: 1px solid #2d1d7e;
}


#formtable {
  margin:0 auto;
  text-align: left;  
  border: 1px solid #2d1d7e;  
  background-color: #F9F9F9;
}

 #formtable td {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-top: 0px
}


.logocell {
  text-align: center
}


.headingcell {
  text-align: center;
  width:774px
}


td.menucell {

}


td.bodyleftcell {

}
td.bodycentercell {

}

td.bodyrightcell {

}
.bodybottomcell {text-align: center}

.bodybottomcell a:link {
    color:           #2D1D7E;
    text-decoration: underline;
    font-weight:     bold
}
 .bodybottomcell a:visited {
    color:           #2D1D7E;
    text-decoration: underline;
    font-weight:     bold
}
.bodybottomcell a:active {
    color:           #2D1D7E;
    text-decoration: underline;
    font-weight:     bold
}
.bodybottomcell a:hover {
    color:           #990000;
    text-decoration: underline;
    font-weight:     bold
}

 a:link {
    color:           #2D1D7E;
    text-decoration: underline;
    font-weight:     bold
}
 a:visited {
    color:           #2D1D7E;
    text-decoration: underline;
    font-weight:     bold
}
 a:active {
    color:           #2D1D7E;
    text-decoration: underline;
    font-weight:     bold
}
 a:hover {
    color:           #990000;
    text-decoration: underline;
    font-weight:     bold
}