/** included in WYSIWYG editor **/
/** colours **/
html { font-family: Calibri,Arial,sans-serif; font-size: 12pt; background-color: #FFF; color: #333; }
.info { color: #666; font-size: 0.8em; }
a:link, a:visited, a:active { text-decoration: none; color: #E1AB03; }
a:hover { text-decoration: underline;	color: #E0C037; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #336699; } 
hr, td, th { border-color: #666; }
img.border { border-color: #e0e0e0; }

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

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

sup, sub { font-size: 0.7em; }
sup { vertical-align: super; }
sub { vertical-align: sub; }
img.margin { margin: 0px 10px 4px; }
img.border { border-width: 3px; border-style: solid; }
hr { border: none; border-top-style: dotted; border-top-width: 1px; margin: 20px 0px; }
p, li, dt, dd { line-height: 1.2em; }
p, ul, ol, dl, blockquote { margin-bottom: 1.0em; }
blockquote { margin-left: 2em; margin-top: 1.0em; }
ul, ol { list-style-type: disc; margin-left: 1.2em;  }
	li { padding-left: 0.2em; }
	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-bottom: 1.0em; border-collapse: collapse; }
	table.border td, table.border th { padding: 2px 3px; border-width: 1px; border-style: solid; }
	
/** 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; }