/*******************************************************************************
Text
*******************************************************************************/

.contentheaderwhite {
	font-family: arial;
	font-size: 1.8em;
	color: white;
	position: relative;
	left: -1px;
	display: inline;
}

.contentheaderblue {
	font-family: arial;
	font-size: 1.8em;
	color: #69cef6;
	position: relative;
	left: -1px;
	display: inline;
}

.contentgreenhighlight {
  color: #68ff03;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: white;
	position: relative;
	left: -1px;
	font-style: normal;
	font-weight: bold;
}

h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.7em;
	color: #000;
	line-height: 1.3em;
}

