a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
  color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}

.panoramaPad {
	margin-top: 7px;
	margin-bottom: 7px;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	color: #000000;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
