body {
        margin: 0px; padding: 0px;
        height: 100%; width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 90%;
        color: #444;
}
body {
	background: url(public_paper.jpg) #aaa fixed center top;
	color: #555;
	padding: 0px;
	margin: 0px;
	font:0.8em Arial,Helvetica,sans-serif;

	margin: 0;
	padding: 0;
       font: 0.8em 'Trebuchet MS', Verdana, Helvetica, sans-serif;
       line-height: 1.5em;
	background-color: #aaa;

}

h1, h2 {
        margin-bottom: .2em;
        margin-left:    0;
        margin-right:   0;
        margin-top:     0;
        margin-bottom:  0.25em;
        padding-left:   0;
        padding-right:  0;
        padding-top:    0.5em;
        padding-bottom: 0;
        border-bottom:  2px solid #c5bae8;
        clear: left;
	 color: #99c;
}

h3, h4, h5 {
        margin-bottom: .2em;
        margin-left:    0;
        margin-right:   0;
        margin-top:     0;
        margin-bottom:  0.25em;
        padding-left:   0;
        padding-right:  0;
        padding-top:    0.5em;
        padding-bottom: 0;
        border-bottom:  2px solid #c5bae8;
        clear: left;
	 color: #99c;
}
h1 {
        font-size: 24px;
}
h2 {
        font-size: 20px;
}
h3 {
        font-size: 18px;
}
h4 {
        font-size: 16px;
}
h5 {
        font-size: 12px;
}

table td {
        vertical-align: top;
}

table#bottompage td {
        vertical-align: middle;
}

.wikibody {
	background-color: #ffffff;
}

.header {
	background-color: #444455;
}

.footer {
	font-size: 12px;
	color: #dddddd;
}

a.footer:link, a.footer:visited {
        color : #dd9900;
}

TABLE.footer {
        background-color: #444455;
}

.bodyArea {
	padding: 10px;
	margin: 10px;
}

.nav {
	background-color: #444444;
	align: right;
}

.navLabel {
   background-color: #000000;
   color: #FFFFFF;
}

.navBody {
   background-color: #FFFFFF;
   color: #000000;
}

/* Main Menu */
.menu, A.menu:LINK, A.menu:VISITED {
        font-size: 12px;
        letter-spacing : 1px;
        color : #dd9900;
        font-weight: bold;
        text-decoration: none;
}
A.menu:HOVER {
        letter-spacing : 1px;
        color : #ff9900;
        text-decoration: underline;
}

/* Revision Page */
.revdate {
        font-family:verdana,sans-serif;
        font-size:11px;
}
.revtype {
        font-family:verdana,sans-serif;
        font-size:11px;
        font-weight:bold;
}
.revadd {
        background:#99ff99;
        color:black;
}
.revdel {
        background:#ffff99;
        color:black;
}

td#toplevelnav {
        vertical-align: bottom;
        text-align: right;
        color: #00b;
        font-weight: bold;
        padding-top: 5px;
}

td#toplevelnav a {
        color: #fff;
        text-decoration: none;
}

td#toplevelnav a:link, td#toplevelnav a:visited {
        padding: 1px 8px 1px 8px;
        color: #00b;
        border-left: 1px solid #bbb;
        text-decoration: none;
}

td#toplevelnav a:hover {
        color: #fff;
        background-color: #95b;
}

.spreadheader {
        border-top-width:2px;
        border-top-color:rgb(102,102,102);
        border-top-style:solid;
        border-bottom-width:1px;
        border-bottom-color:rgb(102,102,102);
        border-bottom-style:solid;
}
.spreadbottom {
        border-bottom-width:1px;
        border-bottom-color:rgb(102,102,102);
        border-bottom-style:solid;
}

.spreadtotal {
        border-top-width:1px;
        border-top-color:rgb(102,102,102);
        border-top-style:solid;
        border-bottom-width:2px;
        border-bottom-color:rgb(102,102,102);
        border-bottom-style:solid;
}


