body
{
  font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #000;
}

.hidden {
	visibility: hidden;
	display: none;
}
.shown {
	visibility: visible;
	display: block;
}

h1
{
  color: #EB2D2E;
  font-size: 180%;
}

h2
{
  font-size: 150%;
}

h3
{
  font-size: 120%;
}

h4
{
  font-size: 100%;
}

h2, h3, h4, h5, h6
{
  color: #000000;
}

.weak
{
  color: #999;
}

em, strong
{
  color: #EB2D2E;
}

a
{
  color: #00f;
}

table
{
  font-size: inherit;
}

/* coverage */

#usamap, #usamaplink, #camap, #camaplink
{
  text-align: center;
}

#usamaplinks table
{
	margin: 0 auto;
}

#usamaplinks table td
{
  padding: 2px 10px;
}

#usamap, #camap, #usamaplinks
{
  margin-top: 20px;
}

.coverageresults
{
  width: 100%;
}

#portlookupdiv label
{
  display: block;
}