/* HEADINGS */

.typography h1, .typography h2{font-size: 1.8em; font-weight: normal; letter-spacing: -0.03em; padding: 0.8em 0 0.5em 0;}
	.typography .Title{margin-top: 0!important; padding-top: 0!important;}
.typography h3, .typography h4{font-weight: normal; padding: 0.8em 0 0.2em 0;}
	.typography h3{font-size: 1.3em; font-weight: bold;}
	.typography h4{font-size: 1em; font-weight: bold;}

/* MAIN TEXT */
.typography p{margin-bottom: 0.6em;}
	.typography strong, .typography b{font-weight: bold;}
	.typography em{font-style: italic;}
	.typography u{text-decoration: underline;}

	/* LINKS */
	.typography a{color: #fff;}
		.typography a:hover{color: #fff; text-decoration: none;}


/* LISTS */
.typography ul, .typography ol, .typography dl{list-style-type: none; margin: 0.5em 0 1em 0.5em;}
	.typography ul{}
		.red .typography ul li{background: url(../images/listItemRed.png) 0 0 no-repeat; padding: 0 0 0.3em 23px;}
		.blue .typography ul li{background: url(../images/listItemBlue.png) 0 0 no-repeat; padding: 0 0 0.3em 23px;}

/* TABLES */
.typography table{width: auto!important; margin: 1em;}
	.typography table th, .typography table td{text-align: left; vertical-align: middle; padding: 10px;}
		.typography table th{color: #138EBE; font-weight: bold; border-right: 1px solid #d9e9bf; border-bottom: 1px solid #d9e9bf;}
		.typography table td{color: #666; border-right: 1px solid #e3f1cc; border-bottom: 1px solid #e3f1cc;}
		.typography table p, .typography table ul, .typography table ol, .typography table dl{margin: 0; padding: 0;}


/* IMAGES */
.typography img{border: 2px solid #fff; margin: 2px;}
.typography img.left{float: left; margin: 0 1em 1em 0;}
.typography img.right{float: right; margin: 0 0 1em 1em;}


/* MISC */