html {
  margin: 0px;
  padding: 0px;
  height: 100%;
  font-size: 0.8em;
}

body {
  font-family: Arial, Verdana, sans-serif;
  color: #000;
  text-align: left;
  font-size: 1em;
  line-height: 1.6em;
}


#footer {
  font-size:11px;
  color: #fff;
}

#footer a:hover {
  color:#0064ff;
}

#footer a {
  padding: 0.1em 0;
  margin: 0 0.1em;
  color: #fff;
  text-decoration: none;
}

#content a {
	color: #0028c8;
	text-decoration: none;
}

#content a:hover {
  color: #777777;
}



#content input, #content textarea { color:#000000; font-size:11px; padding:1px; background-color:#FFFFFF; border-width:1; font-family:Arial,Verdana,sans-serif;  }


a img {border: 0;}



table {
   font-size: 1em;
   line-height: 1.6em;

}


h1, h2, h3, h4, h5, h6 {
   clear: both;
   font-weight: normal;
}

h1 {
  font-size:1.9em;
  height: 30px;
  width:196px;
  margin: 0 0 20px 0; padding: 0;
  text-transform:uppercase;
  background:url(../img/bg_h1.gif) repeat-x bottom;
}

h2 {
   font-size: 1.5em;
   font-weight: normal;
   letter-spacing: 0.01em;
   margin: 20px 0 15px 0;
   padding: 0;
}   

h3 {
   font-size: 1.2em;
   letter-spacing: 0.05em;
}
   

ul {
  list-style-type:square;
  list-style-position:outside;
}

