table{
	width:100%;
	margin:0;
	padding:0;
	border:none;
	background:none;
	height:auto;
}

.hpContent {
  margin-top:0px;
  border: 1px solid #039;
  width: 85%;
  height: 350px;
  background:#333;
}

.hpContent h2 {
  background:url(/sitespecific/webassets/images/seo-title-bg-iphone.png) repeat-x #039;
  border: 1px solid #039;
  border-top: none;
  color: #FFF;
  font-size: 18px;
  font-family: "Trebuchet MS", Times New Roman, serif;
  font-weight:bold;
}

.hpContent h3 {
  color: #CCC;
  clear: both;
  text-align: center;
}

.hpContent p{
	color:#CCC; 
	margin:0 10px 10px 10px; 
	text-align:justify
}

.hpContent li{
	color:#CCC; 
	margin:0 10px 2px; 
	text-align:justify
}

.hpInvLinkList ul li{
	margin-left: 20px;
}

/* FONT COLOR SPECIFIED HERE */

.hpContent a:link {color: #FFF; text-decoration:underline;}
.hpContent a:hover {color: #F90;}



