body {
  font-family: Arial;
  font-size: 0.68em;
  line-height: 155%;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

fieldset, legend, form {
	margin: 0;
	padding: 0;
}
legend {
  color: #2c221e;
}

 

img {
  border: none;
}
fieldset {
  border: 1px solid #E1E3D3;
  padding: 10px;
  margin: 0 0 5px 0;
  background: #E1E3D3;
  position: relative;
}

table {
  font-size: 100%;
}



h1 {
	font-size: 200%;
	line-height: normal;
	margin: 10px 0 0px;
}
  h1 a {
  	text-decoration: none;
  }
h2 {
	font-size: 130%;
	margin: 20px 0 5px 0;
	line-height: normal;
	font-weight: normal;
	background: #E1E3D3;
	color: #2c221e;
	padding: 7px 10px;
	text-transform: uppercase;
}
  h2 a {
    color: #2c221e;
    display: block;
  	text-decoration: none;
  }
 
h3 {
	font-size: 130%;
	margin: 15px 0 5px 0;
}
  h3 a {
  	text-decoration: none;
  }
  h3 a:hover {
    color: #2C221E!important;
  	text-decoration: underline;
  }
h4 {
	font-size: 120%;
	margin: 10px 0 0px 0 !important;
}

p	{
	margin: 5px 0;
	padding: 0;
}

form {
  margin: 0px;
  padding: 5px 0;
}
input {
 
}