/*header styles*/

h6 {
	display: block;
	border-bottom: 1px solid #5B5E27;
	border-top: 1px solid #5B5E27;
	margin-top: 1px;
	margin-bottom: 10px;
	padding: 7px 2px;
	text-indent: 1px;
	line-height: 1.4em;	
	font-size: 0.9em;
	font-style: italic;
	}

/*registry styles*/

#registry {
	margin-bottom: 0.5em;
	-moz-border-radius-topright:20px;
	-webkit-border-top-right-radius:20px;
	-khtml-border-radius-top-right:20px;
	border-top-right-radius:15px;
	-moz-border-radius-topleft:20px;
	-webkit-border-top-left-radius:20px;
	-khtml-border-radius-top-left:20px;
	border-top-left-radius:15px;
		}
	
/*bullet styles*/	

ul.indent {
	list-style-type: none;
	padding-left: 2em;
	}

li.first {
	list-style-type: none;
	padding-left: 0;
	font-weight: bold;
	font-size: 1em;
	color: #606060;
	}
	
.bullets {
	list-style-type: none;
	}
	
.bullets li {
	list-style-type: none;
	}	

/*box styles*/

fieldset {
	border: 2px solid #7ECFAD;
	margin-bottom:10px;
	margin-top: 15px;
	padding: 5px 5px 7px 15px;
	background-color: #F8F9FA;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}
	
pre {
    display: block;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
    white-space: pre;
    margin: 1em 0;
} 	

table, th, td {
    border: none;
    border-collapse: collapse;

}

td {
    padding: 10px;
}

table p {
	font-size: smaller;
	font-style: italic;
	text-align: left;
	}	

table#t01 {
  border: 1px solid black;
  background-color: #f1f1c1;
}

/*image styles*/

div.floato {
  float: none;
  margin: 1em 20em 0 20em;
  }
  
div.floato p {
   text-align: center;
   font-size: smaller;
   font-style: italic;
   }

#(img-id) {


    max-width: 1150px;
    max-height: 130px;
    width: 100%;
    height: auto;
	}
