A.type1:link    {color:#0167b2; text-decoration:underline;}
A.type1:visited {color:#000000; text-decoration:underline;}
A.type1:active  {color:#0167b2; text-decoration:none;}
A.type1:hover   {color:#0167b2; text-decoration:overline underline;}

/** colors
  blue: 0167b2
  orange: d5a10f
**/

body
{
	font-family: Arial,sans-serif;
  font-size: 10.5pt;
	color: #000000;
	line-height: 1.166;
	margin: 0pt;
	padding: 0pt;
}

#topbar{
  width: 900px;
  text-align: left;
}

#leftBox{
  position: absolute;
  top: 300px;
  left: 200px;
  width: 200px;
  text-align: left;
}

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;
  min-width: 500px;
  max-width: 650px;
  width: 580px; 
}

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: #0167b2;
}

label, input, textarea, select {
	display: block;
	width: 250px;
	float: left;
	margin-bottom: 10px;
}

label {
	text-align: right;
	width: 228px;
	padding-right: 10px;
}

br {
	clear: left;
}

.txtHeader
{
  margin-bottom: 5px;
  text-align: center;
}

.txtHeader2
{
  padding: 10px;
  text-align: center;
	font-size: 14pt;
  font-weight: bold;
  color: #0033CC;
  clear: both;
}

.txtOutput
{
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.txtExp
{
  text-align: left;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 0px;
  margin-bottom: 10px;
  font-style: italic;
}
.txtErr
{
	margin-bottom: 5px;
  text-align: center;
  color: #CC1100;
}
