@charset "UTF-8";
/* CSS Document */

body {
	background-color: #3F4450;
}

h1 {
	color: #f26722;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}


h2 {
	color: #f26722;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}


h3 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 18pt;
}

h4   {
	color: #F26722;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	
}
h5   {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10pt;
	font-style: italic;
}


h6   {
	color: #F26722;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 10pt;
	font-style: normal;
}



p  {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
}


.body_text  {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
}
.orange_text   {
	color: #F26722;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.orange_header {
	color: #f26722;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

a:link {
	color: #F26722;
	text-decoration: none;
}
a:visited {
	color: #EF6722;
	text-decoration: none;
}
a:hover {
	color: #3F4450;
	text-decoration: none;
}
a:active {
	color: #F26722;
	text-decoration: none;
	
}.quote_text_white {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10pt;
	font-style: italic;
}
.quote_text_orange {
	color: #F26722;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10pt;
	font-style: normal;
}
.body_text20pt {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 20pt;
}

