BODY {
   background-color: #ffffff;
   font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
   color: #000000;
}

A:link {
   color: #ff0000;
}

A:visited {
   color: #990000;
}

A:hover {
   background-color: #990000;
   color: #ffffff;
}

A:active {
   background-color: #ff0000;
   color: #ffffff;
}

IMG {
   border: none;
}

/*
*/

TABLE#page {
    width: 100%;
    height: 100%;
}

TABLE#page TD {
    text-align: center;
    vertical-align: middle;
}

TABLE#inner-page {
    width: 770px;
    margin-left: auto;
    margin-right: auto;
}

TABLE#inner-page TD {
    text-align: left;
}

/*
*/

P, UL, OL {
   line-height: 125%;
}

H1, H2, H3 {
   font-variant: small-caps;
}

H1 {
   font-size: 175%;
}

H2 {
   font-size: 140%;
}

H3 {
   font-size: 115%;
}

P#footer {
   font-size: 75%;
}

.center {
   text-align: center;
}

SPAN.warning {
    font-size: 70%;
    font-weight: bold;
}

