.titlepanel
{
    color:#663c09;
    background: White url(images/gradindexdiag.gif) no-repeat bottom right;
    margin-top:30px;
    padding:10px;
    border-style: solid;
    border-width: 1px;
    border-color: #c68d78;
    font-size:larger;
}

.indexpanelacorn
{
	margin-top:10px;
    background: White url(images/gradindexacorn.gif) no-repeat bottom right;
    border-style: solid;
    border-width: 1px;
    border-color: #c68d78;
    padding: 10px 10px 100px;
}

.indexpanelacorn div
{
    margin-bottom: 20px;
}

.oakey
{
    position: fixed;
    z-index: 1;
}

a:link {
	color: #407000;
}

a:visited {
	color: #663c09;
}

body {
    background-color: #f3ebe2;
    color: black;
    font-family: "Trebuchet MS", sans-serif;
	font-size:120%;
}

h1 {
	color: darkgreen;
}

li {
    list-style-image: url( images/liacorn.gif );
    text-align:justify;
    margin-bottom:10px;
}

pre {
	font-weight: bold;
}

td {
	padding:10px;
}

td.larger {
    font-size:120%;
}

td.pagebutton
{
    width: 20%;
    text-align: center;
    vertical-align: middle;
    font-style: italic;
    font-size: 12pt;
    background-color: #f3ebe2;
    border-radius: 10px;
    border-right: #daccbb solid 2px;
    border-bottom: #daccbb solid 2px;
    padding: 0;
}

td.pagebutton:hover
{
    background-color: #ffffff;
}

td.pagebuttonempty
{
    width: 20%;
    font-style: italic;
    font-size: 10pt;
    background-color: #f3ebe2;
    border-style: none;
    padding: 0;
}

th {
	background-color: #F2EEE4;
	text-align:center;
	font-size: smaller;
}

tr.brown {
    background-color: #F2EEE4;
}

tr.lightbrown {
    background-color: #F9F7F0;
}

tr.white {
    background-color: white;
}

.emph {
	color: #407000;
	font-weight: bold;
}

.spaced
{
	margin-bottom:10px;
}

