body {
  margin: 0px;
  padding: 0px;
  
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 72%;
  background: #F3F7FF;
}


h1 {
  margin: 0 0 0 0;
  font-size: 1.6em;
  font-weight: bold;
  color: #ED5100;
}

h2 {
  margin: 0 0 1em 0;
  font-size: 1.2em;
  font-weight: bold;
  color: #466D82;
}


.contentarea {
	background: #7c8aa8 url("../images/back-content2.gif") no-repeat left top;
}

.container {
	border: 2px solid #343167;
}



a {
  color: #334E81;
  text-decoration: none;
}

a:visited {
  color: #909EC8;
  text-decoration: none;
}

a:hover {
  color: #BAB688;
  text-decoration: underline;
}

.rowAltColor {
	background-color: #DAE2EF;
	padding: 3;
}

input {
	font-size: 1.1em;


}

.radiobtn {
	margin: 0px;
	padding: 0px;
}


.footer {
  font-size: .9em;
  line-height: 1.3em;
  color: #ADC1C1;
}
.footer a:visited {
  color: #ADC1C1;
  text-decoration: underline;
}
.footer a:link {
  color: #ADC1C1;
}
.footer a:hover {
  color: #BAB688;
  text-decoration: none;
}