@charset "utf-8";
/* CSS Document */
h1 {
	font-size: 22px;
	font-weight: bold;
	color: #279f37;
	padding: 0px;
	margin-left: 0px;
	padding-left: 6px;
	border-left: 15px solid #279f37;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	margin: 0px;
	padding: 0px;
	padding-left: 6px;
	margin-top: -5px;
	border-left: 15px solid grey;
}

p {
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 6px;
}
p.rightcontent {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	color: #333;
	margin-top: 0px;
	margin-bottom: 6px;
}

.btn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background: #279f37;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #147521;
  text-decoration: none;
}
