@import url(../microsites/css/base.css);

DIV#content {
	padding: 4px;
}

DIV#content H2 {
	font-size: 28px;
	text-transform: uppercase;
	color: rgb(94, 118, 170);
	margin: 20px 0;
}

DIV#content P {
	color: rgb(6, 56, 104);
	font-size: 11px;
	line-height: 140%;
}

DIV#content B {
	color: rgb(0, 53, 100);
}

DIV#contentInner {
	padding: 0 20px;
	height: 510px;
	overflow: auto;
}

