/* Styles which affect text styles.
 * These should be separated from styles which 
 * affect page structure, so that we can import
 * them into the document_composer mechanism
 */
 
 
* {
	padding: 0;
	margin: 0;
}
 
body {
	padding: 10px;
	margin: 0;
}
body, p {
	font-size: 13px;
	line-height: 1.3em;
	font-family: Arial, Sans-Serif;
	color: #0d4378;
}

a, a:visited {
	color: #0d4378;
	text-decoration: underline;
}
a:hover {
	color: #58327f;
}

h1, h2 {
	color: #58327f;
	text-transform: lowercase;
	/* line-height: 1.3em; */
	padding: 3px 0;
}

h1 a, h1 a:visited, h2 a, h2 a:visited {
	color: #58327f;
	text-decoration: none;
}

h3 a, h3 a:visited {
	color: #63759d;
	text-decoration: none;
}

h1 {
	font-size: 26px;
	line-height: 1em;
	margin-bottom: 25px;
}

h2 {
	font-size: 18px;
	margin: 0px;
	margin-bottom: 11px;
}

h3 {
	margin-bottom: 12px;
	color: #63759d;
	font-size: 14px;
	padding: 3px 0;
}
