html, body { 
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    color: #000000; }

p { font-family: "Century Gothic", Arial, san-serif;
    font-size: 90%; }

h1 {
    font-family: "Century Gothic", Arial, san-serif;
    font-size: 140%;
    font-weight: bold; }

a { 
    font-family: "Century Gothic", Arial, san-serif;
    color: #000000; }

a:hover { color: #C0C0FF; }

.navbar {
    width: 210px;
    border-right: groove #AAAAAA 4px;
    background: #1B51FF; }

.rightbar {
    width: 12px;
    background: #FFFFC0;
    border-left: ridge #AAAAAA 4px; }

.topbar {
    margin: 0;
    padding: 0;
    height: 55px; }

.bottombar {
    height: 15px;
    background: #FFFFC0; }

.nav_text {
    font-family: "Century Gothic", Arial, san-serif;
    font-size: 80%;
    font-weight: normal;
    color: #000000;
    padding: 4px 5px 4px 10px;
    text-align: left; }

.nav_text:hover {
    color: #FFFF00; }

.buttons {
    background: #DDDDDD;
    width: 210px;
    border-top: solid #AAAAAA 1px; }

.buttons a {
    text-decoration: none;
    display: block; }

.buttons a:hover {
    color: #FFFF00;
    background: #000000; }

.button_pageat {
    background: #0030BB;
    width: 210px;
    color: #FFFFFF;
    border-top: solid #000000 1px;
    border-bottom: solid #000000 1px; }

.button_pageat a {
    color: #FFFFFF;
    text-decoration: none;
    display: block; }
    
.top_box {
    height: 30px; }

.bottom_box {
    border-top: solid #AAAAAA 1px; }

.main {
    padding: 30px;
    border-bottom: ridge #AAAAAA 2px; }

.wstable {
    border: solid #AAAAAA 1px; }

.wsheading, .wsheadingc {
    border-bottom: solid #AAAAAA 1px;
    text-align: right;
    font-size: 80%;
    font-weight: bold;
    font-family: "Century Gothic", Arial, san-serif; }

.wsheadingc {
    text-align: center; }

.wstext, .wstextc {
    text-align: right;
    font-size: 80%;
    font-weight: normal;
    font-family: "Century Gothic", Arial, san-serif; }

.wstextc {
    text-align: center; }

.wstotal {
    border-top: solid #AAAAAA 1px;
    text-align: right;
    font-size: 80%;
    font-weight: bold;
    font-family: "Century Gothic", Arial, san-serif; }
