* {
    font-family: verdana;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    text-align: center;
    margin: 0px;
    padding: 0px;
    font-size: 0.78em;
}

/* 
body.down {
    cursor: wait;
}
*/

#page {
    background: #ffffff;
    border: 1px solid #cccccc;
    border-top: none;
    margin: 0 auto;
    text-align: left;
    width: 900px;
}

h1, h2 {
    font-family: times;
    margin: 0;
}


h4 {
    margin-top: 15px;
    font-size: 11px;
    font-weight: bold;
    
}


label {
    color: #333333;
}

p {
    color: #333333;
    line-height: 130%;
/*
    text-align: justify;
*/
}


div.clearfix {
    clear: both;
}

.spacer25 {
    height: 25px;
}

.spacer15 {
    height: 15px;
}

.spacer15, .spacer25 {
    text-align: center;
    padding: 5px;
}

/* 
a.user  {
    font-weight: bold;
    text-decoration: none;
}

a.user:hover {
    text-decoration: underline;
}
*/

a  {
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* the big ring bits n pieces */
.tbrinner, .tbrouter {
    font-weight: bold;
    font-style: italic;
}

.tbrinner {
    color: blue;
}

.tbrouter {
    color: gray;
}

.rightedge {
    float: right;
}

#ajaxani {
    background: url(/images/ajaxani.gif) no-repeat;
    display: none;
    height: 16px;
    right: 0px;
    position: fixed;
    top: 0px;
    width: 16px;
}
