@charset "UTF-8";
/* CSS Document */


/** ----------------------------- Sections (Default Article Styles) --------------------------- **/
.section {
	font-size:12px;
	line-height:16px;
	}
.section_head {
	font-size:18px;
	line-height:22px;
	}
.section_subhead {
	font-size:14px;
	line-height:18px;
	}
.section_byline {
	font-size:11px;
	line-height:14px;
	}
.section_text {
	font-size:12px;
	line-height:16px;
	}
.secton_photocaption {
	font-size:11px;
	line-height:14px;
	}

/** ----------------------------- TOC Styles ----------------------------- **/
#toc {
	font-size:12px;
	line-height:16px;
	}
li.toccathead {
	font-size:14px;
	}
li.tocarticlehead {
	font-size:12px;
	}

/** ----------------------------- Text Styles ----------------------------- **/

.factoid {
	font-size:12px;
	line-height:16px;
	}
p, ul, ol, li, body, .text {
	font-size:12px;
	line-height:16px;
	}
h1 {
	font-size:18px;
	line-height:22px;
	}
h2 {
	font-size:14px;
	line-height:18px;
	}
h3, h4, h5, h6 {
	font-size:12px;
	line-height:16px;
	}

