/* www.scienceasart.com - M. Konrad - 19 May 06	*/

*.sm {
font-family: Times, serif;
font-size: 10px;
font-weight: normal;
font-style: normal;
text-align: left;
text-indent: 2em;
}
*.medS {
font-family: Times, serif;
font-size: 12px;
text-align: left;
text-indent: 2em;
}
*.medL {
font-family: Times, serif;
font-size: 14px;
text-align: left;
text-indent: 2em;
}

*.lg {
font-family: Times, serif;
font-size: 20px;
text-align: left;
text-indent: 2em;
}

h1 {
font-family: Times, serif;
font-size: 36px;
font-weight: bold;
}
h2 {
font-family: Times, serif;
font-size: 24px;
font-weight: bold;
}
h3 {
font-family: Times, serif;
font-size: 18px;
font-weight: bold;
}
h4 {
font-family: Times, serif;
font-size: 14px;
font-weight: bold;
}
h4.close {
font-family: Times, serif;
font-size: 14px;
font-weight: bold;
margin-top: -16px;
padding-top: 0px;
}
h5 {
font-family: Times, serif;
font-size: 12px;
font-weight: bold;
}
h6 {
font-family: Times, serif;
font-size: 10px;
font-weight: bold;
}
ul.med {
font-family: Times, serif;
font-size: 14px;
}
/* list with no buttons; use instead of <p> with <br> */
ul.noBut {
list-style-type: none;
margin-top: 0px;
margin-left: 8px;
padding-left: 0px;
font-size: 14px;
}
*.leading {
font-size 16px;
font-weight: bold;
}
#page760 { position: fixed; width: 760px;
}
/* provides a white page on a background color */
div.whiteBox {
	position: absolute;
	background: FFFFFF;
	padding: 8px;
	width: 760px;
	left: 16px;
	top: 599px;
}
/* generates a horizontal double separation line between sections */
div.doubleBar {
	position:absolute;
	height: 4px;
	width: 760px;
	border-top: solid, black;
	border-bottom: solid, black;
	left: 10px;
	top: 1120px;
	visibility: visible;
}

