/* GLOBAL */
.typography{}

/* HEADINGS */
#MainTitle{padding: 0;}

.typography h1, .typography h2{color: #4f9e45; font-size: 2em; font-weight: bold; padding: 0.8em 0 0.1em 0;}
	.typography h2{font-size: 1.6em;}
.typography h3, .typography h4{color: #3ab0d6; margin: 0.8em 0 0.1em 0;}
	.typography h3{font-size: 1em; font-weight: bold;}
	.typography h4{font-size: 1em; font-weight: normal;}
.typography h5, .typography h6{color: #dab238; margin: 0.8em 0 0.1em 0;}
	.typography h5{font-size: 1em; font-weight: bold;}
	.typography h6{font-size: 1em;}


/* MAIN TEXT */
.typography p{margin-bottom: 1em;}
	.typography strong, .typography b{font-weight: bold;}
	.typography em{font-style: italic;}
	.typography u{text-decoration: underline;}
.typography blockquote{background: url(../images/Intro.png) 0 100% no-repeat; color: #3394c5; font-weight: bold; margin: 1em 0; padding: 1em;}
	.typography blockquote p{margin: 0;}

	/* ADDRESS */
	.typography address{font-size: 1.1em; font-style: italic; margin: 1em 0.5em; padding: 0 0.5em;}

	/* LINKS */
	.typography a{color: #4f9e45;}
		.typography a:hover{color: #62ad59; text-decoration: none;}


/* LISTS */
.typography ul, .typography ol, .typography dl{list-style-type: none; margin: 1em;}
	.typography ul{}
		.typography ul li{background: url(../images/listItem.png) 0 8px no-repeat; padding: 0 0 0.1em 9px;}
	.typography ol{list-style-type: decimal; list-style-position: inside;}
		.typography ol li{}
	.typography dl{}
		.typography dl dd{background: url(../images/listItem.png) 0 8px no-repeat; padding: 0 0 0.1em 9px;}
		.typography dl dt{margin-bottom: 0.5em; padding-left: 15px;}


/* 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 #cddbe8; border-bottom: 1px solid #cddbe8;}
		.typography table td{color: #666; border-right: 1px solid #e8eff6; border-bottom: 1px solid #e8eff6;}
		.typography table p, .typography table ul, .typography table ol, .typography table dl{margin: 0; padding: 0;}


/* IMAGES */
.typography img{float: left; border: 1px solid #bcbec0; margin: 2em 1em 1em 0; padding: 3px;}


/* MISC */
.smallFont{font-size: 0.8em;}

p.checkbox {margin-left: 150px;}