body {
	font: 11pt Arial, Verdana, Helvetica, sans-serif;
}

tr {
	vertical-align: top;
}

hr {
	color: #D0D7DF;
}

h1, h2, h3, h4 {
	color: #36549B;
}
h1 {
	border-bottom: 1px solid #D0D7DF;
	font-size: 140%;
	color: #0E5D44;
	background: inherit;
	text-transform: uppercase;
}
h3 {
	text-transform: uppercase;
}

strong {
	color: #36549B;
}

.blueBox {
	border: 1px solid #5C6BAB;
	color: #FFF;
	background: #A9B5C3;
	font-size: 11pt;
	font-weight: bolder;
}
.blueBox div {
	padding: 10px;
}

.blueBox .header {
	text-transform: uppercase;
}

.blueBox .content {
	border-top: 1px solid #5C6BAB;
	border-bottom: 1px solid #5C6BAB;
	color: #36549B;
	background: #FFF;
}
.blueBox .content a:link,
.blueBox .content a:visited,
.blueBox .content a:active,
.blueBox .content a:hover {
	text-transform: uppercase;
	color: #36549B;
	background: #FFF;
	text-decoration: none;
}

.blueBox .footer {
	font-weight: normal;
}

.greyBox {
	background: #FFF;
	border: 1px solid #D0D7DF;
	padding: 10px;
}

.rightBox {
	border: 1px solid #5C6BAB;
	color: #000;
	background: #A9B5C3;
	font-size: 11pt;
	padding: 10px;
}

.pageContent {
	background: #FFF;
	border: 1px solid #D0D7DF;
	padding: 15px;
	font-size: 11pt;
}

.flatstickFooter {
	font-size: 80%;
	font-weight: normal;
	text-align: center;
}