/**
 * Header formatting
 */

body {
	background: #031f50;
	margin: 10px 0px 0px 15px;
	padding: 0;
}

h1 {
	color: #d4e9fc !important;
	margin-top: 12pt;
	font-size: 14pt;
	text-decoration: none;
	font-weight: normal;
}

h1 span.section {
	color: #000000;
	font-size: 11pt;
}

#stage {
	position: absolute;
	right: 0px;
	top: 9px;
	padding-right: 10px;
}

#stage img {
	margin-right: 4px;
}


