/* CSS Document */
/* Custom Styles */
.title{
	font-family: Tahoma, Verdana, Helvetica
	font-size: 30px;
	background-color: #006666;
  color: #000000;
}

.subtitle{
	font-family: Tahoma, Verdana, Helvetica
	font-size: 26px;
  color: #000000;
}

.content{
	font-family: Tahoma, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

/* Tag Custom Styles for headings and paragraphs in the editor. */

h1 {
	font-family: Tahoma, Verdana, Helvetica;
  	font-size: 25px;
	line-height: 45px;
	color: #000000;
               background: url(/has/lib/has/_template413/_assets/underline.png) no-repeat left bottom ;

}

h2 {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
  	color: #000000;
}

h3{
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 19px;

  color: #000000;
}

h4{
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 16px;

  color: #000000;
}

body, p {
	font-family: Tahoma, Verdana, Helvetica;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
}

