@charset "utf-8";

.title_text_blue {
	font-size: 21px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #0067B1;
}

.title_text_green {
	font-size: 21px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #5bbf21;
}

.body_txt {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

.body_gray {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666
}

a.green-button 
{
  text-decoration: none;
  display: block;
  float: right;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: url(images/green-button.png) no-repeat 0 0 ;
}

.node a.green-button {
  float: left;
  margin-top: 15px;
}

a.green-button span {
  display: block;
  float: right;
  line-height: 22px;
  padding: 5px 18px;
  background: url(images/green-button.png) no-repeat 100% 100%;
}

.node a.green-button span {
  float: left;
  line-height: 21px;
  padding: 6px 18px 5px;
}

a.green-button:hover {
  color: #daf4cd;
}
