/** included in WYSIWYG editor **/
/** colours **/
.typography, textarea { font-family: Helvetica,Arial,sans-serif; font-size: 10pt; color: #000; }
.small { font-size: 0.8em; }
.grey { color: #666; }
a:link, a:visited, a:active { text-decoration: none; color: #999; }
a:hover { text-decoration: underline;	color: #aaa; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: #666; } 
hr, td, th { border-color: #666; }
img.border { border-color: #e0e0e0; }

body .ui-widget { font-size: 0.8em; }

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

h1 { font-size: 2.5em; margin-bottom: 0.6em; }
h2 { font-size: 1.4em; margin-bottom: 0.6em; }
h3 { font-size: 1.3em; margin-bottom: 0.6em; }
h4 { font-size: 1.2em; 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; }

.nowrap { white-space: nowrap;}

/** tables **/
table { margin-bottom: 1.0em; border-collapse: collapse; }
	table td, table th { padding: 0px 3px; font-size: 0.9em; color: #444; line-height: 1.2em; }
	
/** 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; }
	
/* LINK ICONS - shows type of file
------------------------------------ */
a[href$=".pdf"],
a[href$=".PDF"],
a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
a[href$=".doc"],
a[href$=".DOC"],
a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
a[href$=".xls"],
a[href$=".XLS"],
a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
a[href$=".gz"],
a[href$=".GZ"],
a[href$=".gzip"],
a[href$=".GZIP"],
a[href$=".zip"],
a[href$=".ZIP"],
a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
a[href$=".exe"],
a[href$=".EXE"],
a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}