body {
    font: 10pt Verdana, Arial, sans-serif;
}

:link { color: rgb(51,51,127); text-decoration: none; }
:visited { color: rgb(51,51,127); text-decoration: none; }

#main {
    min-width: 200px;
    max-width: 75em;
}

#title {
}

#title h1 {
    line-height: 1.3;
    text-align: left;
}

#leftpane {
    display: none;
}

#rightpane {
}

#rightpane p {
    font-size: smaller;
}

#rightpane ul {
    font-size: smaller;
    padding-left: 2em;
    margin-left: 0;
}

#rightpane h3 {
    font-size: smaller;
}

#content {
    line-height: 1.3;
    text-align: justify;
}

h2 {
    border-bottom: 2px solid rgb(255,242,195);
}

p.abstract em {
    font-style: italic;
}
p.authors {
    text-align: center;
}

p.authors .author-name {
    font-weight: bold;
    color: rgb(51,51,127);
}

p.authors .author-name :link { color: rgb(51,51,127); text-decoration: none; }
p.authors .author-name :visited { color: rgb(51,51,127); text-decoration: none; }

p.notes {
    font-style: italic;
}

#footer {
    border-top: 2px solid rgb(255,242,195);
    color: #808080;
    font-size: smaller;
}

#footer a {
    text-decoration: none;
}

table.normal {
    border: solid;
	border-color: rgb(208,208,208);
	border-width: 1px;
	margin: 1ex 1em 1ex 1em;
}

table.normal th {
    background-color: rgb(240,240,240);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1ex;
    padding-bottom: 1ex;
    font-weight: bold;
}

table.normal td {
    padding-left: 1em;
    padding-right: 1em;
    padding-top: 1ex;
    padding-bottom: 1ex;
}

img {
    border: 0;
}
