.center {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clear {
    clear: both;    
}

.pageImageRight {
    float: right;
    border: none;
    padding-left: 2em;
    padding-bottom: 1em;
}

.pageImageLeft {
    float: left;
    border: none;
    padding-right: 1em;
    padding-bottom: 1em;
}

.imgListLeft {
    float: left;
    padding-right: 1em;
}

.smallFont {
    font-size: 10px;
}

.largeFont {
    font-size: 14px;
}

.display {
    display: block;
}

.noDisplay {
    display: none;
}

.spinner {
    height: 100%;
    background: white url(../_images/spinner.gif) no-repeat center center;
}

.spinnerSmall {
    height: 100%;
    background: white url(../_images/spinner_small.gif) no-repeat center center;
}

.errorMsg {
    font-weight: bold;
    font-style: italic;
    color: red;
}


