
*{
  padding: 0;
  margin: 0;
}

body {
  background-color:#FFFFFF;
  font-family:arial,helvetica,sans-serif;
  font-size: 100.1%;
  color: #666;
  padding: 0;
}

img{
  border: none;
}

a, a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #990012;
  text-decoration: underline;
}

h1 {
	font-family:arial,sans-serif;
	font-size:0.9em;
	font-weight:bold;
	line-height:135%;
	margin:0;
	padding:0;  
}

h2 {
  font-size: 0.8em;
}

h3{
  font-size: 0.8em;
  font-weight: normal;
}

h4,h5,h6{
  font-size: 0.7em;
  font-weight: normal;
}


p {
    line-height:135%;
    margin-top:0.4em;
    margin-bottom: 1em;
}

p img {
	margin-top: 5px;
}

fieldset{
  border: none;
}


.clear{
  clear: both;
}

.noheight{
  height: 0px;
  line-height: 0px;
  font-size: 0;
  display: block;
}

.offscreen{
  position: absolute;
  left: -5000px;
}

