A.type1:link    {color:#0033CC; text-decoration:underline;}
A.type1:visited {color:#000000; text-decoration:underline;}
A.type1:active  {color:#0033CC; text-decoration:none;}
A.type1:hover   {color:#0033CC; text-decoration:overline underline;}

body
{
	font-family: Arial,sans-serif;
	font-size: 10.5pt;
	color: 006D8C;
	line-height: 1.166;
	margin: 0pt;
	padding: 0pt;
	/* background-color: #3654A8; */
}

#topbar{
  width: 560px;
  font-size: 20px;
  color: #BF932A;
  text-align: center;
}

form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  width: 550px; 
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form fieldset legend {
  font-family: Verdana,Arial,sans-serif;
  font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
  font-weight: bold;
  color: #BF932A;
}

label, input, textarea, select {
	display: block;
	width: 250px;
	float: left;
	margin-top: 10px;
}

label {
	text-align: right;
	width: 170px;
	padding-right: 10px;
}

br {
	clear: left;
}

.txtFine
{
	display: block;
	width: 250px;
	float: left;
  font-size: 10px;
  text-align: left;
}
.txtOutput
{
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.txtErr
{
	margin-bottom: 5px;
  text-align: center;
  color: #CC1100;
}


