/* HEADINGS */

.typography h1, .typography h2{font-size: 1.6em; padding: 0.8em 0 0.1em 0; font-family: "Myriad Pro", Arial, sans-serif;}
	.typography h2{font-size: 1.8vem; font-family: "Myriad Pro", Arial, sans-serif;}
	.typography h2.Title{padding-top: 32px; text-align: center; line-height: 1.5em; color: #d3d2d1; background: url("../images/Title.png") no-repeat bottom; margin-bottom: 30px;}
.typography h3, .typography h4{padding: 0.8em 0 0.1em 0; font-family: "Myriad Pro", Arial, sans-serif;}
	.typography h3{font-size: 1.6em; font-weight: normal; padding-bottom: 0.5em;}
	.typography h4{font-size: 1.4em;}
	
	

/* MAIN TEXT */
.typography p{margin-bottom: 1em;}
	.typography p:first-letter{font-size: 2em; color: #c3c2c1;}
	.typography p+p:first-letter, .typography form p:first-letter{font-size: 1em; color: inherit;}
	.typography strong, .typography b{font-weight: bold;}
	.typography em{font-style: italic;}
	.typography u{text-decoration: underline;}

	/* ADDRESS */
	.typography address{font-size: 1.1em; font-style: italic; margin: 1em;}

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


/* LISTS */
.typography ul{list-style-type: none; margin: 1em;}
	.typography ul li{background: url("../images/ListItemMenu2.png") no-repeat 10px 9px; padding: 0 0 0 20px;}
.typography ol{list-style-type: decimal; list-style-position: inside; margin: 1em;}
	.typography ol li{padding: 0 0 0.1em 8px;}



/* IMAGES */
.typography img.left{float: left; margin: 1em 1em 1em 0;}
.typography img.right{float: right; margin: 1em 0 1em 1em;}