body
{
  font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #666;
}

.hidden {
	visibility: hidden;
	display: none;
}
.shown {
	visibility: visible;
	display: block;
}

h1
{
  color: #1B204A;
  font-size: 200%;
}

h2
{
  font-size: 150%;
}

h3
{
  font-size: 120%;
}

h4
{
  font-size: 100%;
}

h2, h3, h4, h5, h6
{
  color: #1B204A;
}

.weak
{
  color: #999;
}

em, strong
{
  color: #000;
}

a
{
  color: #00f;
}

table
{
  font-size: 100%;
}

iframe
{
  border: none;
	padding: 0 10px;
}

dt
{
  font-weight: bold;
	margin-top: 10px;
}

/* 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;
}

#voipcoverageresults, #dialupcoverageresults
{
  width:50%;
	float: left;
}

#mainad
{
  margin: 20px 0 10px;
  padding: 0 0 20px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.verticalad
{
  float: left;
  width: 140px;
  margin: 5px;
  position: relative;
  height: 550px;
  border: 1px solid #ccc;
}

.verticalad .adimg
{
  width: 100%;
  text-align: center;
  overflow: hidden;
  height: 120px;
}

.verticalad .adimg img
{
  margin: 0 auto;
}

.verticalad h2
{
  text-align: center;
}

.verticalad ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

.verticalad ul li a
{
  margin-top: 10px;
  text-decoration: none;
  display: block;
  color: #666;
  padding: 2px;
  border: 1px solid #fff;
}

.verticalad ul li a:hover
{
  background-color: #eee;
  border: 1px solid #ccc;
  color: #000;
}

.verticalad ul li a:hover span
{
  text-decoration: underline;
}

.verticalad ul li.signupbottom
{
  width: 100%;
  border-top: 1px solid #ccc;
  position: absolute;
  bottom: 0;
  left: 0;
}

.verticalad ul li a span
{
  display: block;
  font-weight: bold;
  color: #00f;
}

.verticalad ul li a span.price
{
  text-align: center;
  font-size: 250%;
}

.verticalad ul li a span.signupnow
{
  text-align: center;
  font-size: 140%;
}