body {
	background-color: white;
	font-family: "Palatino Linotype", FreeSerif, serif;
	line-height: 1.5;
	margin: 0 auto;
	max-width: 48em;
	text-align: justify;
	counter-reset: section;
	word-wrap: break-word;
}

code,kbd,samp,tt {
	font-family: monospace,monospace; /* undoes the smaller-monospace of most browsers */
	font-size: 0.9em;
	padding-left: .25em;
	padding-right: .25em;
}

.topDiv {
	margin: 0 1em;
}

h1 {
	font-variant: small-caps;
	text-align: center;
	margin-top: 4em;
}

h2 {
	border-bottom: 1px solid silver;
	counter-increment: section;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}

h2:before {
	content: counter(section);
	margin-right: 0.5em;
}

h3 {
	font-size: large;
	margin-top: 1em;
	margin-bottom: 0.5em;
}


pre {
	font-family: monospace,monospace;
	font-size: 0.9em;
	border: 1px dotted silver;
	overflow: auto;
	padding: .5em;
	text-align: left;
}

.uniname {
	font-variant: small-caps;
}

img {
	border-style: none;
	position: relative;
	bottom: -0.4ex;
}

li {
	margin-top: 0.5ex;
	margin-bottom: 0.5ex;
}

ul, ol {
	margin: 0;
}

p {
	margin: 1.5ex 0 1.5ex 0;
}

p:first-child { margin-top: 0; }
p:last-child { margin-bottom: 0; }

dt { font-weight: bold; }
dd { margin-bottom: 1.5ex; }

.subtitle {
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 4em;
}


.note, blockquote, dd {
	margin-left: 2.5em;
}

.note { font-style: italic; }
.display { text-align: center; }

.rightFloater {
	font-size: 0.9em;
	float: right;
	max-width: 20em;
	border: 1px solid silver;
	margin: 0em 0em 0em 1em;
	padding: .5em 1em;
}

/* layout tables */
.layoutTable {
	border-spacing:0px;
	width:100%;
}

.layoutTable td { padding:0px; }


a:link {
	color: #0077CC;
	text-decoration: none;
}

a:hover {
	color: #0077CC;
	text-decoration: underline;
}

a:visited { color: #446688; }

h1 > a:link, h1 > a:visited, h2 > a:link, h2 > a:visited, h3 > a:link, h3 > a:visited {
	color: inherit;
	text-decoration: none;
}

.basicTable {
	border: none;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
	border-collapse: collapse;
}

.basicTable th {
	border-left: 1px solid black;
	text-align: center;
	padding: 0.25em;
}

.basicTable tr {

}

.basicTable tr:first-child {
	border-top: none;
	border-bottom: 1px solid silver;
}

.basicTable td {
	border-left: 1px solid black;
	text-align: center;
	padding: 0.25em;
}

.basicTable th:first-child {
	border-left: none;
}

.basicTable tr:first-child th {
	padding-top: 0.75em;
	padding-bottom: 0.75em;
}

.languageBar {
	text-align: right;
	font-size: 0.9em;
	margin: 0.5em 0;
}