/* Levels of the document body */
/* we just indent each section */
.Level1 {
    margin-left: 20px;
}

.Level2 {
    margin-left: 20px;
}

.Level3 {
    margin-left: 20px;
}

.Level4 {
    margin-left: 20px;
}

.Level5 {
    margin-left: 20px;
}

.installDetailT {
    font-family: sans-serif;
    font-size: 10px;
    vertical-align: top;
    text-align: right;
}
.installDetail {
    font-family: sans-serif;
    font-size: 10px;
    vertical-align: top;
}
    
