
@charset "UTF-8";

table.outline{
    margin: 0px;
    font-size: 108%;
}
table.outline tr{
}
table.outline th{
    background-color: #004;
    color: #fff;
    text-align: center;
    padding: 7px 14px;
    border-bottom: 5px solid #fff;
    white-space: nowrap; 
    font-weight: normal;
}
table.outline td{
    text-align: left;
    padding: 7px 14px;
    white-space: nowrap; 
    line-height: 1.5em;
}
table.outline td small{
    font-size: 12px;
}


/* table.outline2 ---------------*/
table.outline2{
    margin: 0px;
    font-size: 100%;
}
table.outline2 tr{
}
table.outline2 th{
    background-color: #666;
    color: #fff;
    text-align: center;
    padding: 5px 12px;
    border-bottom: 5px solid #fff;
    white-space: nowrap; 
    font-weight: normal;
}
table.outline2 td{
    text-align: left;
    padding: 5px 12px;
    white-space: nowrap; 
    line-height: 1.5em;
}
table.outline2 td small{
    font-size: 12px;
}


/* table.form ---------------*/
table.form{
    margin: 0px;
    font-size: 108%;
}
table.form tr{
    display: block;
}
table.form th{
    background-color: #f2ead2;
    text-align: left;
    padding: 10px 14px;
    border-bottom: 5px solid #fffbeb;
    white-space: nowrap; 
    font-weight: normal;
    width: 160px;
}
table.form td{
    text-align: left;
    padding: 7px 14px;
    white-space: nowrap; 
    line-height: 1.5em;
}
table.form td small{
    font-size: 12px;
}
