html {
    overflow-y: scroll;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

body {
    background: #fff;
    color: #000;
    width: 700px;
	margin: 20px auto 20px auto;
    height: 100%;
    line-height: 120%;
}

a {
	font-weight: normal;
    color: #000;
    text-decoration: none;
}

sup {
    font-size: 5pt; 
    margin-right: 2px;
}

a:hover {
	color: #660;
    text-decoration: underline;
}

a.sel:hover {
    text-decoration: none;
    cursor: default;
}

a.sel {
    font-weight: bold;
}

.main {
    width: 980px;
    margin: auto;
}

.col {
    width: 240px;
    float: left;
}

.nav {
    text-align: center;
    padding: 0 4px 16px 0;
}

p.caption {
    font-size: 8pt;
    text-align: right;
    position: relative;
    top: -8px;
    padding-right: 1px;
}

li {
    list-style: square;
    line-height: 140%;
}

li sup {
    line-height: 133%;
}

td {
    padding-right: 20px;
    padding-bottom: 20px;
}

td.center {
    text-align: center;
}

img.thumbnail, img.border {
    border: #666 1px solid;
}

h1 {
    font-size: 12pt;
    font-weight: bold;
    padding-bottom: 6px;
}

h2 {
    font-size: 9pt;
    font-weight: bold;
    padding-bottom: 6px;
}

