<!-- study.css - OHT Study Program lessons style sheet -->

.program {
	text-align : center;
	color : #000000;
	font-size : 12pt;
	font-family : Arial;
	font-weight : bold;
}

.normal {
	text-indent : 2em;
	color : #000000;
	font-size : 10pt;
	font-family : Times;
	padding: 0em 3% 0em;
}

.lesson {
	text-align : center;
	color : #000000;
	font-size : 11pt;
	font-family : Arial;
	font-weight : bold;
	padding: 0em 3% 0em;
}
.title {
	text-align : center;
	color : #000000;
	font-size : 14pt;
	font-family : Verdana, Arial, Helvetica;
	font-weight : bold;
	padding: 0em 3% 0em;
}

.byline {
	text-align : right;
	color : #000000;
	font-size : 12pt;
	font-family : Times;
	font-style : italic;
	font-weight : bold;
	padding-right: 3em;
}
.sup {
	font-size:8pt;
	font-weight:bold;
	vertical-align:super;
}

.study {
	text-indent: 0em;
	font-size : 12pt;
	font-family : Times;
}
.links {
	text-align  : center;
	font-weight : bold;
	color : #000000;
	font-size : 8pt;
	font-family : Arial;
	padding: 0em 3% 0em;
}
.book {
	text-indent : 2em;
	text-align : center;
	color : #000000;
	font-size : 11pt;
	font-family : Times;
	font-weight : bold;
	padding: 0em 3% 0em;
}


.center {
	text-indent : 2em;
	text-align : center;
	color : #000000;
	font-size : 12pt;
	font-family : Times;
	padding: 0em 3% 0em;
}

.note {
	font-size : 10pt;
	font-family : Times;
	text-align : justify;
	padding-left : 3em;
	padding-right : 3em;
}

.subhead {
	text-indent : 2em;
	text-align  : center;
	font-weight : bold;
	color : #000000;
	font-size : 12pt;
	font-family : Verdana,Arial,Helvetica;
	padding: 0em 3% 0em;
}

.head13 {
	text-indent : 2em;
	text-align  : center;
	font-weight : bold;
	color : #000000;
	font-size : 13pt;
	padding: 0em 3% 0em;
}

.intro {
	text-indent : 2em;
	color : #000000;
	font-size : 11pt;
	font-family : Times;
	padding: 0em 3% 0em;
	font-weight : bold;
}

BLOCKQUOTE {
	text-indent : 0em;
	text-align: justified;
	color : #111111;
	font-size : 9pt;
	font-weight: bold;
	font-family : Verdana,Arial,Helvetica;
	padding: 0em 7% 0em;
}


A:link    { color: black }
A:active  { color: red; }
A:hover  { color: red; }

