html {
    overflow-y: scroll;
}

body {
    background: #fcfcfc;
    color: #888;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    width: 700px;
	margin: 20px auto 20px auto;
    height: 100%;
}

.main {
    width: 700px;
    margin: auto;
}

.col {
    width: 233px;
    float: left;
}

.nav {
    color: #aaa;
    text-align: right;
    padding: 0 4px 2px 0;
}

.nav a {
    color: #888;
}

.nav a:hover {
    color: #66a;
}

p {
    font-size: 9pt;
    line-height: 135%;
}

p.caption {
    font-size: 8pt;
    text-align: right;
    position: relative;
    top: -8px;
    padding-right: 1px;
}

li {
    list-style: none;
}

td {
    padding-right: 20px;
    padding-bottom: 20px;
}
td.center {
    text-align: center;
}

img.thumbnail, img.border {
    border: #666 1px solid;
}

a {
	font-weight: bold;
    color: #88b;
    text-decoration: none;
}

a:hover {
	color: #66a;
    text-decoration: none;
}

h1 {
	font-weight: normal;
    font-size: 17pt;
    color: #443;
	font-family: Georgia, serif;
    font-variant: small-caps;
}

h2 {
	font-weight: normal;
    font-size: 11pt;
    color: #332;
    padding-bottom: 6px;
}


