H1.h1{
  color: #444E69;
  text-shadow: 0 1px 1px #FFFFFF;
  font-size: 26px;
  letter-spacing: 0;
  line-height: 33px;
  font-weight: normal;
	margin: 15px 0 20px;
}
H2.title{
  margin: 5px 0 15px;
  color: #444E69;
  text-shadow: 0 1px 1px #FFFFFF;
  font-size: 19px;
  line-height: 22px;
  font-weight: normal;
}
H2.title_orange{
	color:#F8981D;
  margin: 5px 0 15px;
  text-shadow: 0 1px 1px #FFFFFF;
  font-size: 19px;
  line-height: 22px;
  font-weight: normal;
}
H3.subTitle {
	color: #404040;
  margin: 5px 0 15px;
  text-shadow: 0 1px 1px #FFFFFF;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
}

H3.forBox{
    color: #2E88C7;
    font-size: 19px;
    margin: 10px 0;
}

H4.interTitle {
	color: #121212;
  margin: 5px 0 15px;
  text-shadow: 0 1px 1px #FFFFFF;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
}
H4.orange {
	color: #f8981d;
  margin: 5px 0 15px;
  text-shadow: 0 1px 1px #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
H4.blue {
	color: #369ad5;
  margin: 5px 0 15px;
  text-shadow: 0 1px 1px #FFFFFF;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
}
H5.header {
	color:#666;
	font-weight:bold;
}
H6.legend {
	color:#999999;
	font-size:10px;
	font-style:italic;
}
