html {
  height: 100%;
  margin-bottom: 0px;
  margin-left: 6px
}

img {
	border: none;
}

body, .componentheading, table, legend  {
	font-family: Verdana, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #330033;
	text-decoration: none;
}

p {
	margin-top: 0;
	margin-bottom: 5px;
	text-align: none;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited {
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	color: #155867;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	color: #C0000;
}

