* {
  margin: 0;
  padding: 0;
}


html, body, a, h1, h2, h3, h4, h5, h6, div, p, ul, li, table, tr, td, th, input, select, textarea, label, button {
  color: #333333;
  font-family:  Verdana, Arial, sans-serif;
  font-size:11px;
  line-height: 13px;
}

/*
body {
  font: 11px Verdana, Arial, sans-serif;
}
*/



html, body {
  padding:0;
  margin:0;
  height:100%;
  background-color:#e8e7e7;
  background-image:url(../../images/lht/bg.gif);
  background-position: 0 0; 
  background-repeat:repeat-x;
}

/*
body {
  text-align:center;
}


a{
  cursor: pointer;
  text-decoration: none;
}

img {
  border:none;
}

ul {
  list-style: none;
}

a,
a:link,
a:visited {
  color: #00f;
}
a:focus,
a:hover,
a:active {
  color: #000066;
}

*/

.floatLeft {
  float:left;
}

.floatRight {
  float:right;
}

div.noFloat {
  clear:both;
}

br.noFloat {
  clear: both;
  display: block;
  width: 0;
  height: 0;
}

#placeholder {
  height:35px;
  background-image:url(../../images/lht/bg_homepage_content.gif);
  background-position: 0 0;
  background-repeat:repeat-y;
}

em,
em.registeredTrademark {
  position:relative;
  top:-4px;
}

/*
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	font-size: 11px;
	top:-4px;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}
*/


sup, sub {
   vertical-align: baseline;
   position: relative;
   top: -0.4em;
   font-size: 11px;
}
sub { 
  top: 0.4em;
}

