@import url(linkpages.css);

div.textblock {
	margin: 1em 4em 2em;
	background-color: white;
	color: black;
}

p {
	font-size: small;
	margin: 1em 1em 1.5em 1em;
}

h2.blockcaption {
	font-size: medium;
	font-weight: bold;
	background-color: #CE3921;
	color: white;
	margin: 1.5em 0em 1em 0em;
	border-width: thin;
	border-style: solid;
	border-color: black;
	padding: 0.25em;
}

p.blockcaption {
	font-size: medium;
	font-weight: bold;
	background-color: #CE3921;
	color: white;
	margin: 1.5em 0em 1em 0em;
	border-width: thin;
	border-style: solid;
	border-color: black;
	padding: 0.25em;
}

p.notes {
	font-size: small;
	font-style: italic;
	line-height : 120%;
}

p.hr {
	margin: 0;
	border-width: thin none thin none;
	border-style: ridge none ridge none;
	border-color: black;
	padding: 0.25em;
}

a:link {
	font-weight: bold;
}

A:visited {
	font-weight: bold;
}

a:link.guide, A:visited.guide {
	font-weight: normal;
	font-size: small;
}

span.webmaster {
	color: #444;
}

span.webmaster a:link {
	font-weight: normal;
}

span.webmaster A:visited {
	font-weight: normal;
}

img.limark {
	width: 10;
	height: 10;
}

