@media voice,aural {
 body		{quotes: none}
 abbr { content: attr(title); }
 *		{voice-family: old male;}
 h3		{pause-after: strong;}
 blockquote	{}
 :lang(en)	{voice-family: male}
 :lang(en-US)	{voice-family: young male}
 em		{pause: none;}
 cite		{pause-before: strong;}
 q:before	{content: no-open-quote;}
 q:after	{content: no-close-quote;}
}
.pane {
	width: 48.5%;
	float: left;
	padding: 0.7%;
}
body {
	color: #000000;
	background: #FFFFFF;
	quotes: "\201C" "\201D" "\2018" "\2019";
}
h1 {
	font-size: 1.7em;
	text-align: center;
}

a img {
	border: 0;
}

p {
	font: 0.92em Times New Roman, serif;
	margin: 0;
}

* + p, blockquote p {
	text-indent: 3%;
}

h3, h4 {
	margin-top: 1em;
	margin-bottom: 0;
}

h3 {
	font-size: 1.8em;
	color: #202020;
}

h4 {
	font-size: 1.5em;
	color: #181818;
}

h3 + p, h4 + p, div.picFrame + p {
	color: #000B39;
	text-indent: 0;
}

blockquote + p {
	font-size: 77%;
	text-indent: 0;
	margin-bottom: 1em;
	margin-left: 2%;
}

ul {
	margin-top: 0;
	margin-botom: 0;
}

.noindent {
	text-indent: 0;
}

cite {
	font-face: "Book Antiqua", serif;
	font-style: italic;
}

blockquote {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 2%;
}

.picFrame {
	color: black;
	float: right;
	width: 250px;
	margin-left: 5px;
}
.picFrame img {
	margin-left: 8px;
	margin-top: -60px;
}
* html *.picFrame img {
	margin-top: 0;
}
.low img {
	margin-top: 10px;
}
.picFrame p {
	font-family: Arial, sans-serif;
	font-size: small;
	text-indent: 0;
	text-align: justify;
}
abbr {
	cursor: help;
	border-bottom: 1px dotted #636363;
}
a:link {
	color: #172299;
	text-decoration: none;
}

a:active {
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #272777;
}

a:hover {
	text-decoration: underline;
}

html q {
	font-style: italic;
}
html>body q {
	font-style: inherit;
}