.typography {
	color: #0e0f0f;
	font-size: 11px;
	font-family: verdana, arial, lucida;
	position:relative;
}

p {
	line-height: 14px;
	letter-spacing: 0.1px;
	
	margin: 5px;
	padding:0;
}

h1 {
	color: #10213d;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 5px;
	padding:0;
	position:relative;
}
	h1 a {
		color: #10213d;
	}

h2 {
	color:#FF0000;
	font-size: 11px;
	margin:0;
	padding:0;
	
}


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

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

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

.typography .red {
	color:#FF0000;
}

.centered {
	text-align:center;
}