﻿body {
    font-size: 12px;
    font-family: verdana;
}

div{
    margin-bottom: 30px;
}

A:hover {
    color: #cc3300;
    font-weight: bold; 
    text-decoration: underline; 
}

A:visited {
    color: #6699cc; 
    font-weight: bold; 
    text-decoration: underline; 
}

A:link {
    color: #336699;
    font-weight: bold;
    text-decoration: underline;
}

li
{
    margin-bottom: 5px;
}

.header{
    text-align: left;
}

.footer{
    text-align: right;
    color: #AEAEAE;
}

.functionTitle{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: underline;
}

.functionAddressTitle{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: underline;
}

.functionFieldsTitle{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: underline;
}

.functionResponseTitle{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    text-decoration: underline;
}

.backLink{
    text-decoration: underline;
    cursor: pointer;
    text-align: right;
}

.backLink a{
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.fieldTable{
    border: 1px solid #000000;
    width: 500px;
}

.fieldTable th{
    background-color: #5F5F5F;
    color: #FFFFFF;
    font-weight: bold;
}

.fieldTable td{
    background-color: #D7D7D7;
    color: #000000;
    padding-left: 3px;
    padding-right: 3px;
}

.required {
    font-weight: bold;
}

div.responseXML{
    border: 1px solid #000000;
    background-color: #E5E5CC;
    font-size: 12px;
    font-family:  Arial;
    padding-left: 5px;
    width: 650px;
}

.responseDataType {
    color: #3A3A9C;
    font-weight:bold;
}

.fieldName {
}

.fieldDataType {
    text-align:center;
}

.fieldInfo {
}