body, html {
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
}
table, tr, td {
    font-size: 100.01%;
}

p {
    margin-top: 1em;
    margin-bottom: 0;
    padding: 0;
}
p.p5 {
    margin-top: 5px;
}
p.p8 {
    margin-top: 8px;
}
p.p10 {
    margin-top: 10px;
}

ol {
    margin-top: 0px;
    margin-bottom: 0px;
}
ul {
    margin-top: 0px;
    margin-bottom: 0px;
}
form {
    display: inline;
}

h1, h2 {
    font-weight: bold;
    margin: 0;
    display: inline;
}
h1 {
    font-size: 16px;
}
h2 {
    font-size: 14px;
}

.faded {
    filter: alpha(opacity=50);
    opacity: 0.5;
    MozOpacity: 0.5;
    KhtmlOpacity: 0.5;
}

table .hpadding8 {
    margin-left: -8px;
    margin-right: -8px;
}
.hpadding8 td {
    padding-left: 8px;
    padding-right: 8px;
}

.whitelink a {
    color: white;
}
.whitelink a:active, .whitelink a:hover {
    color: #FFC;
}

input[type=text], input[type=password], input[type=file],
select, textarea {
    font-family: Verdana, sans-serif;
    font-size: 12px;
    color: #333;
    background-color: #FFF;
    border: 1px inset #999;
    padding: 2px 4px;
}
select {
    padding: 1px 0 1px 4px;
}
input[type=button], input[type=submit] {
    font-family: Verdana, sans-serif;
    font-size: 10px;
    color: #FFF;
    font-weight: bold;
    padding: 1px 5px;
    width: auto;
    overflow: hidden;
    background: #D42020 url("/images/button.gif") repeat-x center;
    border: 1px outset #900;
    cursor: pointer;
    vertical-align: top;
}

.hpipe {
    background: #333 url('/images/design/horizontal-pipe.jpg') center center repeat-x;
    height: 25px;
    vertical-align: middle;
}
.hpipe ul {
    margin: 0 0 0 30px;
    padding: 0;
}
.hpipe ul li {
    display: inline;
}
.hpipe ul li a {
    font-family: Verdana;
    font-size: 11px;
    color: #FF6;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    float: left;
    margin: 0 30px 1px 0;
}
.hpipe ul li a:active, .hpipe ul li a:hover, .hpipe ul li .current {
    color: #FFF;
}

.vpipe {
    background: #333 url('/images/design/vertical-pipe.jpg') center center repeat-y;
    width: 130px;
    padding: 10px 10px 20px 10px;
    vertical-align: top;
    color: #FFF;
}
.vpipe ul {
    margin: 0;
    padding: 0 2px;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
}
.vpipe ul li {
    color: #822;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
    background-color: #FFF;
    display: block;
    padding: 5px 7px;
    margin-bottom: 2px;
}
.vpipe ul li a {
    color: #822;
    text-decoration: none;
}
.vpipe ul li a:active, .vpipe ul li a:hover, .vpipe ul li .current {
    color: #E44;
}