html, body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6;
	color: #3e4d54;
	background-color: #fff;
	background-image: url(../images/layout/bg.gif);
	background-repeat: repeat;
}

a {
	color: #a1c611;
	margin: 0;
}
	

h1, h2, h3, h4, h5, h6 {
	color: #a1c611;
}

h1 {
	font-family: Arial, Helvetica,  sans-serif;
	font-size: 2.6em;
}
h2 {
	font-family: Arial, Helvetica,  sans-serif;
	font-size: 1.4em;
}

ul {
	list-style-type: square;
	padding-left: 15px;	
}


hr {
	
	height: 3px;
	margin-bottom: 30px;
	margin-top: 30px;
	background-color: #a1c611;
	border: 0px solid #a1c611;
	}

.hr1 {
	
	height: 1px;

	margin-bottom: 20px;
	margin-top: 3px;
	background-color: #a1c611;
	border: 0px solid #a1c611;
	}
.hr2 {
	
	height: 1px;
	
	margin-bottom: 3px;
	margin-top: 20px;
	background-color: #a1c611;
	border: 0px solid #a1c611;
	}

.caption {
	font-family: Arial, Helvetica,  sans-serif;
	font-size: 1.8em;
	line-height: normal;
	font-style: italic;
}

.margintop {
	margin-top: 20px;
}

.greencontent {
	float: none;
	margin: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #a1c611;
}
.greenbox {
	margin: auto;
	padding: 0px;
	width: 100%;
	max-width: 1140px;
	min-width: 100px;
}

.floatleft {
	float: left;
}
.floatright {
	float: right;
}

ul.navi li {
	margin-top: -0.6%;
	padding-right: 20px;
	font-family: Arial, Helvetica,  sans-serif;
	font-size: 1em;
	float: left;
	color: #3e4d54;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
ul.navi li a {
	font-family: Arial, Helvetica,  sans-serif;
	float: left;
	color: #3e4d54;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
ul.navi li a:hover {
	font-family: Arial, Helvetica,  sans-serif;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	color: #000;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a1c611;
}
ul.navi li a:active {
	font-family: Arial, Helvetica,  sans-serif;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	color: #000;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a1c611;
}


span.error {
	display: inline-block;
	vertical-align: top;
	width: 15%;
	margin-top: 4px;
	margin-left: 5px;
	padding: 0 5px;
}


ul.navi2 li {
	margin-top: -0.6%;
	padding-right: 20px;
	font-family: Arial, Helvetica,  sans-serif;
	font-size: 1em;
	float: right;
	color: #3e4d54;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
ul.navi2 li a {
	font-family: Arial, Helvetica,  sans-serif;
	color: #3e4d54;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
ul.navi2 li a:hover {
	font-family: Arial, Helvetica,  sans-serif;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	color: #000;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a1c611;
}
ul.navi2 li a:active {
	font-family: Arial, Helvetica,  sans-serif;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	display: block;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
