@charset "utf-8";
/* CSS Document */

h1 {
	color: #333300;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333300;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333300;
	margin: 5px;
}
h2 {
	color: #336600;
	font-size: 1.3em;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #669900;
	text-decoration: none;
	line-height: 1.5em;
	text-align: left;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
h3 {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #332323;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

h4 {
	font-size: 1.1em;
	line-height: 1.6em;
	color: #332323;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
h5 {
	font-size: 1em;
	color: #660000;
	margin-left: 10px;
	line-height: 1.3em;
}
h6{
	font-size: 1em;
	line-height: 1.3em;
	color: #996633;
	font-weight: bold;
	margin-left: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


ul{
	list-style-type: none;
}

