﻿body
{
    background-image: url(/images/devBack.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    margin: 0px;
    background-color: White;
    font-size: 12px;
}
.heada1
{
    font-weight: bold;
    font-size: 30px;
    color: white;
    font-family: 'Arial Black';
}
.xmlPAll
{
    margin-bottom: 12px;
}
.heada1 A
{
    color: white;
    text-decoration: none;
}
.hand
{
    cursor: pointer;
}

.cap
{
    color: white;
    font-family: Arial;
    text-align: center;
    font-variant: small-caps;
    font-weight: bold;
    background-color: #a9a9a9;
    padding-right: 5px;
    padding-left: 5px;
}
.noDisplay
{
    display: none;
}

.returnTop
{
    width: 100%;
    color: Navy;
    font-size: 10px;
    text-align: right;
}
#spacer
{
    width: 100%;
    height: 110px;
}
#tabMenu
{
    width: 145px;
}
#tabMenu TD
{
    border-bottom: thin groove;
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
}
#backImage
{
    left: 0px;
    position: absolute;
    top: 0px;
}

#tdCenter
{

}

pre
{
    background-color: #DCDCDC;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.list ul
{
    list-style-type: square;
    list-style-position: inside;
}
.list li
{
    list-style-type: square;
    list-style-position: outside;
    line-height: 20px;
}