:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; border: none; }
a img,:link img,:visited img { border:none }
address { font-style:normal }


body {
  font-family: Arial, Verdana, Helvetica, sans-serif;
  background-color: #fff;
  color: #000;
  font-size: .75em;
}
p, ul {
  padding-bottom: 10px;
}
p, ul {
  
}
big {
  font-size: 1.5em;
}
a:link, a:visited {
  text-decoration: underline;
}
a:hover {
}
h1 {
	font-weight:normal;
	padding-bottom:0.5em;	
	font-size:1.2em;
}
h2 {
}
h3 {
}
h4 {
}
iframe {
  background-color: #fff;
}


.hidden {
  /* Take this out of flow of doc so page isn't effected when resizing */
  position: absolute;
  /* So hidden text doesn't become visible when resizing */
  margin: 0 0 0 -5000px;
  padding: 0;
}
.error {
  color: red;
}

p, li, h1, h2, h3 {
	line-height:1.4em;
}