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;
  font-weight: bold;
  position: absolute;
  left: 0px;
  top: 0px;
}

fieldset {
  border: 1px solid #E1E3D3;
  display: block;
  padding: 10px;
  margin: 0 0 5px 0;
  background: #E3E7EE;
  position: relative;
} 

img {
  border: none;
}

table {
  font-size: 100%;
}


/* powered by symbio */
h1 {
	font-size: 210%;
	text-transform: uppercase;
	font-weight: normal;
	line-height: normal;
	margin: 10px 0 0px;
}
  h1 a {
  	text-decoration: none;
  }
h2 {
	font-size: 130%;
	margin: 20px 0 5px -30px;
	line-height: normal;
	font-weight: normal;
	padding: 5px 5px 5px 30px;
	text-transform: uppercase;
	background: #E3E7EE;
}
  h2 a {
    display: block;
  	text-decoration: none;
  }
 
h3 {
	font-size: 120%;
	margin: 10px 0 0px 0;
}
  h3 a {
    display: block;
  	text-decoration: none;
  }
h4 {
	font-size: 120%;
	margin: 10px 0 0px 0 !important;
}

p	{
	margin: 3px 0;
	padding: 0;
}

form {
  margin: 0px;
  padding: 0px 0;
}
input {
 
}

ul {
  list-style-type: none;
  padding: 0px;
  margin: 3px 0;
}
  ul li {
    list-style-type: none;
    padding: 0 0 0 18px;
    margin: 5px 0 10px;
    background: url(../images/ul_li.gif) left 5px no-repeat;
  }
    ul li a {

    }

ol {
  padding: 0px;
  margin: 3px 0 0 15px;
}    
  ol li {
    padding: 0 0 0 5px;
    margin: 5px 0 10px;
  }
    


table {
  width: 100%;
  vertical-align: top;
}
  table td {
    vertical-align: top;
    background: #E3E7EE;
    padding: 5px;
  }
