@charset "UTF-8";
/* CSS Document */

body {
    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

h1 {
    font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size:26pt;
    font-weight:normal;
}

h1 a {
    color:#000000;
}

h2 {
    font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size:18pt;
    font-weight:normal;
}

h3 {
    font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size:16pt;
    font-weight:normal;
}

h4 {
    font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
    font-size:14pt;
    font-weight:normal;
}

li, ul {
    list-style:none;
    margin-left:-40px; /* For sphericon pages */
}


a {
    text-decoration:none;
    color:#888888;
}

a:hover {
    text-decoration:none;
    color:#BBBBBB;
}

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

a:active {
    text-decoration:none;
    color:#888888;
}

table {
    border:none;
}

table th
{
	font-size: 14;
	font-weight: bold;
	padding-bottom: 5px;
}

.tableCaption, .imageCaption {  /* For sphericon pages */
	font-weight: normal;
	font-style: italic;
	text-align: center;
	width: 570;
	margin-bottom: 5px;
	font-size: 0.8em;
}

img {
    border:none;
}

.largeText {
    font-size: 1.5em;
}