.typography * {
	font-family: Arial, Verdana, Helvetica, sans-serif;
}
.typography p{
	font-size:13px;
	line-height:1.4;
	margin:0 0 10px;
}

.typography .small{
	font-size:11px;
}

/* - $Lists ------------------------------------------------------ */

.typography ul, .typography ol{
	font-size:13px;
	line-height:1.4;
	margin:0 0 10px 16px;
}

.typography ul li{
	list-style-type:square;
	margin-bottom: 7px;
}

.typography ol li{
	list-style-type:decimal;
}

/* - $Headings --------------------------------------------------- */

.typography h1,
.typography h2,
.typography h3,
.typography h4{
	color:#00005c;
}

.typography h1{
	font-weight:bold;
	font-size:22px;
	text-transform:capitalize;
	margin-bottom:11px;
	border-bottom:4px solid #f2f2f5;
}

.typography h2{
	font-size:14px;
	font-weight:bold;
	text-transform:capitalize;
	margin-bottom:8px;
}

.typography h3, .typography h4 {
	font-size:12px;
	font-weight:bold;
	text-transform:capitalize;
	margin-bottom:8px;
}

/* - $Links ------------------------------------------------------ */

.typography a{
	color:#0000cc;
	text-decoration:none;
}

.typography a:hover{
	color:#0000ff;
	text-decoration:underline;
}

/* - $General stuff ----------------------------------------------- */

.typography strong{
	font-weight:bold;
}

.typography em{
	font-style:italic;
}

.typography blockquote { 
	margin:10px; 
	font-style:italic; 
}

.typography img{ border:4px solid #f2f2f5; }
.typography img.right {	float:right; margin:5px 5px 5px 10px; }
.typography img.left {	float:left; margin:5px 10px 5px 0; }
.typography img.leftAlone {	float:none; display: block; }
.typography img.center { float:none; margin-left:auto; margin-right:auto; display:block; }
