.typography {
	font-size:0.9em;
}

.typography p, .typography table, .typography ul, .typography ol {
	margin-bottom:1em;
	line-height:1.5em;
}

.typography ul {
	list-style-type:disc;
	margin-left:2em;
}
.typography ol {
	list-style-type:decimal;
	margin-left:2em;
}

.typography h1 {
}
.typography h2 {
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:0.25em;
	color:#5a849e;
}
.typography h3 {
	font-weight:bold;
	margin-bottom:0.5em;
}

.typography h4 {
}


.typography a {
	color:#009DDC;
	text-decoration:none;
}
	.typography a:hover, .typography a:focus {
		text-decoration:underline;
	}


.typography img.left {
	float:left;
	display:block;
	margin:0px 8px 8px 0;
}
.typography img.right {
	float:right;
	display:block;
	margin:0px 0 8px 8px;
}

.typography .pdf {
	background:url('../../../sapphire/images/icons/page_white_acrobat.png') left 2px no-repeat;
	padding:2px 0 2px 25px;
}
.typography .doc {
	background:url('../images/doc.png') left 2px no-repeat;
	padding:2px 0 2px 25px;
}

.typography .bulletlessList {
	list-style-type:none;
	margin-left:0;
}




p.bottomMessage {
	position:absolute;
		top:330px;
}

.typography .red {
	color:#FF0000;
}

.centered {
	text-align:center;
}