/** included in WYSIWYG editor **/
/** colours **/
.typography { font-family: Arial,sans-serif; font-size: 12pt; }
.typography .info { color: #666; font-size: 0.8em; }
.typography a:link, .typography a:visited, .typography a:active { text-decoration: underline; color: #333; }
.typography a:hover { text-decoration: none;	color: #666; }
.typography h1, .typography h2 { color: #e61212; }
.typography h1.title { border-bottom: 2px solid #e61212; padding-bottom: 10px; margin-bottom: 20px; display: inline-block; }
.typography h3 {margin-top: 0; color: #0d509d;},.typography h4, .typography h5, .typography h6, .typography h1 a, .typography h2 a, .typography h3 a, .typography h4 a, .typography h5 a, .typography h6 a { color: #0d509d; }
.typography hr, .typography td, .typography th { border-color: #666; }
.typography img.border { border: 3px solid #aaa; }

/** do not edit below this line **/

.typography h1 { font-size: 2.0em; margin-bottom: 0.6em; }
.typography h2 { font-size: 1.7em; margin-bottom: 0.6em; }
.typography h3 { font-size: 1.5em; margin-top: 0; margin-bottom: 0.6em; }
.typography h4 { font-size: 1.3em; margin-bottom: 0.4em; }
.typography h5 { font-size: 1.1em; margin-bottom: 0.4em; }
.typography h6 { font-size: 1.0em; margin-bottom: 0.2em; }

.typography sup, .typography sub { font-size: 0.7em; }
.typography sup { vertical-align: super; }
.typography sub { vertical-align: sub; }
.typography img.margin { margin: 0px 10px 4px; }
.typography img.border { border-width: 3px; border-style: solid; }
.typography hr { border: none; border-top-style: dotted; border-top-width: 1px; margin: 20px 0px; }
.typography p, .typography li, .typography dt, .typography dd { line-height: 1.2em; }
.typography p, .typography ul, .typography ol, .typography dl, .typography blockquote { margin-bottom: 1.0em; }
b.typography lockquote { margin-left: 2em; margin-top: 1.0em; }
.typography ul, .typography ol { list-style-type: disc; margin-left: 1.2em;  }
	.typography li { padding-left: 0.2em; }
	.typography dd { margin-left: 1.2em; }

pre { font-size: 0.8em; margin: 1.0em 0; word-wrap: break-word; }
.clear { clear: both; }

/** tables **/
table.border { margin-top: 0; margin-bottom: 1.0em; border-collapse: collapse; }
	table.border td, table.border th { padding: 2px 3px; border-width: 1px; border-style: solid; }

table.sponsor {
	border-collapse: separate;
	border-spacing: 10px;
	text-align: center;
	vertical-align: middle;
}

/** captioned images **/
p.photo-with-caption { display: table; float: right; background-color: #fff; border: 1px solid #999; padding: 6px; text-align: center; margin: 0px 10px 4px; font-size: 0.7em; font-family: palatino, georgia, garamond, Times New Roman, Serif; color: #666; }
	p.photo-with-caption img { border: 1px solid #999; margin-bottom: 6px; display: block; }
