/*	FONT SIZE AND DEFAULT FONT COLORS
--------------------------------------------------------------*/
body {
	-x-system-font:none;
	font-family:Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	font-size:14px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4em;
}
pre {
	font-family: monospace;
	font-size: 100%;
}
h1 {
	font-size:180%;
	line-height:1.1em;
	margin-bottom:0.6em;
}
h2 {
	font-size:150%;
	line-height:1.2em;
	margin-bottom:0.2em;
}
h3 {
	font-size:120%;
	line-height:1.2em;
	margin-bottom:0.2em;
}
p {
	margin-bottom: 1em;
}
blockquote div.body-quote {
	font-style: italic;
	font-size: 100%;
	font-family: Georgia,"Times New Roman",Times,serif;
}
#page-header h1 {
	font-family:Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	font-size: 210%;
	text-align: center;
	font-weight: bold;
}
.breadcrumbs {
	font-size: 120%;
}
#site-navigation ul {
	font-size: 150%;
}
#footer {
	font-size:90%;
	line-height:1.5em;
}
.topnav {
	font-size: 90%;
}
.flowrepo .abstract {
	font-style: italic;
}
.flowrepo .body p {
	line-height: 1.4em;
}
.writing .report-dashboard {
	font-size: 90%;
}
.flowrepo .intro h1 {
	font-size: 210%;
}
.djpcms-html-box .flowitem.message {
	font-size: 90%;
}


