* {
	margin: 0;
}
html, body {
	height: 100%;
	font: 12px/21px helvetica, arial, sans-serif;
	color: #000;
}
p {
	padding: 4px 0 0 0;
}
p a {
	text-decoration: none;
	color: #378c35;
}
p a:hover {
	text-decoration: underline;
}

.p-FAQ-TITLE {
	font: bold 14px/22px helvetica, arial, sans-serif;
	color: #378c35;
	padding: 6px 0 0 0;
}
.p-FAQ-TEXT {
	font: 14px/22px helvetica, arial, sans-serif;
	padding: 0 0 12px 0;
}
.p-FAQ-TEXT a {
	color: #378c35;
	text-decoration: none;
}
.p-FAQ-TEXT a:hover {
	text-decoration: underline;
}

ul {
	margin: 0;
	padding: 0 0 0 20px;
}
li {
	font: 14px/22px helvetica, arial, sans-serif;
}

.ul1 
{
	list-style-image:url('_images/common.LIST-ITEM.png');
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
}
.li1 {
	margin: 0 0 4px 0;
	font: 14px/22px helvetica, arial, sans-serif;
}
.ul2
{
	margin: 6px 0 20px 0;
	padding: 0 0 0 0;
	list-style-image: url(_images/common.LIST-ITEM2.png);
	list-style-position: inside;
}
.li2 {
	margin: 0 0 6px 0;
	font: 11px/14px Verdana, arial, sans-serif;
}
.ul3
{
	margin: 6px 0 20px 12px;
	padding: 0 0 0 0;
	list-style-image: url(_images/common.LIST-ITEM3.png);
	list-style-position: outside;
}
.li3 {
	margin: 0 0 6px 0;
	font: 12px/15px Helvetica, arial, sans-serif;
}
.sticky_top {
	z-index: -1;
	text-align: center;
	height: 142px;
	padding: 20px 0 0 0;
	position: fixed;
	top: 0px;
	width: 100%;
	color: #b3dbaf;
	background-color: #000;
	list-style-image: url(sadfasdfasdf);
}
.background_color {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -3;
	width: 100%;
	height: 100%;
	background-color: #b3dbaf;
}
.backgroundtop {
	z-index: -2;
	width: 100%;
	position: fixed;
	left: 0px;
	top: 162px;
}
.backgroundbottom {
	z-index: -2;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px; /* the bottom margin is the negative value of the footer's height */
}
.guts {
	position: fixed;
	top: 110px;
	width: 100%;
}
.main {
	padding: 20px 20px 30px 20px;
}
.type-L {
	font-size: 14px;
	line-height: 22px;
}
.type-L a {
	text-decoration: none;
	color: #378c35;
}
.type-L a:hover {
	text-decoration: underline;
}
.top {
	font: italic 12px/22px arial, sans-serif;
	color: #378c35;
}
.footer, .push {
	height: 40px; /* .push must be the same height as .footer */
}
.footer_contents {
	font-size: 10px;
	text-align: center;
	color: #b3dbaf;
	background-color: #000;
}
.footer_contents a {
	text-decoration: none;
	color: #b3dbaf;
}
.footer_contents a:hover {
	text-decoration: underline;
}

