body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	background-color: #666666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	left: 10px;
	position: relative;
	top: 15px;
}

a:link {
	color: #3300FF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.outsideborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.footer {
	font-size: 10px;
	color: #000000;
	background-color: #9FBAF2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
  .error {
  font-family: Verdana;
  font-size: 8pt;
  color: red;
  display:none;
  }
