@charset "utf-8";
/* font-family: 'Open Sans', sans-serif; */
h1 {
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#C7D301;
	margin-bottom:20px;
	line-height:100%;
	padding-bottom:10px;

}

h1.page-title{
	background:none;
	padding-bottom:30px;
}

h2 {
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#C7D301;
	margin-bottom:10px;
	line-height:150%;
}

h3 {
	display:block;
	font-size:20px;
	font-weight:bold;
	color:#C7D301;
	margin-bottom:10px;
	line-height:100%;
	padding-bottom:20px;
	margin-top:20px;

}

h3.page-title{
	background:none;
	padding-bottom:30px;
}

#text p,
#text a,
#text p a, p {
	font-size:15px;
	font-weight:normal;
	color:#000;
	margin-bottom:10px;
	line-height:150%;
}

a.link {
	font-size:15px;
	font-weight:normal;
	color:#000;
	margin-bottom:10px;
	line-height:150%;
}

a.link:hover {
	color:#000;
	text-decoration: underline;
}
