@charset "utf-8";
h1 {
	font-size: 2.5em;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #F99500;
	/* [disabled]background-color: #E6EDFF; */
}

h2 {
	font-size: 2.8em;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #F99500;
}
h3 {
	font-size: 2.2em;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #F99500;
	border-bottom-style: solid;
	border-bottom-color: #D78100;
	border-bottom-width: 2px;
}
h4 {
	font-size: 1.8em;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 10px;
	color: #F99500;
}
h5 {
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #5A7DAD;
}

p {
	font-size: 1.1em;
	font-style: normal;
	font-weight: normal;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #666666;
}

  h2, h3 { page-break-after: avoid; }
.small {
	font-size: .8em;
	color: #6384B1;
}
.x_small {
	font-size: 1em;
}



/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
	outline: 0;
}
