.smalltext {
	font-size: 11px;
}
.redtext {color: #FF0000}
.boldasterisk {
	font-size: 24px;
	color: #FF0000;
	line-height: 15px;
}
.boldgreen {
	color: #008081;
	font-weight: bold;
}
.legendstyle {
	font-size: 16px;
	font-weight: bold;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #008081;
	text-decoration: underline;
}


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #FFFFFF
}

table {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.banner {
	font-size: 24px;
	color: #FFFFFF;
}

.tableheader {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.greenbold {
	color: #008081;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #008081;
	height: 20px;
	padding: 5px;
}

table.special {
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

fieldset {
  padding: 1em;
  font:12px;
  }
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  font-weight:bold;
  }

legend {
  padding: 0.2em 0.5em;
  border:1px solid #003300;
  color:#008081;
  font-size:12px;
  text-align:right;
  }
#header { 
  display : none; 
} 
