@charset "utf-8";
h1,h2,h3,h4,h5,h6 {
	margin:0;
	margin-bottom:3px;
	margin-top: 3px;
	}

body,td,th {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}
p {
	margin: 0px;
	padding: 0px 0px 10px;
}
strong {
	color: #441305;
}
h1 {
	color: #FC0;
	padding: 5px 0px 5px 10px;
	overflow: hidden;
	margin-bottom:10px;
	display: block;
	font: 18px Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #233329;
	background: #233329;
}
h2 {
	color: #233329;
	padding: 10px 0px;
	overflow: hidden;
	margin-bottom:10px;
	display: block;
	font: 18px Arial, Helvetica, sans-serif;
	border-bottom: 1px dashed #24342A;
}

h3 {
	color: #233329;
	border-bottom: 1px solid #CCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
	font: 14px Verdana, Geneva, sans-serif;
	font-weight:bold
}

h4 {
	color: #233329;
	font-size: 14px;
}
h5 {
	color: #233329;
	font-size: 14px;
}
h6 {
	color: #233329;
	font-size: 14px;
}
li {
	list-style: url(../AqualandTemplate/arrrow.png) none outside;
}
a:link {
	color: #233329;
	text-decoration: none;
}
a:visited {
	color: #233329;
	text-decoration: none;
}
a:hover {
	color: #233329;
	text-decoration: underline;
}
a:active {
	color: #233329;
	text-decoration: none;
}

