h4 {
	position:relative;
	background: url(../images/gradient_dark_blue.png) 0% 0% repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #004E73;
	text-align: justify;
	padding:0.2em;
	
}

h2 {
	position:relative;
	background: url(../images/gradient_light_blue.png) 0% 0% repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #3EB1F1;
	text-align: justify;
	padding:0.2em;
}

h3 {
	display:block;
	position: relative;
	background: url(../images/gradient_light_grey.png) 0% 0% repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FF5C00;
	text-align: justify;
	padding:0.2em;
}

.footer {
	display:block; 
	background-color:#FFF3ED;
	text-align:center; 
	padding:0.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #004E73;
	text-align: justify;
}

.intro_text {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #3EB1F1;
	text-align: justify;
	margin-left: 0.5em;
	
}

.highlight_text {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #FF5C00;
	text-align: justify;
	margin-left: 0.5em;
	
}

.standard_text {
	font-family: Arial, Helvetica, sans-serif;
	color: #004E73; 
	/* color: #000000; */
	text-align: justify;
}

.subtitle_text {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #3EB1F1;
	text-align: justify;
	margin-left: 0.5em;
}

.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #000080;
	text-align: justify;
	margin-left: 0.5em;
}

.important_paragraph {
	padding: 0.2em;
	width: 30em;
	border: 0.1em solid #FF5C00;
	color: #004E73;
	margin-left: 0.5em;
	text-align: justify;
	
}