a:link
{
  text-decoration: none;
  color: black;
}
a:visited
{
  text-decoration: none;
  color: black;
}
a:hover
{
  text-decoration: underline;
  color: black;
}
h2 
{
	margin: 0px;
	border-bottom: 1px solid #727272;
	display: block;
}
input, select
{
font-family: Arial; font-size: 9pt; color: #233B73; border: 1px solid #727272;
}

fieldset {
    border: 1px solid #CCCCCC;
    -moz-border-radius: 4px;
}

fieldset legend {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
    color: #AA0700;
}

fieldset table {
	padding-bottom: 6px;
	padding-top: 5px;
	padding-left: 2px;
	padding-right: 0px;
    float: left;
    font: normal 11px Arial,Helvetica,sans-serif;
	text-align: left;
}
	.maintext
	{
		font-size:12px;
		font-family: Arial;
		font-style:normal;
		line-height: normal;
		font-weight:normal;
		text-transform: none;
		color:#000000;
		text-decoration: none;
	}

	.maintext a
	{
		font-size:12px;
		font-family: Arial;
		font-style:normal;
		line-height: normal;
		font-weight:normal;
		text-transform: none;
		color:#000000;
		text-decoration: none;
	}

	.errortext
	{
		font-size:14px;
		font-family: Arial;
		font-style:normal;
		line-height: normal;
		font-weight:bold;
		font-variant: normal;
		text-transform: none;
		color:#FF0000;
		text-decoration: none;
	}
	.heading
	{
		font-size: 13px;
		font-family: Arial;
		font-style:normal;
		line-height: normal;
		font-weight:bold;
		text-transform: none;
		color:#000000;
		text-decoration: none;
	}