body {
  margin: 10px;
  background-color: #CECECE;
  color: #555555;
  text-align: center;
}

body, td, input, select, textarea, optgroup, option {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
}

.input {
  width: 100%;
}

a:link, a:hover, a:visited {
  color: #487ac6;
}

a:hover {
  color: #800000;
}

h3 {
  font-family: Verdana;
  font-size: 25px;
  color: #487AC6;
  font-style: italic;
  font-weight: bold;
  margin: 10px 10px 10px 10px;
}

hr {
  color: #e1e1e1;
	background-color: #e1e1e1;
}

strong, legend {
  font-size: 12px;
  font-weight: bold;
}

fieldset {
  padding: 10px;
  margin: 5px 0 10px 0;
	text-align: center;
	width: 80px;
}

fieldset img {
	margin: 10px 0 10px 0;
}

.imgcell {
	display: inline;
	width: 100px;
	height: 100px;
	padding: 10px;
}

.table {
  margin: 0 0 20px 0;
  border: 2px solid #4A6A7C;
}

.table_error {
  margin: 0 0 20px 0;
  border: 2px solid #905e5f;
}

.header {
  padding: 8px;
  font-size: 11px;
  background: url('./hdr_grad.gif') #5987A2;
  background-position: bottom left;
  background-repeat: repeat-x;
  color: #FFFFFF;
}

.header a:link, .header a:active, .header a:visited {
  color: #FFFFFF;
}

.header a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.header_error {
  padding: 8px;
  background: url('./hdr_err_grad.gif') #b26969;
  background-position: top left;
  background-repeat: repeat-x;
  color: #FFFFFF;
}

.subheader {
  padding: 6px;
  background: url('./subhdr_grad.gif') #DDDDDD;
  background-position: top left;
  background-repeat: repeat-x;
}

.row {
  padding: 6px;
  background-color: #F5F5F5;
}

.line {
  padding: 0px;
  background-color: #DDDDDD;
}

#buttons {
  margin: 0 0 20px 0;
  border: 2px solid #4A6A7C;
  background-color: #F5F5F5;
}

#buttons input {
  font-weight: bold;
  padding: 3px 3px 3px 3px;
  margin: 5px 5px 5px 5px;
}

#header_logo {
  font-size: 24px;
  text-align: right;
  padding-bottom: 3px;
  border-bottom: 2px solid #4A6A7C;
  margin: 0 0 20px 0;
}