DIV.content {
	text-align: justify;
	overflow: auto;
	height: 400px;
	padding-left: 10px;
  padding-right: 10px;
}

TD {
	font-family: "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
	font-size: 9pt;
	line-height: 20px;
}

TD P {
  padding-left: 10px;
}

H1 {
	font-size: 9pt;
	letter-spacing: 2px;
	color: #FF9000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFDF00;
	text-transform: lowercase;
}

B {
  color: #FFFFFF;
}

A {
  text-decoration: none;
}

A:hover {
	color: #FFFFFF;
	text-decoration: underline;
	cursor: help;
}

