

body {
  font-size: 90%;
  font-family: Verdana, Monaco, sans-serif;
  line-height: 1.4em;
}


h1 span, h2 span, p span, a span {
  display: none;
}


h1, h2, h3 {
  font-family: Georgia, Trebuchet, serif;
  font-weight: normal;
}

h1 { font-size: 1.6em }

h2 { font-size: 1.5em }

h3 { font-size: 1.4em }


#header, #content {
  width: 760px;
  margin: 0 auto;
}

#header {
  /*background: url(/xxx/bg_header.jpg) no-repeat;*/
  height: 211px;
  border-bottom: 2px solid #efefef;

}

#content {
  clear: both;
  background: url(/images/bg_content_y.png) repeat-y;
  padding: 0 12px;
}

.mytitle {
  background: #333 url(/images/bg_fuzzy.jpg) repeat-x bottom;
  color: #fff;
  padding: 20px 1em 2em 1em;
}

.mytitle em { font-style: normal; }



table {
  font-family: Arial, Verdana, Helvetica;
  font-size: 12px;    
}

#speedtest {
  font-family: Arial, Verdana, Helvetica;
  font-size: 11px;    
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#lookup_form {
  background: url(/images/form.jpg) no-repeat;
  width: 408px;  height: 230px;
  margin: 0px auto;
}

#map {
  padding-top: 15px;
  margin: 0px auto;
}


#menu {
	background-image: url(/images/hsep.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Sans Serif;
	font-size: 9pt;
	font-weight: normal;
	margin-top: 2px;
	padding-bottom: 4px;
	padding-left: 1px;
	position: relative;
}
#menu * {
	font-weight: normal;
}
#menu img {
	vertical-align: text-bottom;
}

.footer {
  background: #333 url(/images/bg_footer.jpg) repeat-x bottom;
  color: #fff;
  font-size: 8pt;
  padding: 20px 1em 2em 1em;
}

.footertbl {
background-color: #333
}

.iseven {
	background: #C3C3C3;
}

.isodd {
	background: #DBDBDB;
}

.isip {
	background: yellow;
}

