﻿.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: left;
	word-spacing: normal;
	letter-spacing: normal;
	white-space: normal;
}
.bullet_sentence {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	list-style-type: circle;
	list-style-image: none;
	list-style-position: outside;
}
.red_italic_text_medium {
	font-family: arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: red;
}
.small_type {
	font-family: arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}
.xx_small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

.background_color {
	background-color: #E7EEF0;
}

