@charset "utf-8";
#footercontent {
	width: 820px;
	height: 50px;
	position: relative;
	margin: 0px auto;
	margin-top: 20px;
}
#footercontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #05680c;
	text-decoration: none;
	font-weight: bold;
	display: inline;
}
#footercontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #05680c;
	text-decoration: none;
	font-weight: normal;
	display: inline;
}




#footercontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #05680c;
	text-decoration: none;
	display: inline;
}
#footercontent a:hover {
	text-decoration: underline;
	color: #05680c;
}
#accredcontent {
	width: 900px;
	height: 80px;
	position: relative;
	margin: 0px auto;
	background-image: url(accredcontent_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 15px;
}
#accredcontent table {
	margin: 0px auto;

}

#accredcontent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: inline;
}
#accredcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	display: inline;
}
#accredcontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	display: inline;
}
#accredcontent a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
