/* ====== ELEMENTS ====== */

body {
	font-family: Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4 {
	font-weight: bold;
	color: #000000;
	font-variant: small-caps;
}

h1 {font-size: 18px; letter-spacing: -.35px;}
h2 {font-size: 16px; letter-spacing: -.20px;}
h3 {font-size: 14px; letter-spacing: -.10px;}
h4 {font-size: 12px; letter-spacing: -.05px;}

hr {
	margin: 20px 0px 1.8571em 0px;
	background-color:#000000;
	border-width:0;
	color:#000000;
	height:1px;
	line-height:0;
	page-break-after:always;
	text-align: center;
}
	hr:after {
		content:"\a7\a7";
		font-size:1.25em;
		clear: both;
	}
		
blockquote {
	font-size: 17px;
	margin: 10px 10px 10px 10px;
	padding: 0px 5px 0px 5px;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-style: solid;
	border-top-style: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-color:#000099;
}
	blockquote p {
		margin: 10px 10px 10px 10px;
		padding: 0px 0px 0px 0px;
		line-height: 24px;
		text-indent: 0px;
		text-align: justify;
		color:#a7a7a7;
	}
	
	ol li {
		list-style-type: decimal;
		margin-left: 40px;
		padding-bottom: 14px;
	}

	ul li {
		list-style-type: disc;
		margin-left: 40px;
		padding-bottom: 14px;
	}
 
 
/* ==== links ============*/


a:link, a:visited { text-decoration: underline; color:#000099;}
	a:link.current, a:visited.current {
		color:#666666;
		text-decoration: none;
	}

a:hover, a:active { text-decoration: underline overline; color:#9e1616; }
	a:active.current, a:hover.current {
		color:#666666;
		text-decoration: underline overline;
	}

/* ........location-dependent link styling......... */
		h1 a:link, h1 a:visited {
			text-decoration: underline;
			font-weight: bold;
		}
		h1 a:hover, h1 a:active {
			text-decoration: underline overline;
			color: #9e1616;
			font-weight: bold;
		}

