body {
    background-image: url(content/images/background.gif);
    background-repeat: repeat-x;
    background-color: #0276B3;
    color: #ffffff;
    text-align: center;
    font-family: Arial, Helvetica, Sans-Serif;
    height: 100%;
}
a:link, a:visited, a:active {
    color: #ffffff;
    text-decoration: none;
}
img { border-style: none; }
ul { list-style-type: square; }
td, .center { text-align: center; }
hr {
    background-color: #5693B3;
    color: #5693B3;
    height: 1px;
}
.center {
    vertical-align: middle;
    margin: auto;
}
.thirdwidth { width: 33%; }
.fullheight { height: 100%; }
.fullwidth { width: 100%; }
.textleft, ul { text-align: left; }
.textright { text-align: right; }
.taglinkdeco {
    color: #ffffff;
    text-decoration: none;
}
.linkdeco {
    color: #ffffff;
    text-decoration: underline;
}
.small { font-size: 8pt; }
.normal, body, p, ul, td, div, span { font-size: 10pt; }
.big { font-size: 14pt; }
.bold { font-weight: bold; }
.vbottom { vertical-align: bottom; }
.vtop { vertical-align: top; }
.picbunitw { width: 20px; }
.secured { background-color: #5693B3; }
.picbb { border-bottom: solid #5693B3 1px; }
.picbt { border-top: solid #5693B3 1px; }
.picbr { border-right: solid #5693B3 1px; }
.picbl { border-left: solid #5693B3 1px; }
.picbc {
    width: 40px;
    height: 10px;
}
.piclh { line-height: 1px; }
.menu {
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #024d79;
    filter: progid:dximagetransform.microsoft.gradient(
        gradienttype=1,
        startcolorstr=#012641,
        endcolorstr=#0276B3
    );
}
.pointer {
    cursor: pointer;
}
